package = "lua-resty-cookie"
version = "1.0.0-1"

source = {
  url = "git+ssh://git@bitbucket.globalx.com.au:7999/gia/lua-resty-cookie.git",
  tag = "v1.0.0",
}

description = {
  summary = "Lua library for HTTP cookie manipulations for OpenResty/ngx_lua. Cloned from https://github.com/cloudflare/lua-resty-cookie",
  homepage = "",
  license = "unlicensed",
}

dependencies = {
  "lua >= 5.1",  -- lua-nginx-module needed
}

build = {
    type = "builtin",
    modules = {
        ["resty.cookie"] = "cookie.lua"
    }
}
