You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
12 lines
261 B
12 lines
261 B
name = "lua-llthreads2"
|
|
version = "0.1.2"
|
|
|
|
desc = "A simple Lua wrapper for pthreads & WIN32 threads."
|
|
author = "Alexey Melnichuk"
|
|
license = "MIT/X11"
|
|
url = "https://github.com/moteus/lua-llthreads2"
|
|
maintainer = "Alexey Melnichuk"
|
|
|
|
depends = {
|
|
"lua > 5.1"
|
|
}
|
|
|