aboutsummaryrefslogtreecommitdiff
path: root/vcpkg/ports/gul17/vcpkg.json
diff options
context:
space:
mode:
Diffstat (limited to 'vcpkg/ports/gul17/vcpkg.json')
-rw-r--r--vcpkg/ports/gul17/vcpkg.json19
1 files changed, 19 insertions, 0 deletions
diff --git a/vcpkg/ports/gul17/vcpkg.json b/vcpkg/ports/gul17/vcpkg.json
new file mode 100644
index 0000000..a127e1c
--- /dev/null
+++ b/vcpkg/ports/gul17/vcpkg.json
@@ -0,0 +1,19 @@
+{
+ "name": "gul17",
+ "version": "25.4.1",
+ "description": [
+ "General Utility Library for C++17.",
+ "GUL17 contains often-used utility functions and types that form the foundation for other libraries and programs.",
+ "It provides basic functionality that is not available in the C++17 standard library, including some backports from later versions of the standard."
+ ],
+ "homepage": "https://github.com/gul-cpp/gul17",
+ "documentation": "https://gul-cpp.github.io/gul17/",
+ "license": "LGPL-2.1-or-later",
+ "supports": "!uwp & !xbox",
+ "dependencies": [
+ {
+ "name": "vcpkg-tool-meson",
+ "host": true
+ }
+ ]
+}