Home | History | Annotate | Download | only in research
      1 workspace(name = "org_brotli_research")
      2 
      3 local_repository(
      4     name = "org_brotli",
      5     path = "..",
      6 )
      7 
      8 new_local_repository(
      9     name = "divsufsort",
     10     build_file = "BUILD.libdivsufsort",
     11     path = "libdivsufsort",
     12 )
     13