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

name = "lua"
version = "5.2.3"

desc = "Lua is a powerful, fast, light-weight, embeddable scripting language."
author = "Roberto Ierusalimschy, Waldemar Celes, Luiz Henrique de Figueiredo"
license = "MIT/X11"
url = "http://www.lua.org"
maintainer = "Peter Drahoš"

-- Offers functionality of the following packages
provides = {
    "bit32-5.2.0"
}