aboutsummaryrefslogtreecommitdiff
path: root/vcpkg/ports/xqilla/vcpkg.json
blob: ea1a9a0f27df87d59a4050f1b866c8eb562a93e7 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
{
  "name": "xqilla",
  "version": "2.3.4",
  "port-version": 4,
  "description": "XQuery and XPath 2 library",
  "homepage": "http://xqilla.sourceforge.net/HomePage",
  "license": "Apache-2.0",
  "dependencies": [
    {
      "name": "vcpkg-cmake",
      "host": true
    },
    {
      "name": "vcpkg-cmake-config",
      "host": true
    },
    "xerces-c"
  ]
}