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.
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/
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.
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
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
config BR2_PACKAGE_LPTY
bool "lpty"
- depends on BR2_PACKAGE_HAS_LUAINTERPRETER
help
A simple facility for lua to control other programs via
PTYs.
config BR2_PACKAGE_LRANDOM
bool "lrandom"
- depends on BR2_PACKAGE_HAS_LUAINTERPRETER
help
A library for generating random numbers
based on the Mersenne Twister
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/
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:
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/
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.
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
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/
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.
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.
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.
(MD5, SHA-1, HMAC, and more) and crypto-grade random number
generators communication.
- http://luacrypto.luaforge.net
+ http://mkottman.github.com/luacrypto/
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.
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/
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.
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.
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
# "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
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.
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.
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.
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
config BR2_PACKAGE_RINGS
bool "rings"
- depends on BR2_PACKAGE_HAS_LUAINTERPRETER
help
Provides a way to create new Lua states from within Lua.
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
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
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
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
Those are used for general files, URI remapping and WSAPI
applications respectively.
- http://keplerproject.github.com/xavante/
+ http://keplerproject.github.io/xavante