vcpkg/ports/jsonifier/vcpkg.json
RealTimeChris 95d50e69c3
[Jsonifier] Update to version 0.9.2 (#31698)
* Updating the necessary files.

* Updating the necessary files.

* Updating the necessary files.

* Updating the necessary files.

* Updating the necessary files.

* Updating the necessary files.

* Updating the necessary files.
2023-05-30 11:38:13 -07:00

19 lines
448 B
JSON

{
"name": "jsonifier",
"version": "0.9.2",
"description": "A few classes for parsing and serializing json - very rapidly.",
"homepage": "https://github.com/realtimechris/jsonifier",
"license": "LGPL-2.1-or-later",
"supports": "(windows & x64 & !uwp) | (linux & x64) | (osx & x64)",
"dependencies": [
{
"name": "vcpkg-cmake",
"host": true
},
{
"name": "vcpkg-cmake-config",
"host": true
}
]
}