package = "luaunbound"
version = "1.1.0-1"
source = {
   url = "https://code.zash.se/dl/luaunbound/luaunbound-1.1.0.tar.gz",
   tag = "1.1.0"
}
description = {
   summary = "A binding to libunbound",
   homepage = "https://www.zash.se/luaunbound.html",
   license = "MIT"
}
dependencies = {
   "lua >= 5.1, < 5.6"
}
external_dependencies = {
   libunbound = {
      header = "unbound.h",
      library = "unbound"
   }
}
build = {
   type = "builtin",
   modules = {
      lunbound = {
         libraries = {
            "unbound"
         },
         sources = {
            "lunbound.c"
         }
      }
   }
}
