]> git.proxmox.com Git - ceph.git/blob - ceph/src/jaegertracing/opentelemetry-cpp/tools/vcpkg/ports/corrade/vcpkg.json
update ceph source to reef 18.1.2
[ceph.git] / ceph / src / jaegertracing / opentelemetry-cpp / tools / vcpkg / ports / corrade / vcpkg.json
1 {
2 "name": "corrade",
3 "version-string": "2020.06",
4 "port-version": 1,
5 "description": "C++11/C++14 multiplatform utility library.",
6 "homepage": "https://magnum.graphics/corrade/",
7 "default-features": [
8 "interconnect",
9 "pluginmanager",
10 "testsuite",
11 "utility"
12 ],
13 "features": {
14 "interconnect": {
15 "description": "Interconnect library",
16 "dependencies": [
17 {
18 "name": "corrade",
19 "features": [
20 "utility"
21 ]
22 }
23 ]
24 },
25 "pluginmanager": {
26 "description": "PluginManager library",
27 "dependencies": [
28 {
29 "name": "corrade",
30 "features": [
31 "utility"
32 ]
33 }
34 ]
35 },
36 "testsuite": {
37 "description": "TestSuite library",
38 "dependencies": [
39 {
40 "name": "corrade",
41 "features": [
42 "utility"
43 ]
44 }
45 ]
46 },
47 "utility": {
48 "description": "Utility library"
49 }
50 }
51 }