aboutsummaryrefslogtreecommitdiff
path: root/vcpkg/ports/yaml-cpp/vcpkg.json
blob: 2a2d4d708ed4805d46e59f0e2bee0ae44d3b6a41 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
{
  "name": "yaml-cpp",
  "version-semver": "0.8.0",
  "port-version": 3,
  "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",
  "license": "MIT",
  "dependencies": [
    {
      "name": "vcpkg-cmake",
      "host": true
    },
    {
      "name": "vcpkg-cmake-config",
      "host": true
    }
  ]
}