diff options
Diffstat (limited to 'vcpkg/ports/alpaca/vcpkg.json')
| -rw-r--r-- | vcpkg/ports/alpaca/vcpkg.json | 17 |
1 files changed, 17 insertions, 0 deletions
diff --git a/vcpkg/ports/alpaca/vcpkg.json b/vcpkg/ports/alpaca/vcpkg.json new file mode 100644 index 0000000..9dcb72b --- /dev/null +++ b/vcpkg/ports/alpaca/vcpkg.json @@ -0,0 +1,17 @@ +{ + "name": "alpaca", + "version": "0.2.1", + "description": "Alpaca is a serialization library written in C++17 - Pack C++ structs into a compact byte-array without any macros or boilerplate code", + "homepage": "https://github.com/p-ranav/alpaca", + "license": "MIT", + "dependencies": [ + { + "name": "vcpkg-cmake", + "host": true + }, + { + "name": "vcpkg-cmake-config", + "host": true + } + ] +} |