mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-12-12 19:09:00 +08:00
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"
|
||
|
}
|
||
|
}
|
||
|
}
|