load("@rules_cc//cc:cc_library.bzl", "cc_library") cc_library( name = "llhttp", srcs = glob(["*.c"]), hdrs = ["llhttp.h"], strip_include_prefix = "/deps/llhttp", visibility = ["//:__subpackages__"], )