blob: 6177b095ec7acadb4cc10504e91c554e5d326186 [file] [log] [blame]
licenses(["notice"]) # OpenLDAP Public License
filegroup(
name = "LICENSE",
visibility = ["//visibility:public"],
)
cc_library(
name = "lmdb",
linkopts = ["-llmdb"],
visibility = ["//visibility:public"],
)