kythe.io@v0.0.68-0.20240422202219-7225dbc01741/kythe/examples/bazel/bazel.WORKSPACE (about)

     1  # Kythe extraction setup
     2  
     3  # Build against Kythe master.  Run `bazel sync` to update to the latest commit.
     4  http_archive(
     5      name = "io_kythe",
     6      strip_prefix = "kythe-master",
     7      urls = ["https://github.com/kythe/kythe/archive/master.zip"],
     8  )
     9  
    10  load("@io_kythe//:setup.bzl", "kythe_rule_repositories")
    11  
    12  kythe_rule_repositories()
    13  
    14  load("@io_kythe//:external.bzl", "kythe_dependencies")
    15  
    16  kythe_dependencies()