aboutsummaryrefslogtreecommitdiff
path: root/vcpkg/ports/cmark-gfm/vcpkg.json
blob: c91eac0ffd90801bacea96f48bf598e4068291b4 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
{
  "name": "cmark-gfm",
  "version": "0.29.0.13",
  "description": "GitHub Flavored Markdown parser based on cmark.",
  "homepage": "https://github.com/github/cmark-gfm",
  "license": "BSD-2-Clause",
  "dependencies": [
    {
      "name": "vcpkg-cmake",
      "host": true
    },
    {
      "name": "vcpkg-cmake-config",
      "host": true
    }
  ],
  "features": {
    "tools": {
      "description": "Build tools",
      "supports": "!uwp"
    }
  }
}