blob: 895cac7e3e164c6b08dd52c5c7b739513899be7d (
plain)
1
2
3
4
5
6
7
8
9
10
11
|
{
"name": "xpack",
"version": "1.0.6",
"description": "Convert C++ struct from/to json/xml",
"homepage": "https://github.com/xyz347/xpack",
"license": "Apache-2.0",
"dependencies": [
"rapidjson",
"rapidxml"
]
}
|