vcpkg/ports/jsonifier/vcpkg.json
2023-12-27 23:51:01 -08:00

15 lines
368 B
JSON

{
"name": "jsonifier",
"version": "0.9.94",
"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
}
]
}