blob: a127e1c188dec668c0428cab46899d1baf32de8d (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
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
}
]
}
|