aboutsummaryrefslogtreecommitdiff
path: root/vcpkg/ports/alpaca/vcpkg.json
blob: 9dcb72b8db8af4db3034dc3f5ab7af4484e79421 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
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
    }
  ]
}