_            _    _        _         _
      /\ \         /\ \ /\ \     /\_\      / /\
      \_\ \       /  \ \\ \ \   / / /     / /  \
      /\__ \     / /\ \ \\ \ \_/ / /     / / /\ \__
     / /_ \ \   / / /\ \ \\ \___/ /     / / /\ \___\
    / / /\ \ \ / / /  \ \_\\ \ \_/      \ \ \ \/___/
   / / /  \/_// / /   / / / \ \ \        \ \ \
  / / /      / / /   / / /   \ \ \   _    \ \ \
 / / /      / / /___/ / /     \ \ \ /_/\__/ / /
/_/ /      / / /____\/ /       \ \_\\ \/___/ /
\_\/       \/_________/         \/_/ \_____\/

Enter the query into the form above. You can look for specific version of a package by using @ symbol like this: gcc@10.

API method:

GET /api/packages?search=hello&page=1&limit=20

where search is your query, page is a page number and limit is a number of items on a single page. Pagination information (such as a number of pages and etc) is returned in response headers.

If you'd like to join our channel search send a patch to ~whereiseveryone/toys@lists.sr.ht adding your channel as an entry in channels.scm.


lua 5.5.0
Dependencies: readline@8.2.13
Channel: guix
Location: gnu/packages/lua.scm (gnu packages lua)
Home page: https://www.lua.org/
Licenses: X11
Build system: gnu
Synopsis: Embeddable scripting language
Description:

Lua is a powerful, fast, lightweight, embeddable scripting language. Lua combines simple procedural syntax with powerful data description constructs based on associative arrays and extensible semantics. Lua is dynamically typed, runs by interpreting bytecode for a register-based virtual machine, and has automatic memory management with incremental garbage collection, making it ideal for configuration, scripting, and rapid prototyping.

lua5.3-lpeg 1.1.0
Dependencies: lua@5.3.5
Channel: guix
Location: gnu/packages/lua.scm (gnu packages lua)
Home page: https://www.inf.puc-rio.br/~roberto/lpeg
Licenses: Expat
Build system: gnu
Synopsis: Pattern-matching library for Lua
Description:

LPeg is a pattern-matching library for Lua, based on Parsing Expression Grammars (PEGs).

lua-resty-shell 0.03
Channel: guix
Location: gnu/packages/lua.scm (gnu packages lua)
Home page: https://github.com/openresty/lua-resty-shell
Licenses: Modified BSD
Build system: trivial
Synopsis: Lua module for nonblocking system shell command executions
Description:

This package provides Lua module for nonblocking system shell command executions.

lua5.3-socket 3.1.0-1.de359ea
Dependencies: lua@5.3.5
Channel: guix
Location: gnu/packages/lua.scm (gnu packages lua)
Home page: https://lunarmodules.github.io/luasocket
Licenses: X11
Build system: gnu
Synopsis: Network support for the Lua language
Description:

LuaSocket is a Lua extension library that is composed by two parts: a C core that provides support for the TCP and UDP transport layers, and a set of Lua modules that add support for functionality commonly needed by applications that deal with the Internet.

Among the supported modules, the most commonly used implement the SMTP (sending e-mails), HTTP (WWW access) and FTP (uploading and downloading files) client protocols. These provide a very natural and generic interface to the functionality defined by each protocol. In addition, you will find that the MIME (common encodings), URL (anything you could possible want to do with one) and LTN12 (filters, sinks, sources and pumps) modules can be very handy.

luajit-lua52-openresty 2.1-20201229
Channel: guix
Location: gnu/packages/lua.scm (gnu packages lua)
Home page: https://github.com/openresty/luajit2
Licenses: X11
Build system: gnu
Synopsis: OpenResty's Branch of LuaJIT 2
Description:

This is the official OpenResty branch of LuaJIT. It is not to be considered a fork, since changes are regularly synchronized from the upstream LuaJIT project. This package also enables the Lua 5.2 compat mode needed by some projects.

lua-expat 1.5.2
Dependencies: lua@5.3.5 expat@2.7.1
Channel: guix
Location: gnu/packages/lua.scm (gnu packages lua)
Home page: https://github.com/lunarmodules/luaexpat
Licenses: X11
Build system: gnu
Synopsis: SAX XML parser based on the Expat library
Description:

LuaExpat is a SAX XML parser based on the Expat library.

lua5.4-unbound 1.1.0
Dependencies: lua@5.4.8 unbound@1.25.1
Channel: guix
Location: gnu/packages/lua.scm (gnu packages lua)
Home page: https://www.zash.se/luaunbound.html
Licenses: Expat
Build system: gnu
Synopsis: Unbound binding for Lua
Description:

This is a binding to libunbound for Lua, allowing both asynchronous and DNSSEC-secured DNS lookups of arbitrary DNS record types.

