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

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