Prepare for release 1.2

master
Robert G. Jakabosky 15 years ago
parent 18df691f1f
commit 95cd16d2cd

@ -0,0 +1,23 @@
package = "lua-llthreads"
version = "1.2-1"
source = {
url = "git://github.com/Neopallium/lua-llthreads.git",
branch = "v1.2",
}
description = {
summary = "Low-Level threads for Lua",
homepage = "http://github.com/Neopallium/lua-llthreads",
license = "MIT/X11",
}
dependencies = {
"lua >= 5.1",
}
build = {
type = "builtin",
modules = {
llthreads = {
sources = {"src/pre_generated-llthreads.nobj.c"},
libraries = {"pthread"},
}
}
}
Loading…
Cancel
Save