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