File: WORKSPACE

package info (click to toggle)
lager 0.1.1-3
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 2,888 kB
  • sloc: cpp: 10,602; javascript: 10,433; makefile: 214; python: 100; sh: 98
file content (20 lines) | stat: -rw-r--r-- 549 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
git_repository(
   name = "com_github_nelhage_rules_boost",
   commit = "eafab11dbd1d4cd1151f8407bd6ed81d1240d122",
   remote = "https://github.com/nelhage/rules_boost",
)

git_repository(
    name = "zug",
    commit = "913fed55a158f7da70ccf4b7f359d056b77c7f7c",
    remote = "https://github.com/arximboldi/zug",
)

git_repository(
    name = "cereal",
    commit = "72d3eb200dc0568277255f960bc2bd7eccf8bafc",
    remote = "https://github.com/USCiLab/cereal",
)

load("@com_github_nelhage_rules_boost//:boost/boost.bzl", "boost_deps")
boost_deps()