summaryrefslogtreecommitdiff
path: root/etc/repos.json
blob: 1f68227c8231dbce196e754fe7d37ee58eb4fb36 (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
{ "repositories":
  { "":
    { "repository": {"type": "file", "path": "src"}
    , "bindings": {"rules": "rules/nix", "rust": "rules-rust/nix"}
    }
  , "test":
    { "repository": {"type": "file", "path": "test"}
    , "bindings": {"rules": "rules/nix-test", "src": ""}
    }
  , "defaults": {"repository": {"type": "file", "path": "etc/defaults"}}
  , "rules/nix":
    {"repository": "rules", "target_root": "defaults", "rule_root": "rules"}
  , "rules-rust/nix":
    { "repository": "rules-rust"
    , "target_root": "defaults"
    , "rule_root": "rules-rust"
    }
  , "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": "0e9d13a761c878a647fde5a543946a02bf2c693d"
      , "subdir": "rules"
      }
    }
  , "rules-rust":
    { "repository":
      { "type": "git"
      , "repository": "https://github.com/just-buildsystem/rules-rust"
      , "branch": "master"
      , "commit": "bf3e05a614f1de5a9a8a0f8e40f1dd9e1f6609da"
      , "subdir": "rules"
      }
    }
  }
}