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

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.


libshout 2.4.6
Propagated dependencies: libtheora@1.1.1 libvorbis@1.3.7 speex@1.2.1
Channel: guix
Location: gnu/packages/xiph.scm (gnu packages xiph)
Home page: https://icecast.org/
Licenses: GPL 2+
Build system: gnu
Synopsis: Audio streaming library for icecast encoders
Description:

Libshout is a library for communicating with and sending data to an icecast server. It handles the socket connection, the timing of the data, and prevents bad data from getting to the icecast server.

libvorbis 1.3.7
Propagated dependencies: libogg@1.3.6
Channel: guix
Location: gnu/packages/xiph.scm (gnu packages xiph)
Home page: https://xiph.org/vorbis/
Licenses: non-copyleft
Build system: gnu
Synopsis: Library implementing the vorbis audio format
Description:

The libvorbis library implements the ogg vorbis audio format, a fully open, non-proprietary, patent-and-royalty-free, general-purpose compressed audio format for mid to high quality (8kHz-48.0kHz, 16+ bit, polyphonic) audio and music at fixed and variable bitrates from 16 to 128 kbps/channel.

libkate 0.4.1
Dependencies: libogg@1.3.6 libpng@1.6.39 python-wrapper@3.12.12 zlib@1.3.1
Channel: guix
Location: gnu/packages/xiph.scm (gnu packages xiph)
Home page: https://wiki.xiph.org/OggKate
Licenses: Modified BSD
Build system: gnu
Synopsis: Karaoke and text codec for embedding in ogg
Description:

Kate is an overlay codec, originally designed for karaoke and text, that can be multiplixed in Ogg. Text and images can be carried by a Kate stream, and animated. Most of the time, this would be multiplexed with audio/video to carry subtitles, song lyrics (with or without karaoke data), etc., but doesn't have to be.

Series of curves (splines, segments, etc.) may be attached to various properties (text position, font size, etc.) to create animated overlays. This allows scrolling or fading text to be defined. This can even be used to draw arbitrary shapes, so hand drawing can also be represented by a Kate stream.

icecast 2.4.4
Dependencies: libxslt@1.1.43 libxml2@2.14.6 openssl@3.5.5 curl@8.6.0 libogg@1.3.6 libvorbis@1.3.7 libtheora@1.1.1 speex@1.2.1
Channel: guix
Location: gnu/packages/xiph.scm (gnu packages xiph)
Home page: https://icecast.org/
Licenses: GPL 2
Build system: gnu
Synopsis: Streaming media server
Description:

Icecast is a streaming media server which currently supports Ogg (Vorbis and Theora), Opus, WebM and MP3 audio streams. It can be used to create an Internet radio station or a privately running jukebox and many things in between.

libogg 1.3.6
Channel: guix
Location: gnu/packages/xiph.scm (gnu packages xiph)
Home page: https://xiph.org/ogg/
Licenses: non-copyleft
Build system: gnu
Synopsis: Library for manipulating the ogg multimedia format
Description:

The libogg library manipulates the ogg multimedia container format, which encapsulates raw compressed data and allows the interleaving of audio and video data. In addition to encapsulation and interleaving of multiple data streams, ogg provides packet framing, error detection, and periodic timestamps for seeking.

vorbis-tools 1.4.3
Dependencies: ao@1.2.2-5-g20dc8ed curl@8.6.0 flac@1.5.0 libkate@0.4.1 libogg@1.3.6 libvorbis@1.3.7 speex@1.2.1
Channel: guix
Location: gnu/packages/xiph.scm (gnu packages xiph)
Home page: https://xiph.org/vorbis/
Licenses: GPL 2
Build system: gnu
Synopsis: Ogg vorbis tools
Description:

Ogg vorbis is a non-proprietary, patent-and-royalty-free, general-purpose compressed audio format.

The package vorbis-tools contains ogg123, an ogg vorbis command line audio player; oggenc, the ogg vorbis encoder; oggdec, a simple, portable command line decoder (to wav and raw); ogginfo, to obtain information (tags, bitrate, length, etc.) about an ogg vorbis file.

libtheora 1.1.1
Dependencies: libvorbis@1.3.7
Propagated dependencies: libogg@1.3.6
Channel: guix
Location: gnu/packages/xiph.scm (gnu packages xiph)
Home page: https://xiph.org/theora/
Licenses: Modified BSD
Build system: gnu
Synopsis: Library implementing the Theora video format
Description:

The libtheora library implements the ogg theora video format, a fully open, non-proprietary, patent-and-royalty-free, general-purpose compressed video format.

