You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
23 lines
442 B
Lua
23 lines
442 B
Lua
package = "lua-zmq-threads"
|
|
version = "scm-0"
|
|
source = {
|
|
url = "git+https://brejela.club/gitea/brejela/lua-zmq.git",
|
|
}
|
|
description = {
|
|
summary = "Lua bindings to zeromq2, with LuaJIT2 FFI support.",
|
|
homepage = "http://github.com/Neopallium/lua-zmq",
|
|
license = "MIT/X11",
|
|
}
|
|
dependencies = {
|
|
"lua-zmq = scm-1",
|
|
"lua-llthreads = scm-0",
|
|
}
|
|
build = {
|
|
type = "none",
|
|
install = {
|
|
lua = {
|
|
['zmq.threads'] = "src/threads.lua",
|
|
},
|
|
},
|
|
}
|