mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-11-25 18:09:07 +08:00
19 lines
442 B
JSON
19 lines
442 B
JSON
{
|
|
"name": "jsonifier",
|
|
"version": "0.9.5",
|
|
"description": "A few classes for parsing and serializing json - very rapidly.",
|
|
"homepage": "https://github.com/realtimechris/jsonifier",
|
|
"license": "MIT",
|
|
"supports": "(windows & x64 & !uwp & !xbox) | (linux & x64) | (osx & x64)",
|
|
"dependencies": [
|
|
{
|
|
"name": "vcpkg-cmake",
|
|
"host": true
|
|
},
|
|
{
|
|
"name": "vcpkg-cmake-config",
|
|
"host": true
|
|
}
|
|
]
|
|
}
|