2018-06-04 15:53:16 +00:00
|
|
|
workspace(name = "org_brotli_research")
|
|
|
|
|
2021-08-18 17:15:07 +00:00
|
|
|
load("@bazel_tools//tools/build_defs/repo:git.bzl", "new_git_repository")
|
|
|
|
|
2018-06-04 15:53:16 +00:00
|
|
|
local_repository(
|
|
|
|
name = "org_brotli",
|
|
|
|
path = "..",
|
|
|
|
)
|
|
|
|
|
2021-08-18 17:15:07 +00:00
|
|
|
new_git_repository(
|
2018-06-04 15:53:16 +00:00
|
|
|
name = "divsufsort",
|
2021-08-18 17:15:07 +00:00
|
|
|
build_file = "@//:BUILD.libdivsufsort",
|
|
|
|
commit = "5f60d6f026c30fb4ac296f696b3c8b0eb71bd428",
|
|
|
|
remote = "https://github.com/y-256/libdivsufsort",
|
2021-08-31 12:07:17 +00:00
|
|
|
shallow_since = "1445958113 +0900",
|
2021-08-18 17:15:07 +00:00
|
|
|
)
|
|
|
|
|
|
|
|
new_git_repository(
|
|
|
|
name = "esaxx",
|
|
|
|
build_file_content = """
|
|
|
|
package(default_visibility = ["//visibility:public"])
|
|
|
|
cc_library(
|
|
|
|
name = "sais",
|
|
|
|
hdrs = ["sais.hxx"],
|
|
|
|
includes = ["."],
|
|
|
|
include_prefix = "third_party/esaxx",
|
|
|
|
)
|
|
|
|
""",
|
|
|
|
commit = "ca7cb332011ec37a8436487f210f396b84bd8273",
|
|
|
|
remote = "https://github.com/hillbig/esaxx",
|
2021-08-31 12:07:17 +00:00
|
|
|
shallow_since = "1391400691 +0900",
|
2018-06-04 15:53:16 +00:00
|
|
|
)
|