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

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.

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.

fennel-ls 0.2.3
Dependencies: bash-minimal@5.2.37 lua@5.3.5 fennel@1.6.1 pandoc@3.7.0.2 dkjson@2.8
Channel: guix
Location: gnu/packages/lua.scm (gnu packages lua)
Home page: https://git.sr.ht/~xerool/fennel-ls
Licenses: Expat
Build system: gnu
Synopsis: Language server for Fennel
Description:

Fennel Language Server is a language server for the Fennel programming language.

lua5.5-expat 1.5.2
Dependencies: lua@5.5.0 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-djot 0.2.1
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.2-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.2.4 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.

lua5.2-bitop 1.0.2
Dependencies: lua@5.2.4
Channel: guix
Location: gnu/packages/lua.scm (gnu packages lua)
Home page: https://bitop.luajit.org/index.html
Licenses: Expat
Build system: gnu
Synopsis: Bitwise operations on numbers for Lua
Description:

Lua BitOp is a C extension module for Lua which adds bitwise operations on numbers.

lua5.4-sec 1.3.2
Dependencies: lua@5.4.8 openssl@3.5.5
Propagated dependencies: lua5.4-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.4-readline 3.3
Dependencies: lua@5.4.8 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 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.

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-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-filesystem 1.9.0
Dependencies: lua@5.1.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-lpeg 1.1.0
Dependencies: lua@5.2.4
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).

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-language-server 3.17.1
Dependencies: bash-minimal@5.2.37
Channel: guix
Location: gnu/packages/lua.scm (gnu packages lua)
Home page: https://github.com/LuaLS/lua-language-server
Licenses: Expat
Build system: gnu
Synopsis: Lua language server
Description:

The Lua language server provides various language features for Lua to make development easier and faster, including:

  • Support for all recent versions of Lua, including LuaJIT

  • Jump to definition

  • Dynamic type checking

  • Find references

  • Diagnostics/Warnings

  • Syntax checking

  • Element renaming

  • Hover to view details on variables, functions, and more

  • Auto-completion

  • Support for libraries

  • Code formatting

  • Spell checking

  • Custom plugins

  • Documentation generation

luanti 5.16.0
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: Voxel game engine
Description:

Luanti is a voxel game engine that supports modding and game creation using its Lua modding API. It allows playing a wide range of voxel-based games, installing mods and texture packs. This package only provides the base platform, users need to install games themselves (for example, luanti-minetest-game), either through Guix, the built-in interface or other sources.

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-throwing 1.1-0.31f0cf5
Channel: guix
Location: gnu/packages/luanti.scm (gnu packages luanti)
Home page: https://forum.luanti.net/viewtopic.php?t=16365
Licenses: MPL 2.0
Build system: luanti-mod
Synopsis: API for throwing things in Luanti
Description:

This Luanti mod provides an API for registering throwable things and throwing things like arrows. However, this mod does not provide an actual arrow and bow, but luanti-throwing-arrows does.

luanti-server 5.16.0
Dependencies: curl@8.6.0 freetype@2.13.3 gettext-minimal@0.23.1 gmp@6.3.0 jsoncpp@1.9.6 libxi@1.8.2 luajit@v2.1-0.04dca79 ncurses@6.2.20210619 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: Infinite-world block sandbox game (server)
Description:

Server for Luanti game engine and gaming platform. Allows hosting Luanti games with multiplayer support. This package provides luantiserver to run a Luanti server.

luanti-mineclonia 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
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.

luanti-basic-trains 1.0.1
Propagated dependencies: luanti-advtrains@2.4.1
Channel: guix
Location: gnu/packages/luanti.scm (gnu packages luanti)
Home page: http://advtrains.de/wiki/doku.php?id=usage:trains:basic_trains
Licenses: CC-BY-SA 3.0 AGPL 3+
Build system: luanti-mod
Synopsis: Collection of basic trains for the Advanced Trains mod
Description:

This modpack contains the trains which were the ``default'' trains in advtrains up to version 2.2.1.

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.

Total packages: 73992