Skip to content
This repository has been archived by the owner on Nov 20, 2020. It is now read-only.
Permalink
master
Switch branches/tags

Name already in use

A tag already exists with the provided branch name. Many Git commands accept both tag and branch names, so creating this branch may cause unexpected behavior. Are you sure you want to create this branch?
Go to file
 
 
Cannot retrieve contributors at this time
--- This file is part of LuaDist project
name = "batteries"
version = "0.9.8"
desc = "Lua Batteries. A meta package modeled after LuaForWindows distribution."
author = "N/A"
license = "MIT"
maintainer = "Peter Drahoš"
url = "http://groups.google.com/group/luaforwindows"
depends = {
-- Core Modules
"lua~>5.1",
"luadist-git>=0.1",
"slnunicode>=1.1",
"lua-iconv>=6",
"luaex>=20091018",
"lpeg>=0.9",
"luadate>=2",
"luadoc>=3.0.1",
"luaexpat>=1.1.0",
"luafilesystem>=1.4.2",
"lualogging>=1.1.4",
"luaprofiler>2.0.1",
"luasocket>=2.0.2",
"luasql-sqlite3>=2.1",
"luasql-postgresql>=2.1",
"luasql-mysql>=2.1",
"luaunit>=1.3",
"luazip>=1.2.3",
"lua-stdlib>=15",
"lrexlib-posix>=2.7.1",
"lrexlib-pcre>=2.7.1",
"lrexlib-tre>=2.7.1",
"lrexlib-oniguruma>=2.7.1",
"md5>=1.1.2",
"copas>=1.1.5",
"coxpcall>=1.13",
"rings>=1.2.2",
"loop>=2.3beta",
"luatask>=1.6.4",
"vstruct>=1.0.2",
"luabitop>=1.0.1",
"luaxml>=1.3",
"lanes>=2.0.4",
"luagl>=1.3",
"penlight>=0.8.4",
"gzio>=0.9.0",
"lemock>=0.6",
"oil>=0.5",
"alien>=0.4.1",
"luacurl>=1.0",
"metalua>=0.5",
"librs232>=1.0.0",
"luarocks>=2.0.2",
--- Planned for 1.0 release
-- "lua-apr>=0.22" -- needs dependencies
-- "luasql-odbc>=2.1", -- Fails on Linux (no unix-odbc in repo yet)
-- Platform Specific Modules
Windows = {
-- "luagd>=2.0.33r2",
"luacom>=1.4.1",
"iup>=3.6",
"wxlua>=2.8.10.0",
"zerobranestudio>=0.2",
-- "luainterface>=1.5.3",
},
Linux = {
-- "iup>=3.6",
-- "wxlua>=2.8.10.0",
-- "zerobranestudio>=0.2",
},
Darwin = {
-- "iup>=3.6",
-- "wxlua>=2.8.10.0",
-- "zerobranestudio>=0.2",
}
}