aboutsummaryrefslogtreecommitdiff
path: root/vcpkg/ports/buck-yeh-bux-sqlite/vcpkg.json
blob: 5320d65312a12db0fc7d6a6b58d9c04c27b94bde (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
{
  "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
    }
  ]
}