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