aboutsummaryrefslogtreecommitdiff
path: root/vcpkg/ports/libmaxminddb/vcpkg.json
blob: b6488950b5dd72bf42e93547f54155133f210604 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
{
  "name": "libmaxminddb",
  "version": "1.12.2",
  "description": "C library for the MaxMind DB file format",
  "homepage": "https://github.com/maxmind/libmaxminddb",
  "license": "Apache-2.0",
  "dependencies": [
    {
      "name": "vcpkg-cmake",
      "host": true
    },
    {
      "name": "vcpkg-cmake-config",
      "host": true
    }
  ]
}