early-access version 2853
This commit is contained in:
22
externals/vcpkg/ports/sqlcipher/vcpkg.json
vendored
Executable file
22
externals/vcpkg/ports/sqlcipher/vcpkg.json
vendored
Executable file
@@ -0,0 +1,22 @@
|
||||
{
|
||||
"name": "sqlcipher",
|
||||
"version": "4.5.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"
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user