mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-11-25 04:59:00 +08:00
fd259a15f1
* update xpack version * update xpack version
12 lines
233 B
JSON
12 lines
233 B
JSON
{
|
|
"name": "xpack",
|
|
"version": "1.0.5",
|
|
"description": "Convert C++ struct from/to json/xml",
|
|
"homepage": "https://github.com/xyz347/xpack",
|
|
"license": "Apache-2.0",
|
|
"dependencies": [
|
|
"rapidjson",
|
|
"rapidxml"
|
|
]
|
|
}
|