-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathvcpkg.json
More file actions
35 lines (35 loc) · 754 Bytes
/
Copy pathvcpkg.json
File metadata and controls
35 lines (35 loc) · 754 Bytes
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
{
"name": "lazy-dpp",
"version": "1.0.0",
"dependencies": [
"boost-math",
"boost-program-options",
"boost-random",
"gtest",
"eigen3"
],
"overrides": [
{
"name": "boost-math",
"version": "1.81.0"
},
{
"name": "boost-program-options",
"version": "1.81.0"
},
{
"name": "boost-random",
"version": "1.81.0"
},
{
"name": "gtest",
"version": "1.12.1"
},
{
"name": "eigen3",
"version": "3.4.0",
"port-version": 2
}
],
"builtin-baseline": "91dd61bd441a68b4017b61011d0350b2e6aeeccf"
}