vcpkg/ports/jsonifier/vcpkg.json

19 lines
442 B
JSON
Raw Normal View History

[Jsonifier] New Port (#30276) * Updating the files. * Updating the version file's info. * Updating the version file's info. * Updating version file. * Updating version file. * Updating the version file. * Updating the version file. * Updating the version file. * Updating the version file. * Updating the version file. * Updating the version file. * Updating the version file. * Updating the version file. * Updating the version file. * Updating the version file. * Updating the version file. * Updating the version file. * Updating the version file. * Updating the version file. * Updating the version file. * Updating the version file. * Updating the version file. * Updating the version file. * Updating the version file. * Updating the version file. * Updating the version file. * Updating the version file. * Updating the version file. * Updating the version file. * Updating the version file. * Updating the version file. * Updating the version file. * Updating the version file. * Updating the version file. * Updating the version file. * Updating the version file. * Updating the version file. * Updating the version file. * Updating the version file. * Updating the version file. * Updating the version file. * Updating the version file. * Updating the version file. * Updating the version file. * Updating the version file. * Updating the version file. * Updating the version file. * Updating the version file. * Updating the version file. * Updating the version file. * Update ports/jsonifier/portfile.cmake Co-authored-by: jim wang <122244446+jimwang118@users.noreply.github.com> * Update ports/jsonifier/vcpkg.json Co-authored-by: jim wang <122244446+jimwang118@users.noreply.github.com> * Updating the version file. * Updating the version file. * Updating the version file. * Updating the version file. * Updating the version file. * Updating the version file. * Updating the version file. * Updating the version file. * Updating the version file. * Updating the version file. * Updating the version file. * Updating the version file. --------- Co-authored-by: jim wang <122244446+jimwang118@users.noreply.github.com>
2023-03-24 00:44:11 +08:00
{
"name": "jsonifier",
2023-08-18 02:08:58 +08:00
"version": "0.9.6",
[Jsonifier] New Port (#30276) * Updating the files. * Updating the version file's info. * Updating the version file's info. * Updating version file. * Updating version file. * Updating the version file. * Updating the version file. * Updating the version file. * Updating the version file. * Updating the version file. * Updating the version file. * Updating the version file. * Updating the version file. * Updating the version file. * Updating the version file. * Updating the version file. * Updating the version file. * Updating the version file. * Updating the version file. * Updating the version file. * Updating the version file. * Updating the version file. * Updating the version file. * Updating the version file. * Updating the version file. * Updating the version file. * Updating the version file. * Updating the version file. * Updating the version file. * Updating the version file. * Updating the version file. * Updating the version file. * Updating the version file. * Updating the version file. * Updating the version file. * Updating the version file. * Updating the version file. * Updating the version file. * Updating the version file. * Updating the version file. * Updating the version file. * Updating the version file. * Updating the version file. * Updating the version file. * Updating the version file. * Updating the version file. * Updating the version file. * Updating the version file. * Updating the version file. * Updating the version file. * Update ports/jsonifier/portfile.cmake Co-authored-by: jim wang <122244446+jimwang118@users.noreply.github.com> * Update ports/jsonifier/vcpkg.json Co-authored-by: jim wang <122244446+jimwang118@users.noreply.github.com> * Updating the version file. * Updating the version file. * Updating the version file. * Updating the version file. * Updating the version file. * Updating the version file. * Updating the version file. * Updating the version file. * Updating the version file. * Updating the version file. * Updating the version file. * Updating the version file. --------- Co-authored-by: jim wang <122244446+jimwang118@users.noreply.github.com>
2023-03-24 00:44:11 +08:00
"description": "A few classes for parsing and serializing json - very rapidly.",
"homepage": "https://github.com/realtimechris/jsonifier",
2023-06-24 04:17:48 +08:00
"license": "MIT",
"supports": "(windows & x64 & !uwp & !xbox) | (linux & x64) | (osx & x64)",
[Jsonifier] New Port (#30276) * Updating the files. * Updating the version file's info. * Updating the version file's info. * Updating version file. * Updating version file. * Updating the version file. * Updating the version file. * Updating the version file. * Updating the version file. * Updating the version file. * Updating the version file. * Updating the version file. * Updating the version file. * Updating the version file. * Updating the version file. * Updating the version file. * Updating the version file. * Updating the version file. * Updating the version file. * Updating the version file. * Updating the version file. * Updating the version file. * Updating the version file. * Updating the version file. * Updating the version file. * Updating the version file. * Updating the version file. * Updating the version file. * Updating the version file. * Updating the version file. * Updating the version file. * Updating the version file. * Updating the version file. * Updating the version file. * Updating the version file. * Updating the version file. * Updating the version file. * Updating the version file. * Updating the version file. * Updating the version file. * Updating the version file. * Updating the version file. * Updating the version file. * Updating the version file. * Updating the version file. * Updating the version file. * Updating the version file. * Updating the version file. * Updating the version file. * Updating the version file. * Update ports/jsonifier/portfile.cmake Co-authored-by: jim wang <122244446+jimwang118@users.noreply.github.com> * Update ports/jsonifier/vcpkg.json Co-authored-by: jim wang <122244446+jimwang118@users.noreply.github.com> * Updating the version file. * Updating the version file. * Updating the version file. * Updating the version file. * Updating the version file. * Updating the version file. * Updating the version file. * Updating the version file. * Updating the version file. * Updating the version file. * Updating the version file. * Updating the version file. --------- Co-authored-by: jim wang <122244446+jimwang118@users.noreply.github.com>
2023-03-24 00:44:11 +08:00
"dependencies": [
{
"name": "vcpkg-cmake",
"host": true
},
{
"name": "vcpkg-cmake-config",
"host": true
}
]
}