summaryrefslogtreecommitdiff
path: root/etc/repos.json
blob: da3529d88a597b56b231e2236d4b72403aff29aa (plain)
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
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
{ "repositories":
  { "":
    { "repository": {"type": "file", "path": "src"}
    , "bindings": {"rules": "rules/nix", "rust": "rules-rust"}
    }
  , "test":
    { "repository": {"type": "file", "path": "test"}
    , "bindings":
      {"rules": "rules/nix-test", "src": "", "cargo/circle": "circle_sampling"}
    }
  , "defaults": {"repository": {"type": "file", "path": "etc/defaults"}}
  , "rules/nix":
    {"repository": "rules", "target_root": "defaults", "rule_root": "rules"}
  , "rules/nix-test":
    { "repository": "rules"
    , "target_root": "defaults"
    , "rule_root": "rules"
    , "target_file_name": "test.TARGETS"
    , "bindings": {"base": "rules/nix"}
    }
  , "rules":
    { "repository":
      { "type": "git"
      , "repository": "https://github.com/just-buildsystem/rules-cc"
      , "branch": "master"
      , "commit": "457b1f9dda7366fbb4e6ac4664750bb2bab48e42"
      , "subdir": "rules"
      }
    }
  , "rules-rust":
    { "repository":
      { "type": "git"
      , "repository": "https://github.com/just-buildsystem/rules-rust"
      , "branch": "master"
      , "commit": "c55a81b17ddd3e213915ce1a4e52f42115620e7e"
      , "subdir": "rules"
      }
    }
  , "circle_sampling/byteorder-1.5.0":
    { "repository":
      { "type": "archive"
      , "fetch": "https://crates.io/api/v1/crates/byteorder/1.5.0/download"
      , "content": "a63d78ae6f940fb4409d32d1fea4e33260b9f2d8"
      , "subdir": "byteorder-1.5.0"
      , "distfile": "byteorder-1.5.0.tar.gz"
      }
    , "bindings": {"rules": "circle_sampling/rust-rules"}
    , "target_root": "circle_sampling/external-deps"
    , "target_file_name": "TARGETS.byteorder-1.5.0"
    }
  , "circle_sampling/cfg-if-1.0.0":
    { "repository":
      { "type": "archive"
      , "fetch": "https://crates.io/api/v1/crates/cfg-if/1.0.0/download"
      , "content": "c77d9a7af0aea15217dfcdd046013598f696acb0"
      , "subdir": "cfg-if-1.0.0"
      , "distfile": "cfg-if-1.0.0.tar.gz"
      }
    , "bindings": {"rules": "circle_sampling/rust-rules"}
    , "target_root": "circle_sampling/external-deps"
    , "target_file_name": "TARGETS.cfg-if-1.0.0"
    }
  , "circle_sampling":
    { "repository": {"type": "file", "path": "src/rust/cargo/circle"}
    , "bindings":
      { "rules": "circle_sampling/rust-rules"
      , "rand": "circle_sampling/rand-0.8.5"
      }
    }
  , "circle_sampling/getrandom-0.2.15":
    { "repository":
      { "type": "archive"
      , "fetch": "https://crates.io/api/v1/crates/getrandom/0.2.15/download"
      , "content": "8c167a8cdc3f6f149dd3f37ba9c6932a2592052a"
      , "subdir": "getrandom-0.2.15"
      , "distfile": "getrandom-0.2.15.tar.gz"
      }
    , "bindings":
      { "rules": "circle_sampling/rust-rules"
      , "cfg-if": "circle_sampling/cfg-if-1.0.0"
      , "libc": "circle_sampling/libc-0.2.169"
      }
    , "target_root": "circle_sampling/external-deps"
    , "target_file_name": "TARGETS.getrandom-0.2.15"
    }
  , "circle_sampling/libc-0.2.169":
    { "repository":
      { "type": "archive"
      , "fetch": "https://crates.io/api/v1/crates/libc/0.2.169/download"
      , "content": "95f7e55df1a041b233314d7b0a66730b7a57c683"
      , "subdir": "libc-0.2.169"
      , "distfile": "libc-0.2.169.tar.gz"
      }
    , "bindings": {"rules": "circle_sampling/rust-rules"}
    , "target_root": "circle_sampling/external-deps"
    , "target_file_name": "TARGETS.libc-0.2.169"
    }
  , "circle_sampling/ppv-lite86-0.2.20":
    { "repository":
      { "type": "archive"
      , "fetch": "https://crates.io/api/v1/crates/ppv-lite86/0.2.20/download"
      , "content": "c1d2752462b39ba0ebb6ce2aa7aa65919c42dee8"
      , "subdir": "ppv-lite86-0.2.20"
      , "distfile": "ppv-lite86-0.2.20.tar.gz"
      }
    , "bindings":
      { "rules": "circle_sampling/rust-rules"
      , "zerocopy": "circle_sampling/zerocopy-0.7.35"
      }
    , "target_root": "circle_sampling/external-deps"
    , "target_file_name": "TARGETS.ppv-lite86-0.2.20"
    }
  , "circle_sampling/proc-macro2-1.0.93":
    { "repository":
      { "type": "archive"
      , "fetch": "https://crates.io/api/v1/crates/proc-macro2/1.0.93/download"
      , "content": "62723e72928b2dad367eeb11394cffc5f66a19ad"
      , "subdir": "proc-macro2-1.0.93"
      , "distfile": "proc-macro2-1.0.93.tar.gz"
      }
    , "bindings":
      { "rules": "circle_sampling/rust-rules"
      , "unicode-ident": "circle_sampling/unicode-ident-1.0.16"
      }
    , "target_root": "circle_sampling/external-deps"
    , "target_file_name": "TARGETS.proc-macro2-1.0.93"
    }
  , "circle_sampling/quote-1.0.38":
    { "repository":
      { "type": "archive"
      , "fetch": "https://crates.io/api/v1/crates/quote/1.0.38/download"
      , "content": "d3926cdb47ad75dc1651282d07052c5e049e3e12"
      , "subdir": "quote-1.0.38"
      , "distfile": "quote-1.0.38.tar.gz"
      }
    , "bindings":
      { "rules": "circle_sampling/rust-rules"
      , "proc-macro2": "circle_sampling/proc-macro2-1.0.93"
      }
    , "target_root": "circle_sampling/external-deps"
    , "target_file_name": "TARGETS.quote-1.0.38"
    }
  , "circle_sampling/rand-0.8.5":
    { "repository":
      { "type": "archive"
      , "fetch": "https://crates.io/api/v1/crates/rand/0.8.5/download"
      , "content": "768d8f0c5c7abe7eb847ffc1a0ff6e3e5ccc49d3"
      , "subdir": "rand-0.8.5"
      , "distfile": "rand-0.8.5.tar.gz"
      }
    , "bindings":
      { "rules": "circle_sampling/rust-rules"
      , "libc": "circle_sampling/libc-0.2.169"
      , "rand_chacha": "circle_sampling/rand_chacha-0.3.1"
      , "rand_core": "circle_sampling/rand_core-0.6.4"
      }
    , "target_root": "circle_sampling/external-deps"
    , "target_file_name": "TARGETS.rand-0.8.5"
    }
  , "circle_sampling/rand_chacha-0.3.1":
    { "repository":
      { "type": "archive"
      , "fetch": "https://crates.io/api/v1/crates/rand_chacha/0.3.1/download"
      , "content": "67d1b4ac6de64f68ced704ee6133b6e97976eadc"
      , "subdir": "rand_chacha-0.3.1"
      , "distfile": "rand_chacha-0.3.1.tar.gz"
      }
    , "bindings":
      { "rules": "circle_sampling/rust-rules"
      , "ppv-lite86": "circle_sampling/ppv-lite86-0.2.20"
      , "rand_core": "circle_sampling/rand_core-0.6.4"
      }
    , "target_root": "circle_sampling/external-deps"
    , "target_file_name": "TARGETS.rand_chacha-0.3.1"
    }
  , "circle_sampling/rand_core-0.6.4":
    { "repository":
      { "type": "archive"
      , "fetch": "https://crates.io/api/v1/crates/rand_core/0.6.4/download"
      , "content": "7fb776b46fd89e927d5ea0f5df0c220ce650c7dc"
      , "subdir": "rand_core-0.6.4"
      , "distfile": "rand_core-0.6.4.tar.gz"
      }
    , "bindings":
      { "rules": "circle_sampling/rust-rules"
      , "getrandom": "circle_sampling/getrandom-0.2.15"
      }
    , "target_root": "circle_sampling/external-deps"
    , "target_file_name": "TARGETS.rand_core-0.6.4"
    }
  , "circle_sampling/syn-2.0.98":
    { "repository":
      { "type": "archive"
      , "fetch": "https://crates.io/api/v1/crates/syn/2.0.98/download"
      , "content": "b6bd1290e07ba2afaa96891e19bc95198ca19baf"
      , "subdir": "syn-2.0.98"
      , "distfile": "syn-2.0.98.tar.gz"
      }
    , "bindings":
      { "rules": "circle_sampling/rust-rules"
      , "proc-macro2": "circle_sampling/proc-macro2-1.0.93"
      , "quote": "circle_sampling/quote-1.0.38"
      , "unicode-ident": "circle_sampling/unicode-ident-1.0.16"
      }
    , "target_root": "circle_sampling/external-deps"
    , "target_file_name": "TARGETS.syn-2.0.98"
    }
  , "circle_sampling/unicode-ident-1.0.16":
    { "repository":
      { "type": "archive"
      , "fetch": "https://crates.io/api/v1/crates/unicode-ident/1.0.16/download"
      , "content": "a626c79eb4e80481350c6b0d03a242ee3ec0fe83"
      , "subdir": "unicode-ident-1.0.16"
      , "distfile": "unicode-ident-1.0.16.tar.gz"
      }
    , "bindings": {"rules": "circle_sampling/rust-rules"}
    , "target_root": "circle_sampling/external-deps"
    , "target_file_name": "TARGETS.unicode-ident-1.0.16"
    }
  , "circle_sampling/zerocopy-0.7.35":
    { "repository":
      { "type": "archive"
      , "fetch": "https://crates.io/api/v1/crates/zerocopy/0.7.35/download"
      , "content": "392762d4a5825d4062a0f35f88669db7c6b4e98f"
      , "subdir": "zerocopy-0.7.35"
      , "distfile": "zerocopy-0.7.35.tar.gz"
      }
    , "bindings":
      { "rules": "circle_sampling/rust-rules"
      , "byteorder": "circle_sampling/byteorder-1.5.0"
      , "zerocopy-derive": "circle_sampling/zerocopy-derive-0.7.35"
      }
    , "target_root": "circle_sampling/external-deps"
    , "target_file_name": "TARGETS.zerocopy-0.7.35"
    }
  , "circle_sampling/zerocopy-derive-0.7.35":
    { "repository":
      { "type": "archive"
      , "fetch": "https://crates.io/api/v1/crates/zerocopy-derive/0.7.35/download"
      , "content": "3ae2bbe7e41762fc5a49a56ba63b13561a8944ae"
      , "subdir": "zerocopy-derive-0.7.35"
      , "distfile": "zerocopy-derive-0.7.35.tar.gz"
      }
    , "bindings":
      { "rules": "circle_sampling/rust-rules"
      , "proc-macro2": "circle_sampling/proc-macro2-1.0.93"
      , "quote": "circle_sampling/quote-1.0.38"
      , "syn": "circle_sampling/syn-2.0.98"
      }
    , "target_root": "circle_sampling/external-deps"
    , "target_file_name": "TARGETS.zerocopy-derive-0.7.35"
    }
  , "circle_sampling/external-deps":
    {"repository": {"type": "file", "path": "etc/deps-rust"}}
  , "circle_sampling/rust-rules":
    { "repository": "rules-rust"
    , "target_root": "defaults"
    , "rule_root": "rules-rust"
    , "bindings": {"orig-rules": "rules-rust"}
    , "target_file_name": "TARGETS.cargo_import"
    }
  }
}