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