aboutsummaryrefslogtreecommitdiff
path: root/vcpkg/ports/gsl/vcpkg.json
diff options
context:
space:
mode:
Diffstat (limited to 'vcpkg/ports/gsl/vcpkg.json')
-rw-r--r--vcpkg/ports/gsl/vcpkg.json14
1 files changed, 14 insertions, 0 deletions
diff --git a/vcpkg/ports/gsl/vcpkg.json b/vcpkg/ports/gsl/vcpkg.json
new file mode 100644
index 0000000..346be0a
--- /dev/null
+++ b/vcpkg/ports/gsl/vcpkg.json
@@ -0,0 +1,14 @@
+{
+ "name": "gsl",
+ "version": "2.8",
+ "port-version": 2,
+ "description": "The GNU Scientific Library is a numerical library for C and C++ programmers",
+ "homepage": "https://www.gnu.org/software/gsl/",
+ "license": "GPL-3.0-or-later",
+ "dependencies": [
+ {
+ "name": "vcpkg-cmake",
+ "host": true
+ }
+ ]
+}