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

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.


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.

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.

icecast 2.4.4
Dependencies: libxslt@1.1.43 libxml2@2.14.6 openssl@3.0.8 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.

libkate 0.4.1
Dependencies: libogg@1.3.6 libpng@1.6.39 python-wrapper@3.11.14 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.

ao 1.2.2-5-g20dc8ed
Dependencies: alsa-lib@1.2.11 pulseaudio@16.1
Channel: guix
Location: gnu/packages/xiph.scm (gnu packages xiph)
Home page: https://www.xiph.org/ao/
Licenses: GPL 2+
Build system: gnu
Synopsis: Cross platform audio library
Description:

Libao is a cross-platform audio library that allows programs to output audio using a simple API on a wide variety of platforms. It currently supports:

  1. Null output (handy for testing without a sound device),

  2. WAV files,

  3. AU files,

  4. RAW files,

  5. OSS (Open Sound System, used on Linux and FreeBSD),

  6. ALSA (Advanced Linux Sound Architecture),

  7. aRts (Analog RealTime Synth, used by KDE),

  8. PulseAudio (next generation GNOME sound server),

  9. esd (EsounD or Enlightened Sound Daemon),

  10. Mac OS X,

  11. Windows (98 and later),

  12. AIX,

  13. Sun/NetBSD/OpenBSD,

  14. IRIX,

  15. NAS (Network Audio Server),

  16. RoarAudio (Modern, multi-OS, networked Sound System),

  17. OpenBSD's sndio.

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.

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.

perl-xml-dom 1.46
Propagated dependencies: perl-libwww@6.78 perl-libxml@0.08 perl-xml-parser@2.46 perl-xml-regexp@0.04
Channel: guix
Location: gnu/packages/xml.scm (gnu packages xml)
Home page: https://metacpan.org/release/XML-DOM
Licenses: GPL 1+
Build system: perl
Synopsis: Perl module for building DOM Level 1 compliant document structures
Description:

This module extends the XML::Parser module by Clark Cooper. The XML::Parser module is built on top of XML::Parser::Expat, which is a lower level interface to James Clark's expat library. XML::DOM::Parser is derived from XML::Parser. It parses XML strings or files and builds a data structure that conforms to the API of the Document Object Model.

perl-xml-compile 1.63
Propagated dependencies: perl-log-report@1.10 perl-xml-compile-tester@0.91 perl-xml-libxml@2.0134 perl-scalar-list-utils@1.62 perl-test-deep@1.120 perl-types-serialiser@1.0
Channel: guix
Location: gnu/packages/xml.scm (gnu packages xml)
Home page: https://metacpan.org/release/XML-Compile
Licenses: GPL 1+
Build system: perl
Synopsis: Compilation-based XML processing
Description:

XML::Compile can be used to translate a Perl data-structure into XML or XML into a Perl data-structure, both directions under rigid control by a schema.

python-lxml 4.9.4
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: pyproject
Synopsis: Python XML processing library
Description:

The lxml XML toolkit is a Pythonic binding for the C libraries libxml2 and libxslt.

libxmlb 0.3.14
Dependencies: appstream-glib@0.8.3 glib@2.86.0
Propagated dependencies: xz@5.4.5 zstd@1.5.6
Channel: guix
Location: gnu/packages/xml.scm (gnu packages xml)
Home page: https://github.com/hughsie/libxmlb
Licenses: LGPL 2.1+
Build system: meson
Synopsis: Library to help create and query binary XML blobs
Description:

Libxmlb library takes XML source, and converts it to a structured binary representation with a deduplicated string table; where the strings have the NULs included. This allows an application to mmap the binary XML file, do an XPath query and return some strings without actually parsing the entire document.

perl-xml-libxml 2.0134
Dependencies: libxml2@2.11.9
Propagated dependencies: perl-xml-namespacesupport@1.12 perl-xml-sax@1.02
Channel: guix
Location: gnu/packages/xml.scm (gnu packages xml)
Home page: https://metacpan.org/release/XML-LibXML
Licenses: GPL 1+
Build system: perl
Synopsis: Perl interface to libxml2
Description:

This module implements a Perl interface to the libxml2 library which provides interfaces for parsing and manipulating XML files. This module allows Perl programmers to make use of the highly capable validating XML parser and the high performance DOM implementation.

