mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-11-26 00:51:36 +08:00
6015f38db2
* add xpack * x-add-version * modify portfile.cmake, remove unused line * update version * update xpack port * update version info
12 lines
243 B
JSON
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"
|
|
]
|
|
}
|