mirror of
https://github.com/microsoft/vcpkg.git
synced 2025-01-13 20:41:07 +08:00
20 lines
446 B
JSON
20 lines
446 B
JSON
{
|
|
"name": "buck-yeh-bux-sqlite",
|
|
"version": "1.0.5",
|
|
"description": "Modern C++ wrapper classes and utilities of the original sqlite3 API",
|
|
"homepage": "https://github.com/buck-yeh/bux-sqlite",
|
|
"license": "MIT",
|
|
"supports": "!(android | linux | osx | uwp)",
|
|
"dependencies": [
|
|
"buck-yeh-bux",
|
|
{
|
|
"name": "sqlite3",
|
|
"default-features": false
|
|
},
|
|
{
|
|
"name": "vcpkg-cmake",
|
|
"host": true
|
|
}
|
|
]
|
|
}
|