speex 1.2.1
Dependencies: libogg@1.3.6 speexdsp@1.2.1
Channel: guix
Location: gnu/packages/xiph.scm (gnu packages xiph)
Home page: https://gnu.org/software/speex
Licenses: non-copyleft
Build system: gnu
Synopsis: Library for patent-free audio compression format
Description:

GNU Speex is a patent-free audio compression codec specially designed for speech. It is well-adapted to internet applications, such as VoIP. It features compression of different bands in the same bitstream, intensity stereo encoding, and voice activity detection.

perl-xml-descent 1.04
Propagated dependencies: perl-test-differences@0.67 perl-xml-tokeparser@0.05
Channel: guix
Location: gnu/packages/xml.scm (gnu packages xml)
Home page: https://metacpan.org/release/XML-Descent
Licenses: GPL 1+
Build system: perl
Synopsis: Recursive descent XML parsing
Description:

The conventional models for parsing XML are either DOM (a data structure representing the entire document tree is created) or SAX (callbacks are issued for each element in the XML).

XML grammar is recursive - so it's nice to be able to write recursive parsers for it. XML::Descent allows such parsers to be created.

perl-xml-libxml-simple 1.01
Propagated dependencies: perl-file-slurp-tiny@0.004 perl-xml-libxml@2.0134
Channel: guix
Location: gnu/packages/xml.scm (gnu packages xml)
Home page: https://metacpan.org/release/XML-LibXML-Simple
Licenses: GPL 1+
Build system: perl
Synopsis: XML::LibXML based XML::Simple clone
Description:

This package provides the same API as XML::Simple but is based on XML::LibXML.

xmlto 0.0.28
Dependencies: util-linux@2.40.4 libxml2@2.14.6 libxslt@1.1.43
Channel: guix
Location: gnu/packages/xml.scm (gnu packages xml)
Home page: http://cyberelk.net/tim/software/xmlto/
Licenses: GPL 2+
Build system: gnu
Synopsis: Front-end to an XSL toolchain
Description:

Xmlto is a front-end to an XSL toolchain. It chooses an appropriate stylesheet for the conversion you want and applies it using an external XSL-T processor. It also performs any necessary post-processing.

xmlsec-nss 1.3.9
Dependencies: nss@3.101.4 libltdl@2.4.7
Propagated dependencies: libxml2@2.14.6 libxslt@1.1.43
Channel: guix
Location: gnu/packages/xml.scm (gnu packages xml)
Home page: https://www.aleksey.com/xmlsec/
Licenses: X11-style
Build system: gnu
Synopsis: XML Security Library (using NSS instead of GnuTLS)
Description:

The XML Security Library is a C library based on Libxml2. It supports XML security standards such as XML Signature, XML Encryption, Canonical XML (part of Libxml2) and Exclusive Canonical XML (part of Libxml2).

python-lxml-html-clean 0.4.3
Propagated dependencies: python-lxml@6.0.2
Channel: guix
Location: gnu/packages/xml.scm (gnu packages xml)
Home page: https://github.com/fedora-python/lxml_html_clean/
Licenses: Modified BSD
Build system: pyproject
Synopsis: Remove superfluous content from HTML files
Description:

This package provides a Cleaner for cleaning up HTML pages. It supports removing embedded or script content, special tags and CSS style annotations among other features. Its main purpose is removing superfluous content, it is not appropriate for security sensitive environments.

python-untangle 1.2.1-2.7eec044
Propagated dependencies: python-defusedxml@0.7.1-0.c744588
Channel: guix
Location: gnu/packages/xml.scm (gnu packages xml)
Home page: http://0chris.com/untangle
Licenses: Expat
Build system: pyproject
Synopsis: XML to Python objects conversion library
Description:

untangle is a tiny Python library which converts an XML document to a Python object.

perl-xml-sax 1.02
Propagated dependencies: perl-xml-namespacesupport@1.12 perl-xml-sax-base@1.09
Channel: guix
Location: gnu/packages/xml.scm (gnu packages xml)
Home page: https://metacpan.org/release/XML-SAX
Licenses: GPL 1+
Build system: perl
Synopsis: Perl API for XML
Description:

XML::SAX consists of several framework classes for using and building Perl SAX2 XML parsers, filters, and drivers.

xmlsec 1.3.9
Dependencies: gnutls@3.8.9 libgcrypt@1.11.0
Propagated dependencies: libxml2@2.14.6 libxslt@1.1.43
Channel: guix
Location: gnu/packages/xml.scm (gnu packages xml)
Home page: https://www.aleksey.com/xmlsec/
Licenses: X11-style
Build system: gnu
Synopsis: XML Security Library
Description:

