package/lua*: regeneration of Config.in

This commit aligns the Config.in files of Lua packages so that they
match with the output of the recently added Buildroot addon for
Luarocks.

Signed-off-by: Francois Perrad <francois.perrad@gadz.org>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com>
This commit is contained in:
Francois Perrad 2018-12-19 09:17:05 +01:00 committed by Thomas Petazzoni
parent 95176657e5
commit b5e6ef1fbb
32 changed files with 52 additions and 78 deletions

View File

@ -1,7 +1,6 @@
config BR2_PACKAGE_CGILUA
bool "cgilua"
# Runtime dependency only
select BR2_PACKAGE_LUAFILESYSTEM
select BR2_PACKAGE_LUAFILESYSTEM # runtime
help
CGILua is a tool for creating dynamic HTML pages
and manipulating input data from Web forms.

View File

@ -1,12 +1,11 @@
config BR2_PACKAGE_COPAS
bool "copas"
# Runtime dependency only
select BR2_PACKAGE_COXPCALL if BR2_PACKAGE_LUA_5_1 || BR2_PACKAGE_LUAJIT
select BR2_PACKAGE_LUASOCKET
select BR2_PACKAGE_COXPCALL if BR2_PACKAGE_LUA_5_1 || BR2_PACKAGE_LUAJIT # runtime
select BR2_PACKAGE_LUASOCKET # runtime
help
Copas is a dispatcher based on coroutines that can be used
for asynchronous networking. For example TCP or UDP based
servers. But it also features timers and client support for
http(s), ftp and smtp requests.
http://keplerproject.github.com/copas/
http://www.keplerproject.org/copas/

View File

@ -2,8 +2,7 @@ config BR2_PACKAGE_LJLINENOISE
bool "ljlinenoise"
# ljsyscall is specifically for LuaJIT, not Lua.
depends on BR2_PACKAGE_LUAJIT
# run-time dependency only
select BR2_PACKAGE_LJSYSCALL
select BR2_PACKAGE_LJSYSCALL # runtime
help
ljlinenoise is a pure LuaJIT port of linenoise,
a small alternative to readline and libedit.

View File

@ -6,7 +6,7 @@ config BR2_PACKAGE_LJSYSCALL
An FFI implementation of the Linux and NetBSD kernel ABIs for
LuaJIT.
http://github.com/justincormack/ljsyscall
http://www.myriabit.com/ljsyscall/
comment "ljsyscall needs LuaJIT"
depends on !BR2_PACKAGE_LUAJIT

View File

@ -1,8 +1,7 @@
config BR2_PACKAGE_LPEG
bool "lpeg"
depends on BR2_PACKAGE_HAS_LUAINTERPRETER
help
LPeg is a new pattern-matching library for Lua,
based on Parsing Expression Grammars (PEGs).
http://www.inf.puc-rio.br/~roberto/lpeg/lpeg.html
http://www.inf.puc-rio.br/~roberto/lpeg.html

View File

@ -1,6 +1,5 @@
config BR2_PACKAGE_LPTY
bool "lpty"
depends on BR2_PACKAGE_HAS_LUAINTERPRETER
help
A simple facility for lua to control other programs via
PTYs.

View File

@ -1,6 +1,5 @@
config BR2_PACKAGE_LRANDOM
bool "lrandom"
depends on BR2_PACKAGE_HAS_LUAINTERPRETER
help
A library for generating random numbers
based on the Mersenne Twister

View File

@ -1,8 +1,7 @@
config BR2_PACKAGE_LSQLITE3
bool "lsqlite3"
depends on BR2_PACKAGE_HAS_LUAINTERPRETER
select BR2_PACKAGE_SQLITE
help
a thin Lua wrapper for the SQLite3 library.
A binding for Lua to the SQLite3 database library.
http://lua.sqlite.org/

View File

