aboutsummaryrefslogtreecommitdiff
path: root/vcpkg/ports/gul14/vcpkg.json
diff options
context:
space:
mode:
Diffstat (limited to 'vcpkg/ports/gul14/vcpkg.json')
-rw-r--r--vcpkg/ports/gul14/vcpkg.json19
1 files changed, 19 insertions, 0 deletions
diff --git a/vcpkg/ports/gul14/vcpkg.json b/vcpkg/ports/gul14/vcpkg.json
new file mode 100644
index 0000000..a955416
--- /dev/null
+++ b/vcpkg/ports/gul14/vcpkg.json
@@ -0,0 +1,19 @@
+{
+ "name": "gul14",
+ "version": "2.13.1",
+ "description": [
+ "General Utility Library for C++14.",
+ "GUL14 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++14 standard library, including some backports from later versions of the standard."
+ ],
+ "homepage": "https://github.com/gul-cpp/gul14.git",
+ "documentation": "https://gul-cpp.github.io/gul14/",
+ "license": "LGPL-2.1-or-later",
+ "supports": "!uwp & !xbox",
+ "dependencies": [
+ {
+ "name": "vcpkg-tool-meson",
+ "host": true
+ }
+ ]
+}