mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-11-27 17:49:00 +08:00
e7a3a4cd73
* [sqlcipher] Update to 4.4.1 * [sqlcipher] Updated control file to 4.4.1 * Update ports/sqlcipher/vcpkg.json Co-authored-by: NancyLi1013 <46708020+NancyLi1013@users.noreply.github.com> Co-authored-by: NancyLi1013 <46708020+NancyLi1013@users.noreply.github.com>
23 lines
608 B
JSON
23 lines
608 B
JSON
{
|
|
"name": "sqlcipher",
|
|
"version-string": "4.4.1",
|
|
"description": "SQLCipher extends the SQLite database library to add security enhancements that make it more suitable for encrypted local data storage.",
|
|
"homepage": "https://www.zetetic.net/sqlcipher",
|
|
"supports": "windows & !uwp & !static",
|
|
"dependencies": [
|
|
"openssl",
|
|
"tcl"
|
|
],
|
|
"features": {
|
|
"geopoly": {
|
|
"description": "enable geopoly functionality for sqlite3"
|
|
},
|
|
"json1": {
|
|
"description": "enable JSON functionality for sqlite3"
|
|
},
|
|
"tool": {
|
|
"description": "sqlite3 executable"
|
|
}
|
|
}
|
|
}
|