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

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.


leocad 23.03
Dependencies: mesa@26.0.2 qtbase@5.15.17 zlib@1.3.1
Channel: guix
Location: gnu/packages/lego.scm (gnu packages lego)
Home page: https://www.leocad.org
Licenses: GPL 2+
Build system: gnu
Synopsis: Create virtual Lego models
Description:

LeoCAD is a program for creating virtual LEGO models. It has an intuitive interface, designed to allow new users to start creating new models without having to spend too much time learning the application. LeoCAD is fully compatible with the LDraw Standard and related tools.

lesspipe 2.17
Dependencies: file@5.46 ncurses@6.2.20210619 glibc@2.41 perl-archive-zip@1.68
Channel: guix
Location: gnu/packages/less.scm (gnu packages less)
Home page: https://github.com/wofr06/lesspipe
Licenses: GPL 2+
Build system: gnu
Synopsis: Input filter for less
Description:

To browse files, the excellent viewer less can be used. By setting the environment variable LESSOPEN, less can be enhanced by external filters to become more powerful. The input filter for less described here is called lesspipe.sh. It is able to process a wide variety of file formats. It enables users to inspect archives and display their contents without having to unpack them before. The filter is easily extensible for new formats.

less 608
Dependencies: ncurses@6.2.20210619
Channel: guix
Location: gnu/packages/less.scm (gnu packages less)
Home page: https://www.gnu.org/software/less/
Licenses: GPL 3+
Build system: gnu
Synopsis: Paginator for terminals
Description:

GNU less is a pager, a program that allows you to view large amounts of text in page-sized chunks. Unlike traditional pagers, it allows both backwards and forwards movement through the document. It also does not have to read the entire input file before starting, so it starts faster than most text editors.

libbsd 0.11.7
Dependencies: libmd@1.1.0
Channel: guix
Location: gnu/packages/libbsd.scm (gnu packages libbsd)
Home page: https://libbsd.freedesktop.org/wiki/
Licenses: FreeBSD Modified BSD Original BSD Expat ISC Public Domain non-copyleft
Build system: gnu
Synopsis: Utility functions from BSD systems
Description:

This library provides useful functions commonly found on BSD systems, and lacking on others like GNU systems, thus making it easier to port projects with strong BSD origins, without needing to embed the same code over and over again on each project.

sound-theme-freedesktop 0.8
Channel: guix
Location: gnu/packages/libcanberra.scm (gnu packages libcanberra)
Home page: https://www.freedesktop.org/wiki/Specifications/sound-theme-spec/
Licenses: CC-BY-SA 4.0 CC-BY 3.0 GPL 2 GPL 2+
Build system: gnu
Synopsis: Audio samples for use as a desktop sound theme
Description:

This package provides audio samples that can be used by libcanberra as sounds for various system events.

python-pycanberra 0.1.1
Propagated dependencies: libcanberra@0.30
Channel: guix
Location: gnu/packages/libcanberra.scm (gnu packages libcanberra)
Home page: https://github.com/totdb/pycanberra
Licenses: LGPL 2.1+
Build system: pyproject
Synopsis: Ctypes wrapper for the libcanberra API
Description:

Pycanberra is a basic Python wrapper for libcanberra.

libcanberra 0.30
Dependencies: alsa-lib@1.2.16 gstreamer@1.28.1 gtk+@3.24.51 libltdl@2.4.7 libvorbis@1.3.7 pulseaudio@16.1 eudev@3.2.14 sound-theme-freedesktop@0.8
Channel: guix
Location: gnu/packages/libcanberra.scm (gnu packages libcanberra)
Home page: https://0pointer.de/lennart/projects/libcanberra/
Licenses: LGPL 2.1+
Build system: gnu
Synopsis: Implementation of the XDG Sound Theme and Name Specifications
Description:

Libcanberra is an implementation of the XDG Sound Theme and Name Specifications, for generating event sounds on free desktops, such as GNOME. It comes with several backends (ALSA, PulseAudio, OSS, GStreamer, null) and is designed to be portable.

libdaemon 0.14
Channel: guix
Location: gnu/packages/libdaemon.scm (gnu packages libdaemon)
Home page: https://0pointer.de/lennart/projects/libdaemon/
Licenses: LGPL 2.1+
Build system: gnu
Synopsis: Lightweight C library that eases the writing of UNIX daemons
Description:

Libdaemon is a lightweight C library that eases the writing of UNIX daemons. It consists of the following parts:

• A wrapper around fork() which does the correct daemonization procedure of a process

• A wrapper around syslog() for simpler and compatible log output to Syslog or STDERR

