aboutsummaryrefslogtreecommitdiff
path: root/vcpkg/ports/gul14/vcpkg.json
blob: a9554169aba630c10f0e6cc2683ed5d0fe3b8e67 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
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
    }
  ]
}