package = "lua-resty-uuid" version = "1.1-1" source = { url = "git://github.com/bungle/lua-resty-uuid.git", branch = "v1.1" } description = { summary = "DCE compatible Universally Unique Identifier (UUID/GUID) library", detailed = "lua-resty-uuid is a DCE compatible Universally Unique Identifier library for Lua and OpenResty.", homepage = "https://github.com/bungle/lua-resty-uuid", maintainer = "Aapo Talvensaari ", license = "BSD" } dependencies = { "lua >= 5.1" } build = { type = "builtin", modules = { ["resty.uuid"] = "lib/resty/uuid.lua" } }