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
|
{ "proto_bindings":
{ "type": ["@", "rules", "CC", "library"]
, "proto":
[ ["@", "bazel_remote_apis", "", "remote_execution_proto"]
, ["@", "googleapis", "", "google_bytestream_proto"]
, ["@", "googleapis", "", "google_api_httpbody_proto"]
, ["@", "googleapis", "", "google_api_expr_v1alpha1_checked_proto"]
, ["@", "googleapis", "", "google_api_expr_v1alpha1_syntax_proto"]
, ["src/buildtool/serve_api/serve_service", "just_serve_proto"]
]
}
, "just-ext-hdrs":
{ "type": ["@", "rules", "CC", "install-with-deps"]
, "hdrs-only": ["yes"]
, "targets":
[ ["@", "ssl", "", "crypto"]
, ["@", "grpc", "", "grpc++"]
, ["@", "gsl", "", "gsl"]
, ["@", "fmt", "", "fmt"]
, ["@", "cli11", "", "cli11"]
, ["@", "json", "", "json"]
, ["", "libgit2"]
, ["", "libcurl"]
, ["", "libarchive"]
, "proto_bindings"
]
}
}
|