aboutsummaryrefslogtreecommitdiff
path: root/vcpkg/ports/jsonifier/vcpkg.json
blob: 1d9196252acfb9a318f9f4285889160a889d3448 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
{
  "name": "jsonifier",
  "version": "0.9.98",
  "description": "A few classes for parsing and serializing json - very rapidly.",
  "homepage": "https://github.com/realtimechris/jsonifier",
  "license": "MIT",
  "supports": "(windows & x64 & !xbox) | (linux & x64) | (osx & x64)",
  "dependencies": [
    {
      "name": "vcpkg-cmake",
      "host": true
    }
  ]
}