mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-11-26 14:41:47 +08:00
fd69fb2964
* [gul14] Add new port * [gul14] Mark UWP builds as expected to fail * Remove baseline Co-authored-by: Jonliu1993 <13720414433@163.com>
20 lines
654 B
JSON
20 lines
654 B
JSON
{
|
|
"name": "gul14",
|
|
"version": "2.6",
|
|
"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://winweb.desy.de/mcs/docs/gul/index.html",
|
|
"license": "LGPL-2.1-or-later",
|
|
"supports": "!uwp",
|
|
"dependencies": [
|
|
{
|
|
"name": "vcpkg-tool-meson",
|
|
"host": true
|
|
}
|
|
]
|
|
}
|