libxml2 2.14.6
Dependencies: python-minimal@3.11.14 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).

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.

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.

xerces-c 3.3.0
Channel: guix
Location: gnu/packages/xml.scm (gnu packages xml)
Home page: https://xerces.apache.org/xerces-c/
Licenses: ASL 2.0
Build system: gnu
Synopsis: Validating XML parser library for C++
Description:

Xerces-C++ is a validating XML parser written in a portable subset of C++. Xerces-C++ makes it easy to give your application the ability to read and write XML data. A shared library is provided for parsing, generating, manipulating, and validating XML documents using the DOM, SAX, and SAX2 APIs.

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.

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.

python-xmlschema 4.1.0
Channel: guix
Location: gnu/packages/xml.scm (gnu packages xml)
Home page: https://github.com/sissaschool/xmlschema
Licenses: Expat
Build system: pyproject
Synopsis: XML Schema validator and data conversion library
Description:

The xmlschema library is an implementation of XML Schema for Python. It has full support for the XSD 1.0 and 1.1 standards, an XPath-based API for finding schema's elements and attributes; and can encode and decode XML data to JSON and other formats.

pugixml 1.12.1
Channel: guix
Location: gnu/packages/xml.scm (gnu packages xml)
Home page: https://pugixml.org
Licenses: Expat
Build system: cmake
Synopsis: Light-weight, simple and fast XML parser for C++ with XPath support
Description:

pugixml is a C++ XML processing library, which consists of a DOM-like interface with rich traversal/modification capabilities, a fast XML parser which constructs the DOM tree from an XML file/buffer, and an XPath 1.0 implementation for complex data-driven tree queries. Full Unicode support is also available, with Unicode interface variants and conversions between different Unicode encodings which happen automatically during parsing/saving.

perl-xml-simple 2.25
Propagated dependencies: perl-xml-parser@2.46 perl-xml-sax@1.02
Channel: guix
Location: gnu/packages/xml.scm (gnu packages xml)
Home page: https://metacpan.org/release/XML-Simple
Licenses: GPL 1+
Build system: perl
Synopsis: Perl module for easy reading/writing of XML files
Description:

The XML::Simple module provides a simple API layer on top of an underlying XML parsing module (either XML::Parser or one of the SAX2 parser modules).

python-lxml-html-clean 0.4.3
Propagated dependencies: python-lxml@6.0.1
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.

perl-xml-feed 0.63
Propagated dependencies: perl-class-errorhandler@0.04 perl-datetime@1.54 perl-datetime-format-flexible@0.32 perl-datetime-format-iso8601@0.08 perl-datetime-format-mail@0.403 perl-datetime-format-natural@1.12 perl-datetime-format-w3cdtf@0.07 perl-feed-find@0.07 perl-html-parser@3.72 perl-libwww@6.78 perl-module-pluggable@5.2 perl-uri-fetch@0.15 perl-xml-atom@0.43 perl-xml-libxml@2.0134 perl-xml-rss@1.62
Channel: guix
Location: gnu/packages/xml.scm (gnu packages xml)
Home page: https://metacpan.org/release/XML-Feed
Licenses: GPL 1+
Build system: perl
Synopsis: XML Syndication Feed Support
Description:

XML::Feed is a syndication feed parser for both RSS and Atom feeds. It also implements feed auto-discovery for finding feeds, given a URI. XML::Feed supports the following syndication feed formats: RSS 0.91, RSS 1.0, RSS 2.0, Atom

perl-xml-rss 1.62
Dependencies: perl-datetime@1.54 perl-datetime-format-mail@0.403 perl-datetime-format-w3cdtf@0.07 perl-html-parser@3.72 perl-xml-parser@2.46
Channel: guix
Location: gnu/packages/xml.scm (gnu packages xml)
Home page: https://metacpan.org/release/XML-RSS
Licenses: GPL 1+
Build system: perl
Synopsis: Creates and updates RSS files
Description:

This module provides a basic framework for creating and maintaining RDF Site Summary (RSS) files. This distribution also contains many examples that allow you to generate HTML from an RSS, convert between 0.9, 0.91, and 1.0 version, and more.

Total packages: 70994