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.
Lutok is a lightweight C++ API library for Lua.
Lutok provides thin C++ wrappers around the Lua C API to ease the interaction between C++ and Lua. These wrappers make intensive use of RAII to prevent resource leakage, expose C++-friendly data types, report errors by means of exceptions and ensure that the Lua stack is always left untouched in the face of errors. The library also provides a small subset of miscellaneous utility functions built on top of the wrappers.
Lutok focuses on providing a clean and safe C++ interface; the drawback is that it is not suitable for performance-critical environments. In order to implement error-safe C++ wrappers on top of a Lua C binary library, Lutok adds several layers or abstraction and error checking that go against the original spirit of the Lua C API and thus degrade performance.
The Ethereal Luanti mod uses the v7 map generator to add many new biomes to the world. It adds new trees, plants, food items, tweaks and some special items, intending to make an interesting adventure.
This modpack contains the trains which were the ``default'' trains in advtrains up to version 2.2.1.
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.
ChatCmdBuilder is a Luanti library to ease creating complex chat commands with no pattern matching.
VoxeLibre is a survival sandbox game for Luanti. Survive, gather, hunt, mine for ores, build, explore, and do much more. Inspired by Minecraft, pushing beyond.
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.
Server for Luanti game engine and gaming platform. Allows hosting Luanti games with multiplayer support. This package provides luantiserver to run a Luanti server.
Mesecons is a mod for Luanti implementing various items related to digital circuitry, such as wires, buttons, lights and programmable controllers. Among other things, there are also pistons, solar panels, pressure plates and note blocks.
Mesecons has a similar goal to Redstone in Minecraft, but works in its own way, with different rules and mechanics.
The homedecor Luanti mod provides a large seleection of items that might be found inside and around homes, such as sofas, chairs, tables, fences and a variety of other stuff.
This Luanti mod adds various animals to Luanti, such as bees, bunnies, chickens, cows, kittens, rats, sheep, warthogs, penguins and pandas.
The purpose of this mod originally was to supply a complete set of colours for Luanti mod authors to use for colourised nodes or reference in recipes. Since the advent of the default dyes mod in the standard Luanti game, this mod has become an extension of the default mod an a library for general colour handling.
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.
This library can be used to get some specific sounds, whatever the game.
This Luanti mod provides hundreds of colours of wood and fences to Luanti, using Unified Dyes. If the "moreblocks" mod is active, coloured and cut wood shapes are provided as well.
The Unified Inventory Luanti mod relaces the default survival an creative inventory. It includes a node, item and tool browser, a crafting guide, a trash and refill slot for creative mode, bags and waypoints for keeping track of important locations.
This Luanti mod adds new ore types to the game (mithril, silver) as well as swords and tools made of different materials. It also adds copper rails.
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.
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 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.
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!
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.
This Luanti mod adds many types of monsters to Luanti, that live on the surface or deep underground.
WorldEdit is a mod for Luanti. It allows for creating various geometric shapes and copying regions. It can also export and import regions to and from the file system.