aboutsummaryrefslogtreecommitdiff
path: root/ports/ryml/vcpkg.json
blob: 01ec79dea3f659b921ef05681e20c85a154a8130 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
{
  "name": "ryml",
  "version-date": "2021-07-24",
  "description": "Rapid YAML library",
  "homepage": "https://github.com/biojppm/rapidyaml",
  "supports": "!osx",
  "dependencies": [
    {
      "name": "c4core",
      "default-features": false
    }
  ],
  "default-features": [
    "def-callbacks"
  ],
  "features": {
    "dbg": {
      "description": "Enable (very verbose) ryml debug prints."
    },
    "def-callbacks": {
      "description": "Enable ryml's default implementation of callbacks: allocate(), free(), error()"
    }
  }
}