aboutsummaryrefslogtreecommitdiff
path: root/dist.info
blob: 8e5936878ce04cfff56c44b883637d33c5e9c740 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
--- This file is part of LuaDist project

name = "lanes"
version = "2.0.10"

desc = "Lanes is a lightweight, native, lazy evaluating multithreading library for Lua 5.1."
author = "Asko Kauppi"
license = "MIT"
url = "http://luaforge.net/projects/lanes"
maintainer = "Peter Kapec"

depends = {
	"lua ~> 5.1"
}