aboutsummaryrefslogtreecommitdiff
path: root/vcpkg/ports/md4c/vcpkg.json
blob: b2eb4bb16469459116c608e0387a18cc44718587 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
{
  "name": "md4c",
  "version": "0.5.2",
  "description": "MD4C is a C library providing a Markdown parser.",
  "homepage": "https://github.com/mity/md4c",
  "license": "MIT",
  "dependencies": [
    {
      "name": "vcpkg-cmake",
      "host": true
    },
    {
      "name": "vcpkg-cmake-config",
      "host": true
    }
  ]
}