package = "lua-resty-mysql"
version = "0.16-0"
source = {
   url = "git+ssh://git@github.com/openresty/lua-resty-mysql.git",
   tag = "v0.16"
}
description = {
   homepage = "https://github.com/openresty/lua-resty-mysql",
   license = "BSD"
}
dependencies = {
  "lua >= 5.1",
  "luabitop"
}
build = {
   type = "builtin",
   modules = {
      ["resty.mysql"] = "lib/resty/mysql.lua"
   }
}
