2021-02-25 06:06:36 +08:00
|
|
|
{
|
|
|
|
"name": "sqlite3",
|
2021-11-30 09:02:21 +08:00
|
|
|
"version": "3.37.0",
|
2021-12-22 12:12:49 +08:00
|
|
|
"port-version": 1,
|
2021-02-25 06:06:36 +08:00
|
|
|
"description": "SQLite is a software library that implements a self-contained, serverless, zero-configuration, transactional SQL database engine.",
|
|
|
|
"homepage": "https://sqlite.org/",
|
2021-09-10 12:06:12 +08:00
|
|
|
"dependencies": [
|
|
|
|
{
|
|
|
|
"name": "vcpkg-cmake",
|
|
|
|
"host": true
|
|
|
|
},
|
|
|
|
{
|
|
|
|
"name": "vcpkg-cmake-config",
|
|
|
|
"host": true
|
|
|
|
}
|
|
|
|
],
|
2021-02-25 06:06:36 +08:00
|
|
|
"features": {
|
|
|
|
"geopoly": {
|
|
|
|
"description": "enable geopoly functionality for sqlite3"
|
|
|
|
},
|
|
|
|
"json1": {
|
|
|
|
"description": "enable JSON functionality for sqlite3"
|
|
|
|
},
|
|
|
|
"tool": {
|
|
|
|
"description": "sqlite3 executable"
|
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|