aboutsummaryrefslogtreecommitdiff
path: root/ports/libosmium/vcpkg.json
blob: 2bd42371b58b87e0523b13f560100d23c20bf5e2 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
{
  "name": "libosmium",
  "version-semver": "2.17.0",
  "description": "A fast and flexible C++ library for working with OpenStreetMap data",
  "homepage": "https://osmcode.org/libosmium/",
  "dependencies": [
    "boost",
    "bzip2",
    "expat",
    "proj4",
    "protozero",
    "utfcpp",
    {
      "name": "vcpkg-cmake",
      "host": true
    },
    "zlib"
  ]
}