It was created because Prosody needs an asynchronous DNS library with support for SRV records, and the ones found at the time did one or the other, or was missing DNSSEC that allowed implementing DANE.

It originated out of a need in the XMPP server software Prosody for an async-capable resolver library supporting SRV records, as well as a desire to experiment with DNSSEC and new DNS records.

lua5.1-cqueues 20200726
Dependencies: lua@5.1.5 openssl@3.5.5
Propagated dependencies: lua5.1-ossl@20220711
Channel: guix
Location: gnu/packages/lua.scm (gnu packages lua)
Home page: https://25thandclement.com/~william/projects/cqueues.html
Licenses: Expat
Build system: gnu
Synopsis: Event loop for Lua using continuation queues
Description:

The cqueues extension module for Lua implements an event loop that operates through the yielding and resumption of coroutines. It is designed to be non-intrusive, composable, and embeddable within existing applications.

lua5.3-sec 1.3.2
Dependencies: lua@5.3.5 openssl@3.5.5
Propagated dependencies: lua5.3-socket@3.1.0-1.de359ea
Channel: guix
Location: gnu/packages/lua.scm (gnu packages lua)
Home page: https://github.com/brunoos/luasec/wiki
Licenses: Expat
Build system: gnu
Synopsis: OpenSSL bindings for Lua
Description:

LuaSec is a binding for OpenSSL library to provide TLS/SSL communication. It takes an already established TCP connection and creates a secure session between the peers.

lua5.5-readline 3.3
Dependencies: lua@5.5.0 readline@8.2.13
Channel: guix
Location: gnu/packages/lua.scm (gnu packages lua)
Home page: https://peterbillam.gitlab.io/pjb_lua/lua/readline.html
Licenses: Expat
Build system: gnu
Synopsis: Simple Lua interface to the readline and history libraries
Description:

This Lua module offers an interface to the GNU readline library.

The function readline() is a wrapper, which invokes the GNU readline, adds the line to the end of the history list, and then returns the line. Usually you call save_history() before the program exits, so that the history list is saved to the histfile.

This Lua module can dialogue with the user on the controlling-terminal of the process (typically /dev/tty) as returned by ctermid(). It also support most of readline's alternative interface, namely handler_install, read_char and handler_remove, and readline's custom completion.

fennel 1.6.1
Dependencies: lua@5.3.5 lua-readline@3.3
Channel: guix
Location: gnu/packages/lua.scm (gnu packages lua)
Home page: https://fennel-lang.org/
Licenses: Expat
Build system: gnu
Synopsis: Lisp that compiles to Lua
Description:

Fennel is a programming language that brings together the speed, simplicity, and reach of Lua with the flexibility of a Lisp syntax and macro system.

dkjson 2.8
Dependencies: lua@5.3.5
Channel: guix
Location: gnu/packages/lua.scm (gnu packages lua)
Home page: https://dkolf.de/dkjson-lua/
Licenses: Expat
Build system: trivial
Synopsis: JSON module for Lua
Description:

dkjson is a lua module for processing json in lua. It can handle tasks like encoding or decoding JSON objects to and from lua tables.

lua5.3-cqueues 20200726
Dependencies: lua@5.3.5 openssl@3.5.5
Propagated dependencies: lua5.3-ossl@20220711
Channel: guix
Location: gnu/packages/lua.scm (gnu packages lua)
Home page: https://25thandclement.com/~william/projects/cqueues.html
Licenses: Expat
Build system: gnu
Synopsis: Event loop for Lua using continuation queues
Description:

The cqueues extension module for Lua implements an event loop that operates through the yielding and resumption of coroutines. It is designed to be non-intrusive, composable, and embeddable within existing applications.

lua5.3-filesystem 1.9.0
Dependencies: lua@5.3.5
Channel: guix
Location: gnu/packages/lua.scm (gnu packages lua)
Home page: https://keplerproject.github.io/luafilesystem/index.html
Licenses: X11
Build system: gnu
Synopsis: File system library for Lua
Description:

LuaFileSystem is a Lua library developed to complement the set of functions related to file systems offered by the standard Lua distribution. LuaFileSystem offers a portable way to access the underlying directory structure and file attributes.

lua5.2-readline 3.3
Dependencies: lua@5.2.4 readline@8.2.13
Channel: guix
Location: gnu/packages/lua.scm (gnu packages lua)
Home page: https://peterbillam.gitlab.io/pjb_lua/lua/readline.html
Licenses: Expat
Build system: gnu
Synopsis: Simple Lua interface to the readline and history libraries
Description:

This Lua module offers an interface to the GNU readline library.

The function readline() is a wrapper, which invokes the GNU readline, adds the line to the end of the history list, and then returns the line. Usually you call save_history() before the program exits, so that the history list is saved to the histfile.

