Sha256: 7aa67436d866e91418957f6af84edd3af48f242bf5b8eb275eb380e7ed1ca83a

Contents?: true

Size: 341 Bytes

Versions: 3

Compression:

Stored size: 341 Bytes

Contents

# Pulled from: https://github.com/cyb70289/utf8

cc_library(
    name = "utf8_range",
    hdrs = ["utf8_range.h"],
    srcs = [
        "naive.c",
        "range2-neon.c",
        "range2-sse.c",
    ],
    visibility = ["//:__pkg__"],
)

filegroup(
    name = "cmake_files",
    srcs = glob(["*"]),
    visibility = ["//cmake:__pkg__"],
)

Version data entries

3 entries across 3 versions & 1 rubygems

Version Path
ruby_memprofiler_pprof-0.0.4 ext/ruby_memprofiler_pprof_ext/vendor/upb/third_party/utf8_range/BUILD
ruby_memprofiler_pprof-0.0.3 ext/ruby_memprofiler_pprof/vendor/upb/third_party/utf8_range/BUILD
ruby_memprofiler_pprof-0.0.1 ext/ruby_memprofiler_pprof/vendor/upb/third_party/utf8_range/BUILD