-
Notifications
You must be signed in to change notification settings - Fork 1
/
vcpkg.json
60 lines (60 loc) · 1.33 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
58
59
60
{
"name": "stronk",
"homepage": "https://github.com/twig-energy/stronk",
"description": "An easy to customize, strong type library with built in support for unit-like behavior",
"license": "MIT",
"dependencies": [
"boost-type-index"
],
"default-features": [],
"features": {
"fmt": {
"description": "Dependencies for fmt extension",
"dependencies": [
"fmt"
]
},
"abseil": {
"description": "Dependencies for abseil extension",
"dependencies": [
{
"name": "abseil",
"features": [
"cxx17"
]
}
]
},
"doctest": {
"description": "Dependencies for doctest extension",
"dependencies": [
"doctest"
]
},
"nlohmann-json": {
"description": "Dependencies for nlohmann::json extension",
"dependencies": [
"nlohmann-json"
]
},
"glaze": {
"description": "Dependencies for glaze extension",
"dependencies": [
"glaze"
]
},
"test": {
"description": "Dependencies for testing",
"dependencies": [
"gtest"
]
},
"benchmark": {
"description": "Dependencies for benchmarking",
"dependencies": [
"benchmark"
]
}
},
"builtin-baseline": "230d85084ca006926d51c3d332c94298fb3bd56c"
}