• An API for writing PID files

• An API for serializing UNIX signals into a pipe for usage with select() or poll()

• An API for running subprocesses with STDOUT and STDERR redirected to syslog.

APIs like these are used in most daemon software available. It is not that simple to get it done right and code duplication is not a goal.

libedit 20191231-3.1
Dependencies: ncurses@6.2.20210619
Channel: guix
Location: gnu/packages/libedit.scm (gnu packages libedit)
Home page: https://thrysoee.dk/editline/
Licenses: Modified BSD
Build system: gnu
Synopsis: NetBSD Editline library
Description:

This is an autotool- and libtoolized port of the NetBSD Editline library (libedit). This Berkeley-style licensed command line editor library provides generic line editing, history, and tokenization functions, similar to those found in GNU Readline.

editline 1.17.1
Channel: guix
Location: gnu/packages/libedit.scm (gnu packages libedit)
Home page: https://troglobit.com/projects/editline/
Licenses: Original BSD
Build system: gnu
Synopsis: Line editing library
Description:

editline is a small line editing library. It can be linked into almost any program to provide command line editing and history functions. It is call compatible with the GNU Readline library, but at a fraction of the size, and as a result fewer features.

libevent 2.1.12
Dependencies: python-wrapper@3.12.12
Channel: guix
Location: gnu/packages/libevent.scm (gnu packages libevent)
Home page: https://libevent.org/
Licenses: Modified BSD
Build system: gnu
Synopsis: Event notification library
Description:

The libevent API provides a mechanism to execute a callback function when a specific event occurs on a file descriptor or after a timeout has been reached. Furthermore, libevent also support callbacks due to signals or regular timeouts.

libevent is meant to replace the event loop found in event driven network servers. An application just needs to call event_dispatch() and then add or remove events dynamically without having to change the event loop.

libuv 1.44.2
Channel: guix
Location: gnu/packages/libevent.scm (gnu packages libevent)
Home page: https://github.com/libuv/libuv
Licenses: Expat CC-BY 4.0
Build system: gnu
Synopsis: Library for asynchronous I/O
Description:

libuv is a multi-platform support library with a focus on asynchronous I/O. Among other things, it supports event loops via epoll, kqueue, and similar IOCP, and event ports, asynchronous TCP/UDP sockets, asynchronous DNS resolution, asynchronous file system operations, and threading primitives.

perl-ev 4.31
Propagated dependencies: perl-common-sense@3.75
Channel: guix
Location: gnu/packages/libevent.scm (gnu packages libevent)
Home page: https://metacpan.org/release/EV
Licenses: GPL 1+
Build system: perl
Synopsis: Perl interface to libev
Description:

This module provides an interface to libev, a high performance full-featured event loop. It can be used through the AnyEvent module and still be faster than other event loops currently supported in Perl.

libevent-with-openssl 2.1.12
Dependencies: openssl@3.5.5 python-wrapper@3.12.12
Channel: guix
Location: gnu/packages/libevent.scm (gnu packages libevent)
Home page: https://libevent.org/
Licenses: Modified BSD
Build system: gnu
Synopsis: Event notification library
Description:

The libevent API provides a mechanism to execute a callback function when a specific event occurs on a file descriptor or after a timeout has been reached. Furthermore, libevent also support callbacks due to signals or regular timeouts.

libevent is meant to replace the event loop found in event driven network servers. An application just needs to call event_dispatch() and then add or remove events dynamically without having to change the event loop.

perl-rpc-epc-service 0.0.11
Propagated dependencies: perl-anyevent@7.17 perl-data-sexpression@0.41
Channel: guix
Location: gnu/packages/libevent.scm (gnu packages libevent)
Home page: https://metacpan.org/release/RPC-EPC-Service
Licenses: GPL 1+
Build system: perl
Synopsis: Asynchronous remote procedure stack
Description:

RPC::EPC::Service enables to connect the other process with the S-expression protocol, like the Swank protocol of the SLIME.

libev 4.33
Channel: guix
Location: gnu/packages/libevent.scm (gnu packages libevent)
Home page: http://software.schmorp.de/pkg/libev.html
Licenses: FreeBSD GPL 2+
Build system: gnu
Synopsis: Event loop loosely modelled after libevent
Description:

libev provides a full-featured and high-performance event loop that is loosely modelled after libevent. It includes relative timers, absolute timers with customized rescheduling, synchronous signals, process status change events, event watchers dealing with the event loop itself, file watchers, and limited support for fork events.