The XML Security Library is a C library based on Libxml2. It supports XML security standards such as XML Signature, XML Encryption, Canonical XML (part of Libxml2) and Exclusive Canonical XML (part of Libxml2).

xmlstarlet 1.6.1
Dependencies: libxslt@1.1.43 libxml2@2.11.9
Channel: guix
Location: gnu/packages/xml.scm (gnu packages xml)
Home page: https://xmlstar.sourceforge.net/
Licenses: X11
Build system: gnu
Synopsis: Command line XML toolkit
Description:

XMLStarlet is a set of command line utilities which can be used to transform, query, validate, and edit XML documents. XPath is used to match and extract data, and elements can be added, deleted or modified using XSLT and EXSLT.

xmlrpc-c 1.43.08
Dependencies: curl@8.6.0
Channel: guix
Location: gnu/packages/xml.scm (gnu packages xml)
Home page: https://xmlrpc-c.sourceforge.net/
Licenses: Python Software Foundation License Expat
Build system: gnu
Synopsis: Lightweight RPC library based on XML and HTTP
Description:

XML-RPC is a quick-and-easy way to make procedure calls over the Internet. It converts the procedure call into an XML document, sends it to a remote server using HTTP, and gets back the response as XML. This library provides a modular implementation of XML-RPC for C and C++.

xmlbird 1.2.14
Dependencies: vala@0.56.18 glib@2.86.0
Channel: guix
Location: gnu/packages/xml.scm (gnu packages xml)
Home page: https://github.com/johanmattssonm/xmlbird
Licenses: LGPL 3
Build system: gnu
Synopsis: XML parser for Vala and C programs
Description:

XML Bird is an XML parser library for programs written in Vala or C. It is developed for use by the birdfont font editor.

perl-xml-sax-writer 0.57
Propagated dependencies: perl-libxml@0.08 perl-xml-filter-buffertext@1.01 perl-xml-namespacesupport@1.12 perl-xml-sax-base@1.09
Channel: guix
Location: gnu/packages/xml.scm (gnu packages xml)
Home page: https://metacpan.org/release/XML-SAX-Writer
Licenses: GPL 1+
Build system: perl
Synopsis: SAX2 XML Writer
Description:

This is an XML writer that understands SAX2. It is based on XML::Handler::YAWriter.

perl-xml-filter-buffertext 1.01
Propagated dependencies: perl-xml-sax-base@1.09
Channel: guix
Location: gnu/packages/xml.scm (gnu packages xml)
Home page: https://metacpan.org/release/XML-Filter-BufferText
Licenses: GPL 1+
Build system: perl
Synopsis: Filter to put all characters() in one event
Description:

This is a very simple filter. One common cause of grief (and programmer error) is that XML parsers aren't required to provide character events in one chunk. They can, but are not forced to, and most don't. This filter does the trivial but oft-repeated task of putting all characters into a single event.

freexl 2.0.0
Dependencies: expat@2.7.1 minizip@1.3.1
Channel: guix
Location: gnu/packages/xml.scm (gnu packages xml)
Home page: https://www.gaia-gis.it/fossil/freexl/index
Licenses: GPL 2+ LGPL 2.1+ MPL 1.1
Build system: gnu
Synopsis: Read Excel files
Description:

FreeXL is a C library to extract valid data from within an Excel (.xls, .xlsx) or LibreOffice (.ods) spreadsheet.

libxml2 2.14.6
Dependencies: python-minimal@3.12.12 xz@5.4.5
Propagated dependencies: zlib@1.3.1
Channel: guix
Location: gnu/packages/xml.scm (gnu packages xml)
Home page: http://www.xmlsoft.org/
Licenses: X11
Build system: gnu
Synopsis: C parser for XML
Description:

Libxml2 is the XML C parser and toolkit developed for the Gnome project (but it is usable outside of the Gnome platform).

python-lxml-for-texlive 6.0.1
Dependencies: libxml2@2.14.6 libxslt@1.1.43
Channel: guix
Location: gnu/packages/xml.scm (gnu packages xml)
Home page: https://lxml.de/
Licenses: Modified BSD
Build system: gnu
Synopsis: Python XML processing library
Description:

The lxml XML toolkit is a Pythonic binding for the C libraries libxml2 and libxslt. This variant is pinned to be updated less often than python-lxml.

Total packages: 72166