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()
|