diff options
Diffstat (limited to 'vcpkg/ports/jsonifier/vcpkg.json')
| -rw-r--r-- | vcpkg/ports/jsonifier/vcpkg.json | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/vcpkg/ports/jsonifier/vcpkg.json b/vcpkg/ports/jsonifier/vcpkg.json new file mode 100644 index 0000000..1d91962 --- /dev/null +++ b/vcpkg/ports/jsonifier/vcpkg.json @@ -0,0 +1,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 + } + ] +} |