vcpkg/ports/jsonifier/vcpkg.json
RealTimeChris 5d0e5a3443
[Jsonifier] Updating to version v0.9.1 (#31315)
* Updating the required files.

* Updating the required files.

* Updating the required files.

* Updating the required files.

* Updating the required files.

* Updating the required files.

* Updating the required files.

* Updating the required files.

* Updating the required files.

* Updating the required files.

* Updating the required files.

* Updating the required files.

---------

Co-authored-by: Javier Matos Denizac <javier.matosd@gmail.com>
2023-05-11 11:30:17 -07:00

19 lines
448 B
JSON

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