mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-11-28 13:49:39 +08:00
4f2d305da8
* [sqlite3] update to <3.37.1> * update version
28 lines
641 B
JSON
28 lines
641 B
JSON
{
|
|
"name": "sqlite3",
|
|
"version": "3.37.1",
|
|
"description": "SQLite is a software library that implements a self-contained, serverless, zero-configuration, transactional SQL database engine.",
|
|
"homepage": "https://sqlite.org/",
|
|
"dependencies": [
|
|
{
|
|
"name": "vcpkg-cmake",
|
|
"host": true
|
|
},
|
|
{
|
|
"name": "vcpkg-cmake-config",
|
|
"host": true
|
|
}
|
|
],
|
|
"features": {
|
|
"geopoly": {
|
|
"description": "enable geopoly functionality for sqlite3"
|
|
},
|
|
"json1": {
|
|
"description": "enable JSON functionality for sqlite3"
|
|
},
|
|
"tool": {
|
|
"description": "sqlite3 executable"
|
|
}
|
|
}
|
|
}
|