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

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-lunitx 0.8.2
Channel: guix
Location: gnu/packages/lua.scm (gnu packages lua)
Home page: https://github.com/dcurrie/lunit
Licenses: Expat
Build system: trivial
Synopsis: Unit testing framework for Lua
Description:

Lunit is a unit testing framework for Lua. It includes lunitx extensions adding Lua 5.2 compatibility via lunit.module and the lunitx module for running tests automatically at program exit.

lua5.3-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.

djot 0.2.1
Dependencies: luajit@v2.1-0.04dca79
Channel: guix
Location: gnu/packages/lua.scm (gnu packages lua)
Home page: https://github.com/jgm/djot.lua
Licenses: Expat
Build system: gnu
Synopsis: Lua parser for the djot light markup language
Description:

This package provides a Lua parser for djot, a light markup syntax. It can produce an AST, rendered HTML, or a stream of match tokens that identify elements by source position, which could be used for syntax highlighting or a linting tool.

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).

lua5.3-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.1-sec 1.3.2
Dependencies: lua@5.1.5 openssl@3.5.5
Propagated dependencies: lua5.1-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.

lua-readline 3.3
Dependencies: lua@5.3.5 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.

lua-tablepool 0.01
Channel: guix
Location: gnu/packages/lua.scm (gnu packages lua)
Home page: https://github.com/openresty/lua-tablepool
Licenses: FreeBSD
Build system: trivial
Synopsis: Lua table recycling pools for LuaJIT
Description:

This package provides Lua table recycling pools for LuaJIT.

lua5.2-socket 3.1.0-1.de359ea
Dependencies: lua@5.2.4
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.

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.

lua 5.2.4
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.2-lunitx 0.8.2
Channel: guix
Location: gnu/packages/lua.scm (gnu packages lua)
Home page: https://github.com/dcurrie/lunit
Licenses: Expat
Build system: trivial
Synopsis: Unit testing framework for Lua
Description:

Lunit is a unit testing framework for Lua. It includes lunitx extensions adding Lua 5.2 compatibility via lunit.module and the lunitx module for running tests automatically at program exit.

lua5.4-scintillua 6.6
Propagated dependencies: lua5.4-lpeg@1.1.0 lua5.4-filesystem@1.9.0
Channel: guix
Location: gnu/packages/lua.scm (gnu packages lua)
Home page: https://orbitalquark.github.io/scintillua/
Licenses: Expat
Build system: gnu
Synopsis: Collection of LPeg lexer for source code
Description:

This Lua library provides LPeg lexers for source code syntax highlighting. It can either be used by itself or as a drop-in replacement for Scintilla lexers.

lua5.3-unbound 1.1.0
Dependencies: lua@5.3.5 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.

selene 2017.08.25
Channel: guix
Location: gnu/packages/lua.scm (gnu packages lua)
Home page: https://github.com/jeremyong/Selene
Licenses: Zlib
Build system: cmake
Synopsis: Lua C++11 bindings
Description:

Selene is a simple C++11 header-only library enabling seamless interoperability between C++ and Lua programming language.

lua5.1-lpeg 1.1.0
Dependencies: lua@5.1.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).

lua5.4-filesystem 1.9.0
Dependencies: lua@5.4.8
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.

luanti-halon 5.16.0-0.91e523a
Dependencies: curl@8.6.0 freetype@2.13.3 gettext-minimal@0.23.1 gmp@6.3.0 jsoncpp@1.9.6 libjpeg-turbo@2.1.4 libpng@1.6.39 libogg@1.3.6 libvorbis@1.3.7 libxi@1.8.2 luajit@v2.1-0.04dca79 mesa@26.0.2 ncurses@6.2.20210619 openal@1.23.1 sdl2@2.30.8 sqlite@3.39.3 zstd@1.5.6
Channel: guix
Location: gnu/packages/luanti.scm (gnu packages luanti)
Home page: https://www.luanti.org/
Licenses: LGPL 2.1+
Build system: cmake
Synopsis: Luanti fork with extended CSM (client-side scripting) API
Description:

