summaryrefslogtreecommitdiff
path: root/etc/repos.json
blob: 509f13cbf7141c8df791091def808cdabe3a0303 (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
{ "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": "8d715c335756e406aea8a7e3e9e2266f69fbdeb9"
      , "subdir": "rules"
      }
    }
  , "rules-rust":
    { "repository":
      { "type": "git"
      , "repository": "https://github.com/just-buildsystem/rules-rust"
      , "branch": "master"
      , "commit": "c293d508b10221a7c2ba6b4cb84c38ac328ad4ac"
      , "subdir": "rules"
      }
    }
  , "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.155"
      }
    , "target_root": "circle_sampling/external-deps"
    , "target_file_name": "TARGETS.getrandom-0.2.15"
    }
  , "circle_sampling/libc-0.2.155":
    { "repository":
      { "type": "archive"
      , "fetch": "https://crates.io/api/v1/crates/libc/0.2.155/download"
      , "content": "67353d815cff7dd0c37e4426c338bf7f2534a5c1"
      , "subdir": "libc-0.2.155"
      , "distfile": "libc-0.2.155.tar.gz"
      }
    , "bindings": {"rules": "circle_sampling/rust-rules"}
    , "target_root": "circle_sampling/external-deps"
    , "target_file_name": "TARGETS.libc-0.2.155"
    }
  , "circle_sampling/ppv-lite86-0.2.17":
    { "repository":
      { "type": "archive"
      , "fetch": "https://crates.io/api/v1/crates/ppv-lite86/0.2.17/download"
      , "content": "b142c0fb86f0c3c585c1579a7d671b78441cad27"
      , "subdir": "ppv-lite86-0.2.17"
      , "distfile": "ppv-lite86-0.2.17.tar.gz"
      }
    , "bindings": {"rules": "circle_sampling/rust-rules"}
    , "target_root": "circle_sampling/external-deps"
    , "target_file_name": "TARGETS.ppv-lite86-0.2.17"
    }
  , "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.155"
      , "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.17"
      , "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/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"
    }
  }
}