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

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.


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.

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.

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.

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

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.

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.

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.

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.

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.

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.

libidn2 2.3.7
Dependencies: libunistring@1.3
Channel: guix
Location: gnu/packages/libidn.scm (gnu packages libidn)
Home page: https://www.gnu.org/software/libidn/#libidn2
Licenses: GPL 2+ GPL 3+ LGPL 3+
Build system: gnu
Synopsis: Internationalized domain name library for IDNA2008
Description:

Libidn2 is an internationalized domain library implementing the IDNA2008 specifications. Libidn2 is believed to be a complete IDNA2008 implementation, but has yet to be as extensively used as the original Libidn library.

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.

libphidget 2.1.9.20190409
Dependencies: libusb@1.0.25
Channel: guix
Location: gnu/packages/libphidget.scm (gnu packages libphidget)
Home page: https://www.phidgets.com/
Licenses: LGPL 3+
Build system: gnu
Synopsis: C library to manipulate Phidgets
Description:

C library to manipulate Phidgets

libstaroffice 0.0.7
Dependencies: librevenge@0.0.5 zlib@1.3.1
Channel: guix
Location: gnu/packages/libreoffice.scm (gnu packages libreoffice)
Home page: https://github.com/fosnola/libstaroffice
Licenses: MPL 2.0 LGPL 2.1+
Build system: gnu
Synopsis: Provides LibreOffice support for old StarOffice documents
Description:

libstaroffice is an import filter for the document formats from the old StarOffice (.sdc, .sdw, ...).

hyphen 2.8.8
Dependencies: perl@5.36.0
Channel: guix
Location: gnu/packages/libreoffice.scm (gnu packages libreoffice)
Home page: https://hunspell.github.io/
Licenses: MPL 1.1 MPL 2.0 GPL 2+ LGPL 2.1+
Build system: gnu
Synopsis: Hyphenation library
Description:

Hyphen is a hyphenation library using TeX hyphenation patterns, which are pre-processed by a perl script.

libnumbertext 1.0.7
Channel: guix
Location: gnu/packages/libreoffice.scm (gnu packages libreoffice)
Home page: https://github.com/Numbertext/libnumbertext
Licenses: LGPL 3+ Modified BSD
Build system: gnu
Synopsis: Language-neutral @code{NUMBERTEXT} and @code{MONEYTEXT} functions
Description:

The libnumbertext library provides language-neutral NUMBERTEXT and MONEYTEXT functions for LibreOffice Calc, available for C++ and Java.

libodfgen 0.1.8
Dependencies: boost@1.89.0 libxml2@2.14.6 zlib@1.3.1
Propagated dependencies: librevenge@0.0.5
Channel: guix
Location: gnu/packages/libreoffice.scm (gnu packages libreoffice)
Home page: https://sourceforge.net/p/libwpd/wiki/libodfgen/
Licenses: MPL 2.0 LGPL 2.1+
Build system: gnu
Synopsis: ODF (Open Document Format) library
Description:

Libodfgen is a library for generating documents in the Open Document Format (ODF). It provides generator implementations for all document interfaces supported by librevenge: text documents, vector drawings, presentations and spreadsheets.

libe-book 0.1.3
Dependencies: boost@1.89.0
Propagated dependencies: icu4c@73.1 liblangtag@0.6.7 librevenge@0.0.5 libxml2@2.14.6
Channel: guix
Location: gnu/packages/libreoffice.scm (gnu packages libreoffice)
Home page: http://libebook.sourceforge.net
Licenses: MPL 2.0
Build system: gnu
Synopsis: Library for import of reflowable e-book formats
Description:

Libe-book is a library and a set of tools for reading and converting various reflowable e-book formats. Currently supported are: Broad Band eBook, eReader .pdb, FictionBook v. 2 (including zipped files), PalmDoc Ebook, Plucker .pdb, QiOO (mobile format, for java-enabled cellphones), TCR (simple compressed text format), TealDoc, zTXT, ZVR (simple compressed text format).

libcmis 0.6.2-0.00a85bf
Dependencies: boost@1.89.0 cyrus-sasl@2.1.28 openssl@3.5.5
Propagated dependencies: curl@8.6.0 libxml2@2.14.6
Channel: guix
Location: gnu/packages/libreoffice.scm (gnu packages libreoffice)
Home page: https://github.com/tdf/libcmis
Licenses: MPL 1.1 GPL 2+ LGPL 2.1+
Build system: gnu
Synopsis: CMIS client library
Description:

LibCMIS is a C++ client library for the CMIS interface. It allows C++ applications to connect to any ECM behaving as a CMIS server such as Alfresco or Nuxeo.

Total packages: 32521