@ -1,6 +1,5 @@
config BR2_PACKAGE_LUA_CJSON
bool "lua-cjson"
depends on BR2_PACKAGE_HAS_LUAINTERPRETER
help
The Lua CJSON module provides JSON support for Lua.
It features:

View File

@ -1,6 +1,6 @@
config BR2_PACKAGE_LUA_COAT
bool "lua-coat"
help
Yet Another Lua Object-Oriented Model
Yet Another Lua Object-Oriented Model.
https://fperrad.frama.io/lua-Coat/

View File

@ -1,9 +1,8 @@
config BR2_PACKAGE_LUA_COATPERSISTENT
bool "lua-coatpersistent"
depends on BR2_PACKAGE_LSQLITE3 || BR2_PACKAGE_LUASQL_SQLITE3
# run-time dependencies
select BR2_PACKAGE_DADO
select BR2_PACKAGE_LUA_COAT
select BR2_PACKAGE_DADO # runtime
select BR2_PACKAGE_LUA_COAT # runtime
help
An ORM for lua-Coat.

View File

@ -3,6 +3,6 @@ config BR2_PACKAGE_LUA_COMPAT53
depends on !BR2_PACKAGE_LUA_5_3
help
Compatibility module providing Lua-5.3-style APIs for Lua 5.2
and 5.1
and 5.1.
https://github.com/keplerproject/lua-compat-5.3

View File

@ -1,16 +1,16 @@
config BR2_PACKAGE_LUA_HTTP
bool "lua-http"
depends on BR2_TOOLCHAIN_HAS_THREADS # luaossl & lua-cqueues
# These are runtime dependencies
select BR2_PACKAGE_LUA_BASEXX
select BR2_PACKAGE_LUA_COMPAT53 if !BR2_PACKAGE_LUA_5_3
select BR2_PACKAGE_LUA_CQUEUES
select BR2_PACKAGE_LUA_FIFO
select BR2_PACKAGE_LUA_LPEG_PATTERNS
select BR2_PACKAGE_LUABITOP if BR2_PACKAGE_LUA_5_1
select BR2_PACKAGE_LUAOSSL
select BR2_PACKAGE_LPEG # runtime
select BR2_PACKAGE_LUA_BASEXX # runtime
select BR2_PACKAGE_LUA_COMPAT53 if !BR2_PACKAGE_LUA_5_3 # runtime
select BR2_PACKAGE_LUA_CQUEUES # runtime
select BR2_PACKAGE_LUA_FIFO # runtime
select BR2_PACKAGE_LUA_LPEG_PATTERNS # runtime
select BR2_PACKAGE_LUABITOP if BR2_PACKAGE_LUA_5_1 # runtime
select BR2_PACKAGE_LUAOSSL # runtime
help
HTTP library for Lua
HTTP library for Lua.
https://daurnimator.github.io/lua-http/

View File

@ -1,7 +1,6 @@
config BR2_PACKAGE_LUA_LPEG_PATTERNS
bool "lua-lpeg-patterns"
# These are runtime dependencies
select BR2_PACKAGE_LPEG
select BR2_PACKAGE_LPEG # runtime
help
a collection of LPEG patterns.

View File

@ -1,6 +1,5 @@
config BR2_PACKAGE_LUA_PERIPHERY
bool "lua-periphery"
depends on BR2_PACKAGE_HAS_LUAINTERPRETER
help
A library for GPIO, SPI, I2C, MMIO, and Serial peripheral I/O
interface access in userspace Linux with Lua.

View File

