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