aboutsummaryrefslogtreecommitdiff
path: root/vcpkg/ports/json5-parser/vcpkg.json
blob: c60818ec7c65d2e210fee005555741117e4c578c (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
{
  "name": "json5-parser",
  "version": "1.0.0",
  "port-version": 7,
  "description": "An enhancement of the JSON Spirit C++ library to understand json5.",
  "homepage": "https://github.com/Caltech-IPAC/json5_parser",
  "dependencies": [
    "boost-spirit",
    {
      "name": "vcpkg-cmake",
      "host": true
    },
    {
      "name": "vcpkg-cmake-config",
      "host": true
    }
  ]
}