aboutsummaryrefslogtreecommitdiff
path: root/ports/ryml/vcpkg.json
blob: 5b992fb5766fc8050cd7b07cd7678a0748e36f66 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
{
  "name": "ryml",
  "version-date": "2021-06-29",
  "description": "Rapid YAML library",
  "homepage": "https://github.com/biojppm/rapidyaml",
  "supports": "!osx",
  "dependencies": [
    {
      "name": "c4core",
      "default-features": false
    }
  ]
}