This Lua module can dialogue with the user on the controlling-terminal of the process (typically /dev/tty) as returned by ctermid(). It also support most of readline's alternative interface, namely handler_install, read_char and handler_remove, and readline's custom completion.

lua5.1-expat 1.5.2
Dependencies: lua@5.1.5 expat@2.7.1
Channel: guix
Location: gnu/packages/lua.scm (gnu packages lua)
Home page: https://github.com/lunarmodules/luaexpat
Licenses: X11
Build system: gnu
Synopsis: SAX XML parser based on the Expat library
Description:

LuaExpat is a SAX XML parser based on the Expat library.

lua5.1-ossl 20220711
Dependencies: lua@5.1.5 openssl@3.5.5
Channel: guix
Location: gnu/packages/lua.scm (gnu packages lua)
Home page: https://25thandclement.com/~william/projects/luaossl.html
Licenses: Expat
Build system: gnu
Synopsis: OpenSSL bindings for Lua
Description:

The luaossl extension module for Lua provides comprehensive, low-level bindings to the OpenSSL library, including support for certificate and key management, key generation, signature verification, and deep bindings to the distinguished name, alternative name, and X.509v3 extension interfaces. It also binds OpenSSL's bignum, message digest, HMAC, cipher, and CSPRNG interfaces.

lua-ossl 20220711
Dependencies: lua@5.3.5 openssl@3.5.5
Channel: guix
Location: gnu/packages/lua.scm (gnu packages lua)
Home page: https://25thandclement.com/~william/projects/luaossl.html
Licenses: Expat
Build system: gnu
Synopsis: OpenSSL bindings for Lua
Description:

The luaossl extension module for Lua provides comprehensive, low-level bindings to the OpenSSL library, including support for certificate and key management, key generation, signature verification, and deep bindings to the distinguished name, alternative name, and X.509v3 extension interfaces. It also binds OpenSSL's bignum, message digest, HMAC, cipher, and CSPRNG interfaces.

lua5.3-luv 1.52.1-0
Dependencies: lua@5.3.5 libuv@1.52.1
Channel: guix
Location: gnu/packages/lua.scm (gnu packages lua)
Home page: https://github.com/luvit/luv/
Licenses: ASL 2.0
Build system: cmake
Synopsis: Libuv bindings for Lua
Description:

This library makes libuv available to Lua scripts.

lua5.2-lsqlite3 0.9.6
Dependencies: lua@5.2.4 sqlite@3.39.3
Channel: guix
Location: gnu/packages/lua.scm (gnu packages lua)
Home page: https://lua.sqlite.org/
Licenses: Expat
Build system: gnu
Synopsis: SQLite3 binding for Lua
Description:

LuaSQLite3 is a thin wrapper around the public domain SQLite3 database engine. It provides a complete binding to the SQLite3 C API from within Lua programs.

antifennel 0.2.0
Dependencies: luajit@v2.1-0.04dca79
Channel: guix
Location: gnu/packages/lua.scm (gnu packages lua)
Home page: https://git.sr.ht/~technomancy/antifennel
Licenses: Expat
Build system: gnu
Synopsis: Turn Lua code into Fennel code
Description:

This package provides a way to turn Lua code into Fennel code. This compiler does the opposite of what the Fennel compiler does.

lua5.4-lpeg 1.1.0
Dependencies: lua@5.4.8
Channel: guix
Location: gnu/packages/lua.scm (gnu packages lua)
Home page: https://www.inf.puc-rio.br/~roberto/lpeg
Licenses: Expat
Build system: gnu
Synopsis: Pattern-matching library for Lua
Description:

LPeg is a pattern-matching library for Lua, based on Parsing Expression Grammars (PEGs).

lua-ldoc 1.4.6
Dependencies: lua@5.3.5
Propagated dependencies: lua-penlight@1.7.0
Channel: guix
Location: gnu/packages/lua.scm (gnu packages lua)
Home page: https://stevedonovan.github.io/ldoc/
Licenses: Expat
Build system: gnu
Synopsis: Lua documentation generator
Description:

LDoc is a LuaDoc-compatible documentation generation system for Lua source code. It parses the declaration and documentation comments in a set of Lua source files and produces a set of XHTML pages describing the commented declarations and functions.

lua5.3-lgi 0.9.2
Dependencies: cairo@1.18.4 glib@2.86.0 gobject-introspection@1.86.0 gtk+@2.24.33 libffi@3.4.6 lua@5.3.5 pango@1.56.4 xorg-server@21.1.23
Channel: guix
Location: gnu/packages/lua.scm (gnu packages lua)
Home page: https://github.com/pavouk/lgi/
Licenses: Expat
Build system: gnu
Synopsis: Lua bridge to GObject based libraries
Description:

LGI is gobject-introspection based dynamic Lua binding to GObject based libraries. It allows using GObject-based libraries directly from Lua. Notable examples are GTK+, GStreamer and Webkit.

Total packages: 72465