diff --git a/lua-server/pond-dev-1.rockspec b/lua-server/pond-dev-1.rockspec new file mode 100644 index 0000000..82cf248 --- /dev/null +++ b/lua-server/pond-dev-1.rockspec @@ -0,0 +1,18 @@ +package = "pond" +version = "dev-1" +source = { + url = "https://git.arnes.space/compost.party/pond.git" +} +description = { + homepage = "https://pond.compost.party", + license = "AGPL" +} +dependencies = { + "http" +} +build = { + type = "builtin", + modules = { + json = "json.lua" + } +}