aboutsummaryrefslogtreecommitdiff
path: root/vcpkg/ports/zimpl/vcpkg.json
diff options
context:
space:
mode:
Diffstat (limited to 'vcpkg/ports/zimpl/vcpkg.json')
-rw-r--r--vcpkg/ports/zimpl/vcpkg.json25
1 files changed, 25 insertions, 0 deletions
diff --git a/vcpkg/ports/zimpl/vcpkg.json b/vcpkg/ports/zimpl/vcpkg.json
new file mode 100644
index 0000000..0e4d3a4
--- /dev/null
+++ b/vcpkg/ports/zimpl/vcpkg.json
@@ -0,0 +1,25 @@
+{
+ "name": "zimpl",
+ "version": "3.6.1",
+ "port-version": 1,
+ "description": "Zuse Institut Mathematical Programming Language",
+ "homepage": "https://zimpl.zib.de/",
+ "license": "LGPL-3.0-or-later",
+ "supports": "!uwp",
+ "dependencies": [
+ "gmp",
+ {
+ "name": "pcre2",
+ "platform": "windows"
+ },
+ {
+ "name": "vcpkg-cmake",
+ "host": true
+ },
+ {
+ "name": "vcpkg-cmake-config",
+ "host": true
+ },
+ "zlib"
+ ]
+}