aboutsummaryrefslogtreecommitdiff
path: root/vcpkg/ports/lmdb/vcpkg.json
blob: 0cd17684fb2cc4933880fd93c3ee67ef0ca9a78f (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
{
  "name": "lmdb",
  "version": "0.9.33",
  "description": "LMDB is an extraordinarily fast, memory-efficient database",
  "homepage": "https://github.com/LMDB/lmdb",
  "license": "OLDAP-2.8",
  "dependencies": [
    {
      "name": "vcpkg-cmake",
      "host": true
    },
    {
      "name": "vcpkg-cmake-config",
      "host": true
    }
  ],
  "features": {
    "tools": {
      "description": "Build tools",
      "supports": "!uwp",
      "dependencies": [
        "getopt"
      ]
    }
  }
}