mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-12-01 00:22:55 +08:00
6e8aaa76f8
* [sqlite3] Update to 3.34.1 * Run x-add-version sqlite3 * [sqlite3] Change version scheme Co-authored-by: Robert Schumacher <roschuma@microsoft.com>
18 lines
488 B
JSON
18 lines
488 B
JSON
{
|
|
"name": "sqlite3",
|
|
"version": "3.34.1",
|
|
"description": "SQLite is a software library that implements a self-contained, serverless, zero-configuration, transactional SQL database engine.",
|
|
"homepage": "https://sqlite.org/",
|
|
"features": {
|
|
"geopoly": {
|
|
"description": "enable geopoly functionality for sqlite3"
|
|
},
|
|
"json1": {
|
|
"description": "enable JSON functionality for sqlite3"
|
|
},
|
|
"tool": {
|
|
"description": "sqlite3 executable"
|
|
}
|
|
}
|
|
}
|