summaryrefslogtreecommitdiff
path: root/etc/repos.template.json
blob: 1b54fe9b4203b08fd031143d67e743de306d29f1 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
{ "main": "rules"
, "repositories":
  { "rules":
    { "repository": {"type": "file", "path": "rules"}
    , "bindings":
      {"protoc": "just/protobuf", "grpc": "just/com_github_grpc_grpc"}
    }
  , "tests":
    { "repository": {"type": "file", "path": "tests"}
    , "bindings": {"test-just": "just", "test-rules": "test-rules"}
    }
  , "imports": {"repository": {"type": "file", "path": "etc/imports"}}
  , "test-rules":
    { "repository": {"type": "file", "path": "rules"}
    , "target_root": "imports"
    , "target_file_name": "rules.TARGETS"
    }
  }
}