-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathvcpkg.json
More file actions
39 lines (39 loc) · 1022 Bytes
/
vcpkg.json
File metadata and controls
39 lines (39 loc) · 1022 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
36
37
38
39
{
"$schema": "https://raw.githubusercontent.com/microsoft/vcpkg-tool/master/docs/vcpkg.schema.json",
"name": "deeplog",
"version-semver": "0.0.0-beta.9",
"homepage": "https://github.com/deeplex/deeplog",
"dependencies": [
{
"name": "boost-atomic",
"platform": "osx"
},
"boost-config",
"boost-mp11",
"boost-unordered",
"boost-variant2",
{
"name": "boost-winapi",
"platform": "windows"
},
"concrete",
"deeppack",
"fmt",
"ftxui",
{
"name": "llfio",
"features": [ "status-code" ]
},
"outcome"
],
"features": {
"boost-atomic-ref": {
"description": "Use boost::atomic_ref instead of std::atomic_ref",
"dependencies": [ "boost-atomic" ]
},
"tests": {
"description": "Build the test suite",
"dependencies": [ "catch2" ]
}
}
}