vcpkg/ports/alpaca/vcpkg.json
Dancho 03db827306
[alpaca] Add port (#26729)
* [alpaca] Add port

* add comment #header-only library

* x-add-version

Co-authored-by: Lily Wang <494550702@qq.com>
2022-09-09 11:53:46 -07:00

18 lines
424 B
JSON

{
"name": "alpaca",
"version": "0.2.0",
"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
}
]
}