aboutsummaryrefslogtreecommitdiff
path: root/vcpkg/ports/mxml/vcpkg.json
diff options
context:
space:
mode:
Diffstat (limited to 'vcpkg/ports/mxml/vcpkg.json')
-rw-r--r--vcpkg/ports/mxml/vcpkg.json21
1 files changed, 21 insertions, 0 deletions
diff --git a/vcpkg/ports/mxml/vcpkg.json b/vcpkg/ports/mxml/vcpkg.json
new file mode 100644
index 0000000..2b48247
--- /dev/null
+++ b/vcpkg/ports/mxml/vcpkg.json
@@ -0,0 +1,21 @@
+{
+ "name": "mxml",
+ "version": "4.0.4",
+ "port-version": 1,
+ "description": "A tiny xml parsing library",
+ "homepage": "https://github.com/michaelrsweet/mxml",
+ "license": "Apache-2.0",
+ "supports": "!(windows & (uwp | static | arm))",
+ "dependencies": [
+ {
+ "name": "vcpkg-make",
+ "host": true,
+ "platform": "!windows | mingw"
+ },
+ {
+ "name": "vcpkg-msbuild",
+ "host": true,
+ "platform": "windows & !mingw"
+ }
+ ]
+}