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

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 webring send a patch to ~whereiseveryone/toys@lists.sr.ht adding your channel as an entry in channels.scm.


noise-suppression-for-voice 0.91
Dependencies: pulseaudio@16.1
Channel: guix
Location: gnu/packages/pulseaudio.scm (gnu packages pulseaudio)
Home page: https://github.com/werman/noise-suppression-for-voice
Licenses: GPL 3
Build system: cmake
Synopsis: Real-time Noise suppression plugin based on Xiph's RNNoise
Description:

This plug-in is meant to suppress a wide range of noise origins: computer fans, offices, crowds, airplanes, cars, trains, construction, and more.

Mild background noise is always suppressed, loud sounds, like clicking of mechanical keyboard, are suppressed while there is no voice however they are only reduced in volume when voice is present.

The plug-in is made to work with 1 or 2 channels (LADSPA plugin), 16 bit, 48000 Hz audio input.

pavucontrol 6.2
Dependencies: adwaita-icon-theme@46.2 gtkmm@4.14.0 json-glib@1.10.0 libcanberra@0.30 pulseaudio@16.1
Channel: guix
Location: gnu/packages/pulseaudio.scm (gnu packages pulseaudio)
Home page: https://www.freedesktop.org/software/pulseaudio/pavucontrol/
Licenses: GPL 2+
Build system: meson
Synopsis: PulseAudio volume control
Description:

PulseAudio Volume Control (pavucontrol) provides a GTK+ graphical user interface to connect to a PulseAudio server and easily control the volume of all clients, sinks, etc.

pamixer 1.6
Dependencies: cxxopts@3.2.1 pulseaudio@16.1
Channel: guix
Location: gnu/packages/pulseaudio.scm (gnu packages pulseaudio)
Home page: https://github.com/cdemoulins/pamixer
Licenses: GPL 3+
Build system: meson
Synopsis: PulseAudio command line mixer
Description:

pamixer is like amixer but for PulseAudio, allowing easy control of the volume levels of the sinks (get, set, decrease, increase, toggle mute, etc).

libsamplerate 0.1.9
Propagated dependencies: libsndfile@1.2.0 fftw@3.3.10
Channel: guix
Location: gnu/packages/pulseaudio.scm (gnu packages pulseaudio)
Home page: http://www.mega-nerd.com/SRC/index.html
Licenses: FreeBSD
Build system: gnu
Synopsis: Audio sample rate conversion library
Description:

Secret Rabbit Code (aka. libsamplerate) is a Sample Rate Converter for audio. One example of where such a thing would be useful is converting audio from the CD sample rate of 44.1kHz to the 48kHz sample rate used by DAT players.

SRC is capable of arbitrary and time varying conversions; from downsampling by a factor of 256 to upsampling by the same factor. Arbitrary in this case means that the ratio of input and output sample rates can be an irrational number. The conversion ratio can also vary with time for speeding up and slowing down effects.

SRC provides a small set of converters to allow quality to be traded off against computation cost. The current best converter provides a signal-to-noise ratio of 145dB with -3dB passband extending from DC to 96% of the theoretical best bandwidth for a given pair of input and output sample rates.

paprefs 1.2
Dependencies: gtkmm@3.24.9 pulseaudio@16.1
Channel: guix
Location: gnu/packages/pulseaudio.scm (gnu packages pulseaudio)
Home page: https://freedesktop.org/software/pulseaudio/paprefs/
Licenses: GPL 2
Build system: meson
Synopsis: Simple GTK based configuration dialog for the PulseAudio sound server
Description:

paprefs is a simple GTK based configuration dialog for the PulseAudio sound server. Note that this program can only configure local servers, and requires that a special module module-gsettings is loaded in the sound server.

pulsemixer 1.5.1
Dependencies: pulseaudio@16.1
Channel: guix
Location: gnu/packages/pulseaudio.scm (gnu packages pulseaudio)
Home page: https://github.com/GeorgeFilipkin/pulsemixer/
Licenses: Expat
Build system: pyproject
Synopsis: Command-line and curses mixer for PulseAudio
Description:

