pond/lua-server/pond-dev-1.rockspec

19 lines
305 B
Lua

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",
"fennel"
}
build = {
type = "builtin",
modules = {
json = "json.lua"
}
}