-
Notifications
You must be signed in to change notification settings - Fork 1
/
vcpkg.json
57 lines (57 loc) · 1.35 KB
/
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
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
{
"$schema": "https://raw.githubusercontent.com/microsoft/vcpkg-tool/master/docs/vcpkg.schema.json",
"name": "vefs",
"version-semver": "0.6.0-alpha.0",
"homepage": "https://github.com/adessoSE/libvefs",
"dependencies": [
"base64",
"boost-container",
"boost-endian",
"boost-exception",
"boost-integer",
"boost-intrusive",
"boost-mp11",
"boost-predef",
"boost-preprocessor",
"boost-throw-exception",
"boost-type-traits",
"boringssl",
"concrete",
"concurrentqueue",
"deeplog",
"deeppack",
"fmt",
"libb2",
"libcuckoo",
{
"name": "llfio",
"features": [ "status-code" ]
},
"outcome",
"stduuid"
],
"overrides": [
{
"name": "boringssl",
"version-date": "2021-06-23",
"port-version": 4
}
],
"features": {
"cli": {
"description": "Build the CLI",
"dependencies": [
"bfgroup-lyra",
"boost-json"
]
},
"tests": {
"description": "Build the test suite",
"dependencies": [
"boost-test",
"catch2",
"gtest"
]
}
}
}