Pulsemixer is a PulseAudio mixer with command-line and curses-style interfaces.

libsndfile 1.2.0
Propagated dependencies: flac@1.5.0 libogg@1.3.6 libvorbis@1.3.7 opus@1.5.2
Channel: guix
Location: gnu/packages/pulseaudio.scm (gnu packages pulseaudio)
Home page: http://www.mega-nerd.com/libsndfile/
Licenses: LGPL 2.1+
Build system: gnu
Synopsis: Reading and writing files containing sampled sound
Description:

Libsndfile is a C library for reading and writing files containing sampled sound (such as MS Windows WAV and the Apple/SGI AIFF format) through one standard library interface.

It was designed to handle both little-endian (such as WAV) and big-endian (such as AIFF) data, and to compile and run correctly on little-endian (such as Intel and DEC/Compaq Alpha) processor systems as well as big-endian processor systems such as Motorola 68k, Power PC, MIPS and SPARC. Hopefully the design of the library will also make it easy to extend for reading and writing new sound file formats.

apulse 0.1.13
Dependencies: alsa-lib@1.2.11 glib@2.83.3
Channel: guix
Location: gnu/packages/pulseaudio.scm (gnu packages pulseaudio)
Home page: https://github.com/i-rinat/apulse
Licenses: Expat
Build system: cmake
Synopsis: PulseAudio emulation for ALSA
Description:

Apulse provides an alternative partial implementation of the PulseAudio API. It consists of a loader script and a number of shared libraries with the same names as from original PulseAudio, so applications could dynamically load them and think they are talking to PulseAudio.

Internally, no separate sound mixing daemon is used. Instead, apulse relies on ALSA's dmix, dsnoop, and plug plugins to handle multiple sound sources and capture streams running at the same time. dmix plugin muxes multiple playback streams; dsnoop plugin allow multiple applications to capture from a single microphone; and plug plugin transparently converts audio between various sample formats, sample rates and channel numbers.

pumpa 0.9.3
Dependencies: aspell@0.60.8 qtbase@5.15.17 tidy-html@5.8.0
Channel: guix
Location: gnu/packages/pumpio.scm (gnu packages pumpio)
Home page: https://pumpa.branchable.com/
Licenses: GPL 3+
Build system: gnu
Synopsis: Qt-based pump.io client
Description:

Pumpa is a simple pump.io client written in C++ and Qt.

pv 1.7.24
Channel: guix
Location: gnu/packages/pv.scm (gnu packages pv)
Home page: https://www.ivarch.com/programs/pv.shtml
Licenses: Artistic License 2.0
Build system: gnu
Synopsis: Pipeline progress indicator
Description:

pv is a terminal tool for monitoring the progress of data through a pipeline. It can be inserted into any normal pipeline between two processes. It gives a visual indication of how quickly data is passing through, how much has been transferred and how near to completion it is (with a progress bar), how long it has taken, and an estimate of the remaining time before completion.

pypy 7.3.20
Dependencies: bzip2@1.0.8 expat@2.7.1 gdbm@1.25 libffi@3.4.6 ncurses@6.2.20210619 openssl@3.0.8 sqlite@3.39.3 tcl@8.6.12 tk@8.6.12 zlib@1.3.1 xz@5.4.5
Channel: guix
Location: gnu/packages/pypy.scm (gnu packages pypy)
Home page: https://www.pypy.org/
Licenses: Expat Python Software Foundation License ASL 2.0 GPL 3+ Modified BSD non-copyleft
Build system: gnu
Synopsis: Python implementation with just-in-time compilation
Description:

PyPy is a faster, alternative implementation of the Python programming language employing a just-in-time compiler. It supports most Python code natively, including C extensions.