perl-anyevent 7.17
Propagated dependencies: perl-async-interrupt@1.26 perl-ev@4.31 perl-guard@1.023 perl-json@4.02 perl-json-xs@4.0 perl-net-ssleay@1.94 perl-task-weaken@1.06
Channel: guix
Location: gnu/packages/libevent.scm (gnu packages libevent)
Home page: https://metacpan.org/release/AnyEvent
Licenses: GPL 1+
Build system: perl
Synopsis: API for I/O, timer, signal, child process and completion events
Description:

This module allows using a variety of events without forcing module authors to pick a specific event loop, and without noticeable overhead. Currently supported event loops are EV, Event, Glib/Gtk2, Tk, Qt, Event::Lib, Irssi, IO::Async and POE (and thus also WxWidgets and Prima). It also comes with a very fast Pure Perl event loop that does not rely on XS.

libffcall 2.5
Channel: guix
Location: gnu/packages/libffcall.scm (gnu packages libffcall)
Home page: https://www.gnu.org/software/libffcall/
Licenses: GPL 2+
Build system: gnu
Synopsis: Foreign function calls from interpreters
Description:

GNU Libffcall is a collection of libraries that can be used to build foreign function call interfaces in embedded interpreters.

libffi 3.4.6
Channel: guix
Location: gnu/packages/libffi.scm (gnu packages libffi)
Home page: https://www.sourceware.org/libffi/
Licenses: Expat
Build system: gnu
Synopsis: Foreign function call interface library
Description:

The libffi library provides a portable, high level programming interface to various calling conventions. This allows a programmer to call any function specified by a call interface description at run-time.

FFI stands for Foreign Function Interface. A foreign function interface is the popular name for the interface that allows code written in one language to call code written in another language. The libffi library really only provides the lowest, machine dependent layer of a fully featured foreign function interface. A layer must exist above libffi that handles type conversions for values passed between the two languages.

ruby-ffi 1.15.5
Dependencies: libffi@3.4.6
Channel: guix
Location: gnu/packages/libffi.scm (gnu packages libffi)
Home page: https://wiki.github.com/ffi/ffi
Licenses: Modified BSD
Build system: ruby
Synopsis: Ruby foreign function interface library
Description:

Ruby-FFI is a Ruby extension for programmatically loading dynamic libraries, binding functions within them, and calling those functions from Ruby code. Moreover, a Ruby-FFI extension works without changes on Ruby and JRuby.

python-cffi-documentation 1.17.1
Channel: guix
Location: gnu/packages/libffi.scm (gnu packages libffi)
Home page: https://cffi.readthedocs.io/
Licenses: Expat
Build system: gnu
Synopsis: Documentation for the Python CFFI interface
Description:

This package contains HTML documentation for the python-cffi project.

python-cffi 1.17.1
Dependencies: libffi@3.4.6
Propagated dependencies: python-pycparser@2.22
Channel: guix
Location: gnu/packages/libffi.scm (gnu packages libffi)
Home page: https://cffi.readthedocs.io/
Licenses: Expat
Build system: pyproject
Synopsis: Foreign function interface for Python
Description:

Foreign Function Interface for Python calling C code.

libftdi 1.5
Dependencies: boost@1.89.0 libconfuse@3.3
Propagated dependencies: libusb@1.0.25
Channel: guix
Location: gnu/packages/libftdi.scm (gnu packages libftdi)
Home page: https://www.intra2net.com/en/developer/libftdi/
Licenses: GPL 2 LGPL 2.1
Build system: cmake
Synopsis: FTDI USB driver with bitbang mode
Description:

libFTDI is a library to talk to FTDI chips: FT232BM, FT245BM, FT2232C, FT2232D, FT245R and FT232H including the popular bitbangmode. To use libftdi without root privileges it is necessary to install the necessary udev rules. This can be done by extending udev-service-type in the operating-system configuration file with this package, as in:

(udev-rules-service 'libftdi libftdi #:groups '("plugdev")

Additionally, the plugdev group should be registered in the supplementary-groups field of your user-account declaration. Refer to info "(guix) Base Services" for examples.

libidn 1.43
Channel: guix
Location: gnu/packages/libidn.scm (gnu packages libidn)
Home page: https://www.gnu.org/software/libidn/
Licenses: GPL 2+ GPL 3+ LGPL 3+ FDL 1.3+
Build system: gnu
Synopsis: Internationalized string processing library
Description:

libidn is a library implementing of the Stringprep, Punycode and IDNA specifications. These are used to encode and decode internationalized domain names according to the IDNA2003 specifications. It includes native C, C# and Java libraries.

Total packages: 72465