Skip to content

Commit

Permalink
add new rockspec file
Browse files Browse the repository at this point in the history
  • Loading branch information
chbruyand committed Nov 25, 2024
1 parent 02d0a9f commit aea6ba4
Showing 1 changed file with 35 additions and 0 deletions.
35 changes: 35 additions & 0 deletions rockspec/nats-0.0.4-1.rockspec
Original file line number Diff line number Diff line change
@@ -0,0 +1,35 @@
package = "nats"
version = "0.0.4-1"

source = {
url = "git://github.com/PowerDNS/lua-nats.git",
tag = "0.0.4"
}

description = {
summary = "LUA client for NATS messaging system. https://nats.io/",
detailed = [[
LUA client for NATS messaging system. https://nats.io/
Fork of the original implementation https://github.com/DawnAngel/lua-nats/
by Eric Pinto <https://github.com/DawnAngel/>
]],
homepage = "https://github.com/PowerDNS/lua-nats/",
maintainer = "PowerDNS.com B.V.<https://www.powerdns.com/>",
license = "MIT"
}

dependencies = {
"lua >= 5.1",
"luasocket",
"lua-cjson",
"uuid"
}

build = {
type = "none",
install = {
lua = {
"src/nats.lua"
}
}
}

0 comments on commit aea6ba4

Please sign in to comment.