aboutsummaryrefslogtreecommitdiff
path: root/vcpkg/ports/arb/vcpkg.json
diff options
context:
space:
mode:
Diffstat (limited to 'vcpkg/ports/arb/vcpkg.json')
-rw-r--r--vcpkg/ports/arb/vcpkg.json20
1 files changed, 20 insertions, 0 deletions
diff --git a/vcpkg/ports/arb/vcpkg.json b/vcpkg/ports/arb/vcpkg.json
new file mode 100644
index 0000000..35e454c
--- /dev/null
+++ b/vcpkg/ports/arb/vcpkg.json
@@ -0,0 +1,20 @@
+{
+ "name": "arb",
+ "version": "2.21.1",
+ "port-version": 2,
+ "description": "a C library for arbitrary-precision interval arithmetic",
+ "homepage": "https://github.com/fredrik-johansson/arb",
+ "license": "LGPL-2.1",
+ "supports": "!xbox",
+ "dependencies": [
+ "flint",
+ {
+ "name": "pthreads",
+ "platform": "windows"
+ },
+ {
+ "name": "vcpkg-cmake",
+ "host": true
+ }
+ ]
+}