aboutsummaryrefslogtreecommitdiff
path: root/ports/libkml/vcpkg.json
blob: adb47787c4c9f9f556c760335e3df1dde72d229c (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
{
  "name": "libkml",
  "version-string": "1.3.0",
  "port-version": 7,
  "description": "Reference implementation of OGC KML 2.2",
  "homepage": "https://github.com/libkml/libkml",
  "dependencies": [
    "boost-smart-ptr",
    "expat",
    {
      "name": "minizip",
      "features": [
        "bzip2"
      ]
    },
    "uriparser",
    "zlib"
  ]
}