mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-11-24 07:19:00 +08:00
e63bd09dc0
Co-authored-by: Cheney Wang <38240633+Cheney-W@users.noreply.github.com> Co-authored-by: WangWeiLin-MV <156736127+WangWeiLin-MV@users.noreply.github.com>
15 lines
368 B
JSON
15 lines
368 B
JSON
{
|
|
"name": "jsonifier",
|
|
"version": "0.9.97",
|
|
"description": "A few classes for parsing and serializing json - very rapidly.",
|
|
"homepage": "https://github.com/realtimechris/jsonifier",
|
|
"license": "MIT",
|
|
"supports": "(windows & x64 & !xbox) | (linux & x64) | (osx & x64)",
|
|
"dependencies": [
|
|
{
|
|
"name": "vcpkg-cmake",
|
|
"host": true
|
|
}
|
|
]
|
|
}
|