vcpkg/ports/xpack/vcpkg.json

12 lines
243 B
JSON
Raw Normal View History

{
"name": "xpack",
"version-date": "2023-02-06",
"description": "Convert C++ struct from/to json/xml",
"homepage": "https://github.com/xyz347/xpack",
"license": "Apache-2.0",
"dependencies": [
"rapidjson",
"rapidxml"
]
}