vcpkg/ports/sqlite3/vcpkg.json

18 lines
488 B
JSON
Raw Normal View History

{
"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"
}
}
}