mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-11-25 01:08:59 +08:00
2cc4ca3d83
* [sqlite3] Update to 3.35.5 * Run x-add-version sqlite3
18 lines
488 B
JSON
18 lines
488 B
JSON
{
|
|
"name": "sqlite3",
|
|
"version": "3.35.5",
|
|
"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"
|
|
}
|
|
}
|
|
}
|