diff options
Diffstat (limited to 'vcpkg/ports/xpack/vcpkg.json')
| -rw-r--r-- | vcpkg/ports/xpack/vcpkg.json | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/vcpkg/ports/xpack/vcpkg.json b/vcpkg/ports/xpack/vcpkg.json new file mode 100644 index 0000000..895cac7 --- /dev/null +++ b/vcpkg/ports/xpack/vcpkg.json @@ -0,0 +1,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" + ] +} |