diff options
Diffstat (limited to 'vcpkg/ports/xqilla/vcpkg.json')
| -rw-r--r-- | vcpkg/ports/xqilla/vcpkg.json | 19 |
1 files changed, 19 insertions, 0 deletions
diff --git a/vcpkg/ports/xqilla/vcpkg.json b/vcpkg/ports/xqilla/vcpkg.json new file mode 100644 index 0000000..ea1a9a0 --- /dev/null +++ b/vcpkg/ports/xqilla/vcpkg.json @@ -0,0 +1,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" + ] +} |