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

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