@ -1,13 +1,12 @@
config BR2_PACKAGE_LUA_SAILOR
bool "lua-sailor"
# These are runtime dependencies
select BR2_PACKAGE_CGILUA
select BR2_PACKAGE_LBASE64
select BR2_PACKAGE_LUAFILESYSTEM
select BR2_PACKAGE_LUA_DATAFILE
select BR2_PACKAGE_LUA_VALUA
select BR2_PACKAGE_XAVANTE
select BR2_PACKAGE_WSAPI_XAVANTE
select BR2_PACKAGE_CGILUA # runtime
select BR2_PACKAGE_LBASE64 # runtime
select BR2_PACKAGE_LUA_DATAFILE # runtime
select BR2_PACKAGE_LUA_VALUA # runtime
select BR2_PACKAGE_LUAFILESYSTEM # runtime
select BR2_PACKAGE_WSAPI_XAVANTE # runtime
select BR2_PACKAGE_XAVANTE # runtime
help
Sailor is a web framework written in Lua that follows the MVC
design pattern.

View File

@ -8,4 +8,4 @@ config BR2_PACKAGE_LUACRYPTO
(MD5, SHA-1, HMAC, and more) and crypto-grade random number
generators communication.
http://luacrypto.luaforge.net
http://mkottman.github.com/luacrypto/

View File

@ -1,7 +1,7 @@
config BR2_PACKAGE_LUADBI_SQLITE3
bool "luadbi-sqlite3"
select BR2_PACKAGE_LUADBI # runtime dependency
select BR2_PACKAGE_SQLITE
select BR2_PACKAGE_LUADBI # runtime
help
LuaDBI is a database interface library for Lua.
And this is the SQLite3 backend.

View File

@ -1,8 +1,7 @@
config BR2_PACKAGE_LUAEXPAT
bool "luaexpat"
depends on BR2_PACKAGE_HAS_LUAINTERPRETER
select BR2_PACKAGE_EXPAT
help
LuaExpat is a SAX XML parser based on the Expat library.
http://matthewwild.co.uk/projects/luaexpat/
http://www.keplerproject.org/luaexpat/

View File

@ -1,6 +1,5 @@
config BR2_PACKAGE_LUAFILESYSTEM
bool "luafilesystem"
depends on BR2_PACKAGE_HAS_LUAINTERPRETER
help
LuaFileSystem offers a portable way to access
the underlying directory structure and file attributes.

View File

@ -1,7 +1,6 @@
config BR2_PACKAGE_LUAJSON
bool "luajson"
# run-time dependency
select BR2_PACKAGE_LPEG
select BR2_PACKAGE_LPEG # runtime
help
LuaJSON is a customizable JSON decoder/encoder
using LPEG for parsing.

View File

@ -6,4 +6,4 @@ config BR2_PACKAGE_LUALOGGING
supports, through the use of appenders, console, file, rolling
file, email, socket and SQL outputs.
http://www.keplerproject.org/lualogging/
https://github.com/Neopallium/lualogging

View File

@ -5,7 +5,7 @@ config BR2_PACKAGE_LUAPOSIX
# "bit32" is included in Lua 5.2+. luajit has an equivalent
# "bit" module, but since it has a different name, luaposix
# doesn't find it.
select BR2_PACKAGE_LUA_BIT32 if BR2_PACKAGE_LUA_5_1 || BR2_PACKAGE_LUAJIT
select BR2_PACKAGE_LUA_BIT32 if BR2_PACKAGE_LUA_5_1 || BR2_PACKAGE_LUAJIT # runtime
help
This is a POSIX binding for LuaJIT, Lua 5.1, 5.2 and 5.3;
like most libraries it simply binds to C APIs on the

View File

@ -1,8 +1,7 @@
config BR2_PACKAGE_LUASEC
bool "luasec"
depends on BR2_PACKAGE_HAS_LUAINTERPRETER
select BR2_PACKAGE_OPENSSL
select BR2_PACKAGE_LUASOCKET
select BR2_PACKAGE_LUASOCKET # runtime
help
LuaSec is a binding for OpenSSL library to provide TLS/SSL
communication.

View File

@ -1,6 +1,5 @@
config BR2_PACKAGE_LUASOCKET
bool "luasocket"
depends on BR2_PACKAGE_HAS_LUAINTERPRETER
help
LuaSocket is the most comprehensive networking support library
for the Lua language.

View File