pypy2 7.3.20
Dependencies: bzip2@1.0.8 expat@2.7.1 gdbm@1.25 libffi@3.4.6 ncurses@6.2.20210619 openssl@3.0.8 sqlite@3.39.3 tcl@8.6.12 tk@8.6.12 zlib@1.3.1
Channel: guix
Location: gnu/packages/pypy.scm (gnu packages pypy)
Home page: https://www.pypy.org/
Licenses: Expat Python Software Foundation License ASL 2.0 GPL 3+ Modified BSD non-copyleft
Build system: gnu
Synopsis: Python implementation with just-in-time compilation
Description:

PyPy is a faster, alternative implementation of the Python programming language employing a just-in-time compiler. It supports most Python code natively, including C extensions.

pypy3 7.3.20
Dependencies: bzip2@1.0.8 expat@2.7.1 gdbm@1.25 libffi@3.4.6 ncurses@6.2.20210619 openssl@3.0.8 sqlite@3.39.3 tcl@8.6.12 tk@8.6.12 zlib@1.3.1 xz@5.4.5
Channel: guix
Location: gnu/packages/pypy.scm (gnu packages pypy)
Home page: https://www.pypy.org/
Licenses: Expat Python Software Foundation License ASL 2.0 GPL 3+ Modified BSD non-copyleft
Build system: gnu
Synopsis: Python implementation with just-in-time compilation
Description:

PyPy is a faster, alternative implementation of the Python programming language employing a just-in-time compiler. It supports most Python code natively, including C extensions.

python-poetry-core 2.1.3
Channel: guix
Location: gnu/packages/python-build.scm (gnu packages python-build)
Home page: https://github.com/python-poetry/poetry-core
Licenses: Expat
Build system: pyproject
Synopsis: Poetry PEP 517 build back-end
Description:

The poetry-core module provides a PEP 517 build back-end implementation developed for Poetry. This project is intended to be a light weight, fully compliant, self-contained package allowing PEP 517 compatible build front-ends to build Poetry managed projects.

python-pyparsing 3.2.3
Channel: guix
Location: gnu/packages/python-build.scm (gnu packages python-build)
Home page: https://github.com/pyparsing/pyparsing
Licenses: Expat
Build system: pyproject
Synopsis: Python parsing class library
Description:

The pyparsing module is an alternative approach to creating and executing simple grammars, vs. the traditional lex/yacc approach, or the use of regular expressions. The pyparsing module provides a library of classes that client code uses to construct the grammar directly in Python code.

python-pip 25.1.1
Channel: guix
Location: gnu/packages/python-build.scm (gnu packages python-build)
Home page: https://pip.pypa.io/
Licenses: Expat
Build system: pyproject
Synopsis: Package manager for Python software
Description:

Pip is a package manager for Python software, that finds packages on the Python Package Index (PyPI).

python-hatch-docstring-description 1.1.1
Propagated dependencies: python-hatchling@1.27.0
Channel: guix
Location: gnu/packages/python-build.scm (gnu packages python-build)
Home page: https://github.com/flying-sheep/hatch-docstring-description
Licenses: GPL 3+
Build system: pyproject
Synopsis: Derive PyPI package description from Python package docstring
Description:

This package provides a Hatchling plugin to read the description from the package docstring.

python-hatch-fancy-pypi-readme 25.1.0
Propagated dependencies: python-hatchling@1.27.0 python-tomli@2.2.1
Channel: guix
Location: gnu/packages/python-build.scm (gnu packages python-build)
Home page: https://github.com/hynek/hatch-fancy-pypi-readme
Licenses: Expat
Build system: pyproject
Synopsis: Fancy PyPI READMEs with Hatch
Description:

This hatch plugin allows defining a project description in terms of concatenated fragments that are based on static strings, files and parts of files defined using cut-off points or regular expressions.

python-toml 0.10.2
Channel: guix
Location: gnu/packages/python-build.scm (gnu packages python-build)
Home page: https://github.com/uiri/toml
Licenses: Expat
Build system: pyproject
Synopsis: Library for TOML
Description:

