vcpkg/ports/alpaca/vcpkg.json

18 lines
424 B
JSON

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