Add rockspec

This commit is contained in:
arne 2024-03-24 11:08:29 +01:00
commit a7a1ee78c0

View file

@ -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"
}
}