aboutsummaryrefslogtreecommitdiff
path: root/ports/sqlcipher/vcpkg.json
blob: ed3ff2876f44b5830f707d4c332f43ca38bed28e (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
{
  "name": "sqlcipher",
  "version": "4.4.3",
  "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"
    }
  }
}