패키지
LEDE는 장치의 기능을 확장하기 위해 수천개의 패키지를 제공합니다.
이 페이지는 LEDE 17.01에서 사용 가능한 패키지들의 목록입니다.
패키지 목차
사용 가능한 패키지의 간략한 개요는 패키지 목차에서 확인할 수 있습니다.
패키지 분류
패키지 분류를 클릭하면 패키지 테이블이 필터링되지만 직접 수동으로 필터링 할 수도 있습니다.
패키지 테이블
아래 표는 성능상의 이유로 한 페이지에 50개의 패키지만 출력합니다.
- 왼쪽 밑에 있는 “next page” 또는 “previous page”를 클릭하면 다음 또는 이전의 50개의 패키지를 출력합니다.
- 테이블 제일 위의 열 명을 클릭하면 그 열을 기준으로 정렬됩니다.
흰색 창에 필터 기준을 입력하세요.
아래 표에서 패키지 이름을 클릭하면 해당 패키지의 문서가 있는 페이지로 이동합니다. 없는 경우 자유롭게 추가할 수 있습니다.
Filtered by categories='languages---lua'
| Category | Name | ↓ Version | Dependencies | ...........................................Description........................................... | File size | Installed size | License | Maintainer | Bug report | Source code |
|---|---|---|---|---|---|---|---|---|---|---|
| languages---lua | lua-sha2 | 0.2.0-1 | libc, librt, libpthread, lua | Lua Binding for the SHA-2 (SHA-256/384/512) BSD-licensed C implementation by Aaron Gifford. Also contains a HMAC implementation in Lua. | 8kB | 7kB | MIT | Lars Gierth | Bug reports | Sources |
| languages---lua | uuid | 0.2.0-1 | libc, lua, luasocket | A pure Lua uuid generator | 3kB | 3kB | Apache-2.0 | Amr Hassan | Bug reports | Sources |
| languages---lua | lua-curl-v3 | 0.3.13-snapshot-2 | libc, librt, libpthread, libcurl4, lua | Lua bindings to libcurl (Lua-cURLv3) | 60kB | 60kB | MIT | Rainer Poisel | Bug reports | Sources |
| languages---lua | lua-mosquitto | 0.4.1-1 | libc, librt, libpthread, libmosquitto, lua | Lua bindings to libmosquitto | 7kB | 6kB | MIT | Karl Palsson | Bug reports | Sources |
| languages---lua | lua-lzlib | 0.4.3-1 | libc, librt, libpthread, lua, zlib | A library to access zlib library functions and also to read/write gzip files using an interface similar to the base io package. | 8kB | 7kB | MIT | Dirk Chang | Bug reports | Sources |
| languages---lua | lzmq | 0.4.4-1 | libc, librt, libpthread, lua, libzmq | LZMQ is a Lua binding to ZeroMQ. | 54kB | 53kB | MIT | Dirk Chang | Bug reports | Sources |
| languages---lua | linotify | 0.5-1 | libc, librt, libpthread, lua | This provides a lua binding to the inotify file system change notification system | 4kB | 3kB | MIT | Karl Palsson | Bug reports | Sources |
| languages---lua | lua-argparse | 0.6.0-1 | libc, librt, libpthread, lua | Argparse is a feature-rich command line parser for Lua inspired by argparse for Python. | 10kB | 9kB | MIT | Vladimir Malyutin | Bug reports | Sources |
| languages---lua | lua-libmodbus | 0.7-1 | libc, librt, libpthread, liblua5.1.5, libmodbus | lua-libmodbus is a binding to libmodbus, see also http://www.libmodbus.org | 8kB | 7kB | MIT | Karl Palsson | Bug reports | Sources |
| languages---lua | lua-mobdebug | 0.70-1 | libc, librt, libpthread, lua | MobDebug is a remote debugger for Lua (including Lua 5.1, Lua 5.2, Lua 5.3, and LuaJIT 2.x). | 19kB | 18kB | MIT | Dirk Chang | Bug reports | Sources |
| languages---lua | lua-openssl | 0.8.2-1-1 | libc, librt, libpthread, lua, libopenssl1.1 | A free, MIT-licensed OpenSSL binding for Lua. | 104kB | 105kB | MIT | Amnon Paz | Bug reports | Sources |
| languages---lua | luasec | 0.9-1 | libc, librt, libpthread, lua, libopenssl1.1, luasocket | LuaSec is a binding for OpenSSL library to provide TLS/SSL communication. | 24kB | 23kB | MIT | common packages maintainers | Bug reports | Sources |
| languages---lua | lsqlite3 | 0.9.5-1 | libc, librt, libpthread, lua, libsqlite3-0 | LuaSQLite3 is a thin wrapper around the public domain SQLite3 database engine. | 13kB | 12kB | MIT | Oskari Rauta | Bug reports | Sources |
| languages---lua | json4lua | 0.9.54-1 | libc, librt, libpthread, lua, luasocket | JSON and JSONRPC for Lua | 7kB | 6kB | MIT | Amr Hassan | Bug reports | Sources |
| languages---lua | json4lua | 0.9.54-1 | libc, librt, libpthread, lua, luasocket | packages:pkgdata:json4lua, JSON and JSONRPC for Lua | 7kB | 6kB | MIT | Amr Hassan | packages:pkgdata:json4lua, Bug reports | packages:pkgdata:json4lua, Sources |
| languages---lua | luasrcdiet | 1.0.0-1 | libc, librt, libpthread, lua | Compresses Lua source code by removing unnecessary characters | 39kB | 38kB | MIT | Matthias Schiffer | Bug reports | Sources |
| languages---lua | lpeg | 1.0.2-1 | libc, librt, libpthread, lua | LPeg is a new pattern-matching library for Lua, based on Parsing Expression Grammars (PEGs) | 17kB | 17kB | MIT | Dirk Chang | Bug reports | Sources |
| languages---lua | luabitop | 1.0.2-1 | libc, librt, libpthread, liblua5.1.5 | Lua BitOp is a C extension module for Lua 5.1/5.2 which adds bitwise operations on numbers. | 3kB | 2kB | MIT | Maxim Storchak | Bug reports | Sources |
| languages---lua | lpeg | 1.0.2-1 | libc, librt, libpthread, lua | packages:pkgdata:lpeg, LPeg is a new pattern-matching library for Lua, based on Parsing Expression Grammars (PEGs) | 17kB | 17kB | MIT | Dirk Chang | packages:pkgdata:lpeg, Bug reports | packages:pkgdata:lpeg, Sources |
| languages---lua | luai2c | 1.1.2-4 | libc, libssp, liblua, kmod-i2c-core | This is the Lua binding for I2C. It provides access to I2C slaves supported by the kernel. | 4kB | 4kB | MIT | Frank Edelhaeuser | Bug reports | Sources |
| languages---lua | lua-penlight | 1.11.0-1 | libc, librt, libpthread, luafilesystem | It is often said of Lua that it does not include batteries. Penlight is the batteries. | 111kB | 110kB | MIT | Karl Palsson | Bug reports | Sources |
| languages---lua | lua-coxpcall | 1.17.0-1 | libc, librt, libpthread, lua | Coxpcall encapsulates the protected calls with a coroutine based loop, so errors can be dealed without the usual pcall/xpcall issues with coroutines. | 2kB | 1kB | MIT | Dirk Chang | Bug reports | Sources |
| languages---lua | lua-md5 | 1.3-1 | libc, librt, libpthread, lua | MD5 offers basic cryptographic facilities for Lua | 5kB | 4kB | MIT | Dirk Chang | Bug reports | Sources |
| languages---lua | lua-rings | 1.3.0-1 | libc, librt, libpthread, lua | Rings is a library which provides a way to create new Lua states from within Lua. | 4kB | 4kB | MIT | Dirk Chang | Bug reports | Sources |
| languages---lua | luaexpat | 1.3.0-1 | libc, librt, libpthread, lua, libexpat | LuaExpat is a SAX XML parser based on the Expat library. | 7kB | 6kB | W. Michael Petullo | Bug reports | Sources | |
| languages---lua | luv | 1.40.0-0-2 | libc, librt, libpthread, libuv1, lua | Bare libuv bindings for lua | 43kB | 42kB | Apache-2.0 | Morteza Milani | Bug reports | Sources |
| languages---lua | lua-ev | 1.5-2 | libc, librt, libpthread, lua, libev | Lua integration with libev. | 9kB | 8kB | MIT | Jianhui Zhao | Bug reports | Sources |
| languages---lua | lua-wsapi-base | 1.7-2 | libc, librt, libpthread, lua, luafilesystem | WSAPI is an API that abstracts the web server from Lua web applications . This package contains the basic stuff. | 14kB | 13kB | MIT | Dirk Chang | Bug reports | Sources |
| languages---lua | lua-wsapi-xavante | 1.7-2 | libc, librt, libpthread, lua, lua-wsapi-base, lua-xavante | WSAPI is an API that abstracts the web server from Lua web applications . This package contains the Xavante stuff. | 3kB | 3kB | MIT | Dirk Chang | Bug reports | Sources |
| languages---lua | lua-wsapi-base | 1.7-2 | libc, librt, libpthread, lua, luafilesystem | packages:pkgdata:lua-wsapi-base, WSAPI is an API that abstracts the web server from Lua web applications . This package contains the basic stuff. | 14kB | 13kB | MIT | Dirk Chang | packages:pkgdata:lua-wsapi-base, Bug reports | packages:pkgdata:lua-wsapi-base, Sources |
| languages---lua | luafilesystem | 1.8.0-1 | libc, librt, libpthread, liblua5.1.5 | This package contains the LuaFileSystem library, a set of portable functions for directory creation, listing and deletion and for file locking. | 6kB | 5kB | W. Michael Petullo | Bug reports | Sources | |
| languages---lua | lua-copas | 2.0.2-1 | libc, librt, libpthread, lua | Copas is a dispatcher based on coroutines that can be used by TCP/IP servers. | 13kB | 12kB | MIT | Dirk Chang | Bug reports | Sources |
| languages---lua | lua-cjson | 2.1.0-2 | libc, librt, libpthread, lua | Lua CJSON is a fast JSON encoding/parsing module for Lua. | 11kB | 10kB | MIT | Dirk Chang | Bug reports | Sources |
| languages---lua | lua-cjson | 2.1.0-2 | libc, librt, libpthread, lua | packages:pkgdata:lua-cjson, Lua CJSON is a fast JSON encoding/parsing module for Lua. | 11kB | 10kB | MIT | Dirk Chang | packages:pkgdata:lua-cjson, Bug reports | packages:pkgdata:lua-cjson, Sources |
| languages---lua | luajit | 2.1.0-beta3-7 | libc | LuaJIT is a Just-In-Time (JIT) compiler for the Lua programming language. * Requires GCC Multilib on host system to build! * | 227kB | 226kB | MIT | Morteza Milani | Bug reports | Sources |
| languages---lua | lua-bencode | 2.2.0-1 | libc, librt, libpthread, lua | This is a module for the lua programming language for decoding and encoding bencoded data which can be used to read and write torrent files for bittorrent. | 2kB | 1kB | MIT | Lars Gierth | Bug reports | Sources |
| languages---lua | luarocks | 2.2.2-4 | libc, librt, libpthread, lua, luac, liblua5.1.5, luasocket, unzip, curl, luasec | LuaRocks is a deployment and management system for Lua modules. | 102kB | 101kB | MIT | Amr Hassan | Bug reports | Sources |
| languages---lua | lua-xavante | 2.4.0-1 | libc, librt, libpthread, lua | Xavante is a Lua HTTP 1.1 Web server that uses a modular architecture based on URI mapped handlers. | 11kB | 10kB | MIT | Dirk Chang | Bug reports | Sources |
| languages---lua | luasql-mysql | 2.4.0-2 | libc, librt, libpthread, lua, libmysqlclient3 | LuaSQL is a simple interface from Lua to a DBMS. . This package contains the MySQL binding. | 6kB | 5kB | MIT | common packages maintainers | Bug reports | Sources |
| languages---lua | luasql-pgsql | 2.4.0-2 | libc, librt, libpthread, lua, libpq | LuaSQL is a simple interface from Lua to a DBMS. . This package contains the PostgreSQL binding. | 6kB | 5kB | MIT | common packages maintainers | Bug reports | Sources |
| languages---lua | luasql-sqlite3 | 2.4.0-2 | libc, librt, libpthread, lua, libsqlite3-0 | LuaSQL is a simple interface from Lua to a DBMS. . This package contains the SQLite 3 binding. | 6kB | 5kB | MIT | common packages maintainers | Bug reports | Sources |
| languages---lua | dkjson | 2.5-4 | libc, librt, libpthread, lua | Lua JSON parser/serializer with UTF-8 support | 7kB | 6kB | MIT | Lars Gierth | Bug reports | Sources |
| languages---lua | dkjson | 2.5-4 | libc, librt, libpthread, lua | packages:pkgdata:dkjson, Lua JSON parser/serializer with UTF-8 support | 7kB | 6kB | MIT | Lars Gierth | packages:pkgdata:dkjson, Bug reports | packages:pkgdata:dkjson, Sources |
| languages---lua | luasoap | 2014-08-21-af1e100281..a98 | libc, librt, libpthread, lua, luaexpat, luasec, luasocket | LuaSOAP is a library of functions to deal with SOAP. | 9kB | 8kB | MIT | Liu Peng | Bug reports | Sources |
| languages---lua | luasocket | 2019-04-21-733af884-1 | libc, librt, libpthread, lua | LuaSocket is the most comprehensive networking support library for the Lua language. It provides easy access to TCP, UDP, DNS, SMTP, FTP, HTTP, MIME and much more. | 52kB | 51kB | MIT | W. Michael Petullo | Bug reports | Sources |
| languages---lua | luasocket5.3 | 2019-04-21-733af884-1 | libc, librt, libpthread, liblua5.3-5.3 | LuaSocket is the most comprehensive networking support library for the Lua language. It provides easy access to TCP, UDP, DNS, SMTP, FTP, HTTP, MIME and much more. | 38kB | 37kB | MIT | W. Michael Petullo | Bug reports | Sources |
| languages---lua | ldbus | 2019-08-15-9e176fe8-1 | libc, dbus, lua | This package contains “ldbus”: LUA bindings to interact with the DBUS message bus system, and services connected to it. See https://github.com/daurnimator/ldbus for details. | 17kB | 16kB | MIT | Enrico Mioso | Bug reports | Sources |
| languages---lua | lua-rs232 | 2019-11-20-c106c94d-2 | libc, librt, libpthread, lua | multiplatform library for serial communications over RS-232 | 15kB | 14kB | MIT | Dirk Chang | Bug reports | Sources |
| languages---lua | luaossl | 20200709-2 | libc, librt, libpthread, liblua5.1.5, libopenssl1.1 | luaossl is a comprehensive binding to OpenSSL for Lua 5.1, 5.2, and later. It includes support for certificate and key management, key generation, signature verification, and deep bindings to the distinguished name, alternative name, and X.509v3 extension interfaces. | 59kB | 59kB | MIT | Siger Yang | Bug reports | Sources |
| languages---lua | cqueues | 20200726-1 | libc, liblua5.1.5, libopenssl1.1 | Continuation Queues: Embeddable asynchronous networking, threading, and notification framework for Lua on Unix. | 132kB | 131kB | MIT | Siger Yang | Bug reports | Sources |
| Next page | ||||||||||