aboutsummaryrefslogtreecommitdiff
path: root/vcpkg/ports/discount/vcpkg.json
blob: d11f44d7ed30bf2c75d8f2ffecde21e039ef334e (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
{
  "name": "discount",
  "version-string": "3.0.0d",
  "description": "DISCOUNT is a implementation of John Gruber & Aaron Swartz's Markdown markup language.",
  "homepage": "https://github.com/Orc/discount",
  "dependencies": [
    {
      "name": "vcpkg-cmake",
      "host": true
    },
    {
      "name": "vcpkg-cmake-config",
      "host": true
    }
  ]
}