aboutsummaryrefslogtreecommitdiff
path: root/vcpkg/ports/fkyaml/vcpkg.json
blob: 08e75e034b94d9025c206e592172f8c7bbecb462 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
{
  "name": "fkyaml",
  "version": "0.4.2",
  "description": "A C++ header-only YAML library",
  "homepage": "https://github.com/fktn-k/fkYAML",
  "license": "MIT",
  "dependencies": [
    {
      "name": "vcpkg-cmake",
      "host": true
    },
    {
      "name": "vcpkg-cmake-config",
      "host": true
    }
  ]
}