vcpkg/ports/xpack/vcpkg.json
xyz347 6015f38db2
[xpack] Add new port (#29439)
* add xpack

* x-add-version

* modify portfile.cmake, remove unused line

* update version

* update xpack port

* update version info
2023-02-07 16:06:06 -08:00

12 lines
243 B
JSON

{
"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"
]
}