The Halon fork provides an extended client-side scripting (CSM) API, used for example by the mcl_localplayer CSM that can be used to improve the physics of the Mineclonia game and do the computation locally, reducing lag. It is meant to be used with the luanti-mineclonia-csm game variant, which has client-side scripting enabled.

luanti-mobs-animal 2021-11-14
Propagated dependencies: luanti-mobs@2021-12-12
Channel: guix
Location: gnu/packages/luanti.scm (gnu packages luanti)
Home page: https://codeberg.org/tenplus1/mobs_animal
Licenses: CC0 Expat
Build system: luanti-mod
Synopsis: Add animals to Luanti
Description:

This Luanti mod adds various animals to Luanti, such as bees, bunnies, chickens, cows, kittens, rats, sheep, warthogs, penguins and pandas.

luanti-technic 2022-10-30
Propagated dependencies: luanti-pipeworks@2021-04-14-1 luanti-basic-materials@2022-03-28
Channel: guix
Location: gnu/packages/luanti.scm (gnu packages luanti)
Home page: https://forum.luanti.net/viewtopic.php?t=2538
Licenses: LGPL 2.1+ CC-BY-SA 3.0 CC-BY-SA 4.0 WTFPL 2
Build system: luanti-mod
Synopsis: Machinery and automation for Luanti
Description:

This Luanti mod adds machinery and automation to Luanti. It adds various ores that can be processed for constructing various machinery, such as power generators, force field emitters, quarries and a workshop for repairing tools. Most machines are electrically powered.

luanti-pipeworks 2021-04-14-1
Propagated dependencies: luanti-basic-materials@2022-03-28
Channel: guix
Location: gnu/packages/luanti.scm (gnu packages luanti)
Home page: https://forum.luanti.net/viewtopic.php?t=2155
Licenses: CC-BY-SA 4.0 LGPL 3
Build system: luanti-mod
Synopsis: Pipes, item-transport tubes and related devices for Luanti
Description:

Pipeworks is a mod for Luanti implementing 3D pipes and tubes for transporting liquids and items and some related devices. Pipes and tubes can go horizontally or vertically. Item tubes can also be used for sorting items and extracting items from chests or putting items in chests. Autocrafters can automatically follow craft recipes to make new items and can be fed by item tubes. Deployers can place items in the world as a player would. Node breakers simulate a player punching a node.

luanti-oneblock 2022-09-01
Channel: guix
Location: gnu/packages/luanti.scm (gnu packages luanti)
Home page: https://github.com/NO411/oneblock
Licenses: GPL 3+
Build system: luanti-mod
Synopsis: Build your island in the sky with random items!
Description:

This package provides an extension of the Luanti game that lets you build your island in the sky. Every 30 seconds you will receive a random block or item from the oneblock to expand the island!

luanti-chatcmdbuilder 0.2.0-0.be3906e
Channel: guix
Location: gnu/packages/luanti.scm (gnu packages luanti)
Home page: https://content.luanti.org/packages/rubenwardy/lib_chatcmdbuilder/
Licenses: Expat
Build system: luanti-mod
Synopsis: Luanti library to create complex chat commands
Description:

ChatCmdBuilder is a Luanti library to ease creating complex chat commands with no pattern matching.

luanti-mineclonia-csm 0.121.1
Channel: guix
Location: gnu/packages/luanti.scm (gnu packages luanti)
Home page: https://content.luanti.org/packages/ryvnf/mineclonia/
Licenses: GPL 3+
Build system: copy
Synopsis: Unofficial Minecraft-like game for Luanti with CSM enabled
Description:

Mineclonia is a stable and performant clone of Minecraft, released as free software. It aims to clone Minecraft as well as Luanti currently permits without resorting to hacks which are too heavyweight or complicated to maintain. This variant has CSM (client-side scripting) enabled, for use with the luanti-halon fork. The CSM code makes it possible to replicate more closely the physics of the original Minecraft game. To use it, you need to add enable_client_modding = true to your client's ~/.minetest/minetest.conf configuration file.

Total packages: 32521