aboutsummaryrefslogtreecommitdiff
path: root/ports/yaml-cpp/vcpkg.json
blob: afdbabbf715a0f7ea8e2e148296b4ab7f1aa36ff (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
{
  "name": "yaml-cpp",
  "version-semver": "0.7.0",
  "description": "yaml-cpp is a YAML parser and emitter in C++ matching the YAML 1.2 spec.",
  "homepage": "https://github.com/jbeder/yaml-cpp",
  "documentation": "https://codedocs.xyz/jbeder/yaml-cpp/index.html",
  "dependencies": [
    {
      "name": "vcpkg-cmake",
      "host": true
    },
    {
      "name": "vcpkg-cmake-config",
      "host": true
    }
  ]
}