forked from aas-core-works/aas-core3.0-cpp
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathvcpkg.json
34 lines (34 loc) · 738 Bytes
/
vcpkg.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
{
"name": "aas-core3-0-cpp",
"version": "0.0.1-alpha.2",
"homepage": "https://github.com/aas-core-works/aas-core3.0-cpp",
"description": "Manipulate, verify and de/serialize asset administration shells in C++.",
"license": "MIT",
"dependencies": [
{
"name": "vcpkg-cmake",
"host": true
},
{
"name": "vcpkg-cmake-config",
"host": true
},
{
"name": "nlohmann-json",
"version>=": "3.11.3"
},
{
"name": "expat",
"version>=": "2.5.0"
},
{
"name": "tl-optional",
"version>=": "2021-05-02"
},
{
"name": "tl-expected",
"version>=": "1.1.0"
}
],
"builtin-baseline": "91b17dd72add5718332e9a2bf55497e2b126b0a0"
}