vcpkg/ports/gul14/vcpkg.json
Lars Fröhlich e02de06011
[gul14] Update to version 2.11.2 (#38587)
- [X] Changes comply with the [maintainer
guide](https://github.com/microsoft/vcpkg-docs/blob/main/vcpkg/contributing/maintainer-guide.md).
- [X] SHA512s are updated for each updated download.
- [X] The "supports" clause reflects platforms that may be fixed by this
new version (DOES NOT APPLY).
- [X] Any fixed [CI
baseline](https://github.com/microsoft/vcpkg/blob/master/scripts/ci.baseline.txt)
entries are removed from that file (DOES NOT APPLY).
- [X] Any patches that are no longer applied are deleted from the port's
directory (DOES NOT APPLY).
- [X] The version database is fixed by rerunning `./vcpkg x-add-version
--all` and committing the result.
- [X] Only one version is added to each modified port's versions file.
2024-05-06 12:40:40 -07:00

20 lines
637 B
JSON

{
"name": "gul14",
"version": "2.11.2",
"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.desy.de/gul-cpp/gul14.git",
"documentation": "https://gul14.info",
"license": "LGPL-2.1-or-later",
"supports": "!uwp & !xbox",
"dependencies": [
{
"name": "vcpkg-tool-meson",
"host": true
}
]
}