mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-12-04 14:39:05 +08:00
079419e66b
* [sqlite3] Update to 3.42.0 * version * Add cmake wrapper * Test cmake wrapper * version * Add libsqlite3 to library names * version * WIP * version * restore original * Remove cmake wrapper * version * Remove wrapper * Remove all unused features * version * Remove unused features * version * only remove 1 variable * version * . * version * make json1 default feature * version
71 lines
1.7 KiB
JSON
71 lines
1.7 KiB
JSON
{
|
|
"name": "sqlite3",
|
|
"version": "3.42.0",
|
|
"description": "SQLite is a software library that implements a self-contained, serverless, zero-configuration, transactional SQL database engine.",
|
|
"homepage": "https://sqlite.org/",
|
|
"license": "blessing",
|
|
"dependencies": [
|
|
{
|
|
"name": "vcpkg-cmake",
|
|
"host": true
|
|
},
|
|
{
|
|
"name": "vcpkg-cmake-config",
|
|
"host": true
|
|
}
|
|
],
|
|
"default-features": [
|
|
"json1"
|
|
],
|
|
"features": {
|
|
"dbstat": {
|
|
"description": "Enable the DBSTAT virtual table"
|
|
},
|
|
"fts3": {
|
|
"description": "Enable the FTS3 extension"
|
|
},
|
|
"fts4": {
|
|
"description": "Enable the FTS4 extension"
|
|
},
|
|
"fts5": {
|
|
"description": "Enable the FTS5 extension"
|
|
},
|
|
"geopoly": {
|
|
"description": "Enable geopoly functionality for sqlite3"
|
|
},
|
|
"json1": {
|
|
"description": "Enable JSON functionality for sqlite3"
|
|
},
|
|
"limit": {
|
|
"description": "Enable the UPDATE/DELETE LIMIT clause"
|
|
},
|
|
"math": {
|
|
"description": "Enable math functions"
|
|
},
|
|
"memsys3": {
|
|
"description": "Enable MEMSYS3"
|
|
},
|
|
"memsys5": {
|
|
"description": "Enable MEMSYS5"
|
|
},
|
|
"omit-load-extension": {
|
|
"description": "Enable loading of external extensions"
|
|
},
|
|
"rtree": {
|
|
"description": "Enable the RTREE extension"
|
|
},
|
|
"session": {
|
|
"description": "Enable the SESSION extension"
|
|
},
|
|
"tool": {
|
|
"description": "Build sqlite3 executable"
|
|
},
|
|
"zlib": {
|
|
"description": "Build sqlite3 command line tool with zlib support; has no effect on the library itself",
|
|
"dependencies": [
|
|
"zlib"
|
|
]
|
|
}
|
|
}
|
|
}
|