summaryrefslogtreecommitdiff
path: root/dist.info
blob: 16b6fd1f4b0bfab90556a60cd0aaa190a352dae0 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
name = "lua-llthreads2"
version = "0.1.3"

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