@ -1,6 +1,5 @@
config BR2_PACKAGE_LUASQL_SQLITE3
bool "luasql-sqlite3"
depends on BR2_PACKAGE_HAS_LUAINTERPRETER
select BR2_PACKAGE_SQLITE
help
LuaSQL is a simple interface from Lua to a DBMS.

View File

@ -1,10 +1,9 @@
config BR2_PACKAGE_ORBIT
bool "orbit"
depends on BR2_PACKAGE_LUA_5_1 || BR2_PACKAGE_LUAJIT
# These are runtime dependencies
select BR2_PACKAGE_LPEG
select BR2_PACKAGE_LUAFILESYSTEM
select BR2_PACKAGE_WSAPI_XAVANTE
select BR2_PACKAGE_LPEG # runtime
select BR2_PACKAGE_LUAFILESYSTEM # runtime
select BR2_PACKAGE_WSAPI_XAVANTE # runtime
help
An MVC web framework for Lua. The design is inspired by
lightweight Ruby frameworks such as Camping

View File

@ -1,6 +1,5 @@
config BR2_PACKAGE_RINGS
bool "rings"
depends on BR2_PACKAGE_HAS_LUAINTERPRETER
help
Provides a way to create new Lua states from within Lua.

View File

@ -2,11 +2,10 @@ config BR2_PACKAGE_WSAPI_FCGI
bool "wsapi-fcgi"
depends on BR2_USE_MMU # fork()
select BR2_PACKAGE_LIBFCGI
# Runtime dependency only
select BR2_PACKAGE_WSAPI
select BR2_PACKAGE_WSAPI # runtime
help
WSAPI is an API that abstracts the web server from Lua web
applications. This is the rock that contains the FCGI module
lfcgi.
http://keplerproject.github.com/wsapi/
http://www.keplerproject.org/wsapi

View File

@ -1,13 +1,10 @@
config BR2_PACKAGE_WSAPI_XAVANTE
bool "wsapi-xavante"
# Runtime dependencies
select BR2_PACKAGE_COXPCALL
select BR2_PACKAGE_RINGS
select BR2_PACKAGE_WSAPI
select BR2_PACKAGE_XAVANTE
select BR2_PACKAGE_WSAPI # runtime
select BR2_PACKAGE_XAVANTE # runtime
help
WSAPI is an API that abstracts the web server from Lua web
applications. This is the rock that contains the Xavante
adapter and launcher.
http://keplerproject.github.com/wsapi/
http://www.keplerproject.org/wsapi

View File

@ -1,10 +1,9 @@
config BR2_PACKAGE_WSAPI
bool "wsapi"
# Runtime dependency only
select BR2_PACKAGE_COXPCALL
select BR2_PACKAGE_LUAFILESYSTEM
select BR2_PACKAGE_RINGS
select BR2_PACKAGE_COXPCALL # runtime
select BR2_PACKAGE_LUAFILESYSTEM # runtime
select BR2_PACKAGE_RINGS # runtime
help
API that abstracts the web server from Lua web applications.
http://keplerproject.github.com/wsapi/
http://www.keplerproject.org/wsapi

View File

@ -1,9 +1,8 @@
config BR2_PACKAGE_XAVANTE
bool "xavante"
# Runtime dependency only
select BR2_PACKAGE_COPAS
select BR2_PACKAGE_LUAFILESYSTEM
select BR2_PACKAGE_LUASOCKET
select BR2_PACKAGE_COPAS # runtime
select BR2_PACKAGE_LUAFILESYSTEM # runtime
select BR2_PACKAGE_LUASOCKET # runtime
help
Xavante is a Lua HTTP 1.1 Web server that uses a modular
architecture based on URI mapped handlers. Xavante currently
@ -11,4 +10,4 @@ config BR2_PACKAGE_XAVANTE
Those are used for general files, URI remapping and WSAPI
applications respectively.
http://keplerproject.github.com/xavante/
http://keplerproject.github.io/xavante