aboutsummaryrefslogtreecommitdiff
path: root/vcpkg/ports/cereal/vcpkg.json
blob: aface78b9abcc33fa2df9be7c45170b4251d6d49 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
{
  "name": "cereal",
  "version": "1.3.2",
  "port-version": 1,
  "description": "a header-only C++11 serialization library (built in support for binary, XML and JSon)",
  "homepage": "https://github.com/USCiLab/cereal",
  "license": "BSD-3-Clause",
  "dependencies": [
    {
      "name": "vcpkg-cmake",
      "host": true
    },
    {
      "name": "vcpkg-cmake-config",
      "host": true
    }
  ]
}