vcpkg/ports/jsonifier/vcpkg.json
MonicaLiu 9dbd07b25f
[vcpkg baseline][jsonifier] Fix bad sha512 (#30653)
* update sha512

* update version

* update url

* update git-tree

---------

Co-authored-by: Monica <v-liumonica@microsoft.com>
2023-04-04 15:44:18 -07:00

20 lines
469 B
JSON

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