aboutsummaryrefslogtreecommitdiff
path: root/vcpkg/ports/libopensp/vcpkg.json
blob: 51799fdb64bbb8f8c16605f5d98028219a648712 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
{
  "name": "libopensp",
  "version": "1.5.2",
  "port-version": 4,
  "description": "SGML parser algorithm",
  "homepage": "https://openjade.sourceforge.net",
  "license": "MIT",
  "dependencies": [
    {
      "name": "gettext",
      "platform": "!(windows | uwp)"
    },
    {
      "name": "vcpkg-cmake",
      "host": true,
      "platform": "windows"
    },
    {
      "name": "vcpkg-cmake-config",
      "host": true,
      "platform": "windows"
    }
  ]
}