2022-07-16 03:16:00 +08:00
|
|
|
{
|
|
|
|
"name": "gul14",
|
2024-05-07 03:40:40 +08:00
|
|
|
"version": "2.11.2",
|
2022-07-16 03:16:00 +08:00
|
|
|
"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",
|
2022-11-11 00:58:03 +08:00
|
|
|
"documentation": "https://gul14.info",
|
2022-07-16 03:16:00 +08:00
|
|
|
"license": "LGPL-2.1-or-later",
|
2023-06-16 05:49:00 +08:00
|
|
|
"supports": "!uwp & !xbox",
|
2022-07-16 03:16:00 +08:00
|
|
|
"dependencies": [
|
|
|
|
{
|
|
|
|
"name": "vcpkg-tool-meson",
|
|
|
|
"host": true
|
|
|
|
}
|
|
|
|
]
|
|
|
|
}
|