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
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
|
{ "hash_combine":
{ "type": ["@", "rules", "CC", "library"]
, "name": ["hash_combine"]
, "hdrs": ["hash_combine.hpp"]
, "deps": [["@", "gsl-lite", "", "gsl-lite"]]
, "stage": ["src", "utils", "cpp"]
}
, "type_safe_arithmetic":
{ "type": ["@", "rules", "CC", "library"]
, "name": ["type_safe_arithmetic"]
, "hdrs": ["type_safe_arithmetic.hpp"]
, "deps": [["@", "gsl-lite", "", "gsl-lite"]]
, "stage": ["src", "utils", "cpp"]
}
, "json":
{ "type": ["@", "rules", "CC", "library"]
, "name": ["json"]
, "hdrs": ["json.hpp"]
, "deps": [["@", "json", "", "json"], ["@", "gsl-lite", "", "gsl-lite"]]
, "stage": ["src", "utils", "cpp"]
}
, "concepts":
{ "type": ["@", "rules", "CC", "library"]
, "name": ["concepts"]
, "hdrs": ["concepts.hpp"]
, "stage": ["src", "utils", "cpp"]
}
, "atomic":
{ "type": ["@", "rules", "CC", "library"]
, "name": ["atomic"]
, "hdrs": ["atomic.hpp"]
, "stage": ["src", "utils", "cpp"]
}
, "hex_string":
{ "type": ["@", "rules", "CC", "library"]
, "name": ["hex_string"]
, "hdrs": ["hex_string.hpp"]
, "stage": ["src", "utils", "cpp"]
}
, "path":
{ "type": ["@", "rules", "CC", "library"]
, "name": ["path"]
, "hdrs": ["path.hpp"]
, "stage": ["src", "utils", "cpp"]
}
, "vector":
{ "type": ["@", "rules", "CC", "library"]
, "name": ["vector"]
, "hdrs": ["vector.hpp"]
, "stage": ["src", "utils", "cpp"]
}
, "tmp_dir":
{ "type": ["@", "rules", "CC", "library"]
, "name": ["tmp_dir"]
, "hdrs": ["tmp_dir.hpp"]
, "srcs": ["tmp_dir.cpp"]
, "deps": [["@", "gsl-lite", "", "gsl-lite"]]
, "stage": ["src", "utils", "cpp"]
, "private-deps": [["src/buildtool/file_system", "file_system_manager"]]
}
, "curl_context":
{ "type": ["@", "rules", "CC", "library"]
, "name": ["curl_context"]
, "hdrs": ["curl_context.hpp"]
, "srcs": ["curl_context.cpp"]
, "stage": ["src", "utils", "cpp"]
, "private-deps": [["src/buildtool/logging", "logging"], ["", "libcurl"]]
}
, "curl_easy_handle":
{ "type": ["@", "rules", "CC", "library"]
, "name": ["curl_easy_handle"]
, "hdrs": ["curl_easy_handle.hpp"]
, "srcs": ["curl_easy_handle.cpp"]
, "deps": ["curl_context", ["@", "gsl-lite", "", "gsl-lite"]]
, "stage": ["src", "utils", "cpp"]
, "private-deps":
[ ["src/buildtool/logging", "logging"]
, ["src/buildtool/file_system", "file_system_manager"]
, ["", "libcurl"]
]
}
, "archive_ops":
{ "type": ["@", "rules", "CC", "library"]
, "name": ["archive_ops"]
, "hdrs": ["archive_ops.hpp"]
, "srcs": ["archive_ops.cpp"]
, "deps": [["@", "gsl-lite", "", "gsl-lite"]]
, "stage": ["src", "utils", "cpp"]
, "private-deps":
[["src/buildtool/file_system", "file_system_manager"], ["", "libarchive"]]
}
, "file_locking":
{ "type": ["@", "rules", "CC", "library"]
, "name": ["file_locking"]
, "hdrs": ["file_locking.hpp"]
, "srcs": ["file_locking.cpp"]
, "deps": [["@", "gsl-lite", "", "gsl-lite"]]
, "stage": ["src", "utils", "cpp"]
, "private-deps":
[ ["src/buildtool/file_system", "file_system_manager"]
, ["src/utils/cpp", "path"]
]
}
}
|