toml is a library for parsing and creating Tom's Obvious, Minimal Language (TOML) configuration files.

python-hatchling 1.21.1
Propagated dependencies: python-editables@0.5 python-packaging-bootstrap@25.0 python-pathspec@0.12.1 python-pluggy@1.6.0 python-trove-classifiers@2025.5.9.12
Channel: guix
Location: gnu/packages/python-build.scm (gnu packages python-build)
Home page: https://hatch.pypa.io/latest/
Licenses: Expat
Build system: pyproject
Synopsis: Modern, extensible Python build backend
Description:

Hatch is a modern, extensible Python project manager. It has features such as:

  • Standardized build system with reproducible builds by default

  • Robust environment management with support for custom scripts

  • Easy publishing to PyPI or other indexes

  • Version management

  • Configurable project generation with sane defaults

  • Responsive CLI, ~2-3x faster than equivalent tools.

python-flit-core 3.12.0
Propagated dependencies: python-tomli@2.2.1
Channel: guix
Location: gnu/packages/python-build.scm (gnu packages python-build)
Home page: https://github.com/pypa/flit
Licenses: Modified BSD
Build system: pyproject
Synopsis: Core package of the Flit Python build system
Description:

This package provides flit-core, a PEP 517 build backend for packages using Flit. The only public interface is the API specified by PEP 517, flit_core.buildapi.

python-hatch-requirements-txt 0.4.1
Propagated dependencies: python-hatchling@1.27.0 python-packaging-bootstrap@25.0
Channel: guix
Location: gnu/packages/python-build.scm (gnu packages python-build)
Home page: https://github.com/repo-helper/hatch-requirements-txt
Licenses: Expat
Build system: pyproject
Synopsis: Hatchling plugin to read requirements.txt
Description:

This package implements a functionality to read project dependencies from requirements.txt.

python-pluggy 1.6.0
Channel: guix
Location: gnu/packages/python-build.scm (gnu packages python-build)
Home page: https://pypi.org/project/pluggy/
Licenses: Expat
Build system: pyproject
Synopsis: Plugin and hook calling mechanism for Python
Description:

Pluggy is an extraction of the plugin manager as used by Pytest but stripped of Pytest specific details.

Page: 123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731732733734735736737738739740741742743744745746747748749750751752753754755756757758759760761762763764765766767768769770771772773774775776777778779780781782783784785786787788789790791792793794795796797798799800801802803804805806807808809810811812813814815816817818819820821822823824825826827828829830831832833834835836837838839840841842843844845846847848849850851852853854855856857858859860861862863864865866867868869870871872873874875876877878879880881882883884885886887888889890891892893894895896897898899900901902903904905906907908909910911912913914915916917918919920921922923924925926927928929930931932933934935936937938939940941942943944945946947948949950951952953954955956957958959960961962963964965966967968969970971972973974975976977978979980981982983984985986987988989990991992993994995996997998999100010011002100310041005100610071008100910101011101210131014101510161017101810191020102110221023102410251026102710281029103010311032103310341035103610371038103910401041104210431044104510461047104810491050105110521053105410551056105710581059106010611062106310641065106610671068106910701071107210731074107510761077107810791080108110821083108410851086108710881089109010911092109310941095109610971098109911001101110211031104110511061107110811091110111111121113111411151116111711181119112011211122112311241125112611271128112911301131113211331134113511361137113811391140114111421143114411451146114711481149115011511152115311541155115611571158115911601161116211631164116511661167116811691170117111721173117411751176117711781179118011811182118311841185118611871188118911901191119211931194119511961197119811991200120112021203120412051206120712081209121012111212121312141215121612171218121912201221122212231224122512261227122812291230123112321233123412351236123712381239124012411242124312441245124612471248124912501251125212531254125512561257125812591260126112621263126412651266126712681269127012711272127312741275127612771278127912801281128212831284128512861287128812891290129112921293129412951296
Total results: 31091