| name: "sqlite" |
| description: |
| "SQLite is a library that implements a embeddable SQL database engine. " |
| "Cobalt uses SQLite for local storage." |
| third_party { |
| url { |
| type: HOMEPAGE |
| value: "http://sqlite.org/" |
| } |
| # In the case that the archive url changes, manually navigate to the homepage |
| # and to the downloads page. |
| url { |
| type: ARCHIVE |
| value: "https://www.sqlite.org/src/tarball/ed1da510/SQLite-ed1da510.tar.gz" |
| } |
| last_upgrade_date { |
| year: 2011 |
| month: 5 |
| day: 19 |
| } |
| license_type: UNENCUMBERED |
| local_modifications: |
| '11/5/21 - Added BUILD.gn as part of GN migration.' |
| 'Contents taken from https://chromium.googlesource.com/chromium/src/+/e5389527466d390b5653724a069008b9f1edcd5c/third_party/sqlite/BUILD.gn' |
| 'and modified for Cobalt.' |
| } |