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

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.


sbcl-cl-quil 1.26.0
Dependencies: sbcl-abstract-classes@1.7.0-1.7fa74f1 sbcl-alexa@2.1.1 sbcl-alexandria@1.4-0.009b7e5 sbcl-cl-algebraic-data-type@1.2.0-1.b256842 sbcl-cl-grnm@0.1.0-0.778a312 sbcl-cl-heap@0.1.6 sbcl-cl-permutation@0.0.0-0.20c10e9 sbcl-cl-yacc@0.3 sbcl-global-vars@1.0.0-0.c749f32 sbcl-magicl@0.11.0 sbcl-optima@1.0-1.373b245 sbcl-parse-float@0.0.0-2.3074765 sbcl-queues@0.0.0-1.47d4da6 sbcl-salza2@2.1 sbcl-split-sequence@2.0.1 sbcl-trivial-garbage@0.21-0.3474f64 sbcl-yason@0.8.4
Channel: guix
Location: gnu/packages/quantum.scm (gnu packages quantum)
Home page: https://github.com/quil-lang/quilc
Licenses: ASL 2.0
Build system: asdf/sbcl
Synopsis: The optimizing Quil compiler
Description:

Quil is the quantum instruction language, originally developed at Rigetti Computing. In Quil quantum algorithms are expressed using Quil's standard gates and instructions

racket 8.18
Dependencies: cairo@1.18.4 fontconfig-minimal@2.14.0 glib@2.83.3 glu@9.0.2 gmp@6.3.0 gtk+@3.24.51 libjpeg-turbo@2.1.4 libpng@1.6.39 libx11@1.8.12 mesa@25.2.3 mpfr@4.2.2 pango@1.54.0 unixodbc@2.3.9 libedit@20191231-3.1 racket-minimal@8.18 racket-vm-cs@8.18
Channel: guix
Location: gnu/packages/racket.scm (gnu packages racket)
Home page: https://racket-lang.org
Licenses: ASL 2.0 Expat
Build system: gnu
Synopsis: Programmable programming language in the Scheme family
Description:

Racket is a general-purpose programming language in the Scheme family, with a large set of libraries and a compiler based on Chez Scheme. Racket is also a platform for language-oriented programming, from small domain-specific languages to complete language implementations.

The main Racket distribution comes with many bundled packages, including the DrRacket IDE, libraries for GUI and web programming, and implementations of languages such as Typed Racket, R5RS and R6RS Scheme, Algol 60, and Datalog.

zuo 1.12
Channel: guix
Location: gnu/packages/racket.scm (gnu packages racket)
Home page: https://github.com/racket/zuo
Licenses: ASL 2.0 Expat
Build system: gnu
Synopsis: Tiny Racket for build scripts
Description:

Zuo is a tiny Racket with primitives for dealing with files and running processes. It comes with a make-like embedded DSL, which is used to build Racket itself.

Zuo is a Racket variant in the sense that program files start with #lang, and the module path after #lang determines the parsing and expansion of the file content. That's how the make-like DSL is defined, and even the base Zuo language is defined by layers of #langs. One of the early layers implements macros.

racket-vm-cgc 8.18
Dependencies: ncurses@6.2.20210619 libffi@3.4.6
Channel: guix
Location: gnu/packages/racket.scm (gnu packages racket)
Home page: https://racket-lang.org
Licenses: LGPL 3+ ASL 2.0 Expat
Build system: gnu
Synopsis: Old Racket implementation used for bootstrapping
Description:

This variant of the Racket BC (``before Chez'' or ``bytecode'') implementation is not recommended for general use. It uses CGC (a ``Conservative Garbage Collector''), which was succeeded as default in PLT Scheme version 370 (which translates to 3.7 in the current versioning scheme) by the 3M variant, which in turn was succeeded in version 8.0 by the Racket CS implementation.

Racket CGC is primarily used for bootstrapping Racket BC [3M]. It may also be used for embedding applications without the annotations needed in C code to use the 3M garbage collector.

racket-vm-bc 8.18
Dependencies: ncurses@6.2.20210619 libffi@3.4.6
Channel: guix
Location: gnu/packages/racket.scm (gnu packages racket)
Home page: https://racket-lang.org
Licenses: LGPL 3+ ASL 2.0 Expat
Build system: gnu
Synopsis: Racket BC [3M] implementation
Description:

The Racket BC (``before Chez'' or ``bytecode'') implementation was the default before Racket 8.0. It uses a compiler written in C targeting architecture-independent bytecode, plus a JIT compiler on most platforms. Racket BC has a different C API than the current default runtime system, Racket CS (based on ``Chez Scheme'').

This package is the normal implementation of Racket BC with a precise garbage collector, 3M (``Moving Memory Manager'').

racket-vm-cs 8.18
Dependencies: zlib@1.3.1 lz4@1.10.0 ncurses@6.2.20210619
Channel: guix
Location: gnu/packages/racket.scm (gnu packages racket)
Home page: https://racket-lang.org
Licenses: ASL 2.0 Expat
Build system: gnu
Synopsis: Racket CS implementation
Description:

The Racket CS implementation, which uses ``Chez Scheme'' as its core compiler and runtime system, has been the default Racket VM implementation since Racket 8.0. It performs better than the Racket BC implementation for most programs. On systems for which Racket CS cannot generate machine code, this package uses a variant of its ``portable bytecode'' backend specialized for word size and endianness.

Using the Racket VM packages directly is not recommended: instead, install the racket-minimal or racket packages.

racket-minimal 8.18
Dependencies: openssl@3.0.8 sqlite@3.39.3 racket-vm-cs@8.18
Channel: guix
Location: gnu/packages/racket.scm (gnu packages racket)
Home page: https://racket-lang.org
Licenses: ASL 2.0 Expat
Build system: gnu
Synopsis: Racket without bundled packages such as DrRacket
Description:

Racket is a general-purpose programming language in the Scheme family, with a large set of libraries and a compiler based on Chez Scheme. Racket is also a platform for language-oriented programming, from small domain-specific languages to complete language implementations.

The ``minimal Racket'' distribution includes just enough of Racket for you to use raco pkg to install more. Bundled packages, such as the DrRacket IDE, are not included.

liquid-dsp 1.6.0
Dependencies: fftwf@3.3.10 libfec@1.0-1.9750ca0
Channel: guix
Location: gnu/packages/radio.scm (gnu packages radio)
Home page: https://liquidsdr.org
Licenses: Expat
Build system: gnu
Synopsis: Signal processing library for software-defined radios
Description:

Liquid DSP is a digital signal processing (DSP) library designed specifically for software-defined radios on embedded platforms. The aim is to provide a lightweight DSP library that does not rely on a myriad of external dependencies or proprietary and otherwise cumbersome frameworks. All signal processing elements are designed to be flexible, scalable, and dynamic, including filters, filter design, oscillators, modems, synchronizers, complex mathematical operations, and much more.

soapyaudio 0.1.1-0.79129c9
Dependencies: alsa-lib@1.2.11 hamlib@4.6.2 jack@0.125.0 libusb@1.0.25 pulseaudio@16.1 rtaudio@5.2.0 soapysdr@0.8.1
Channel: guix
Location: gnu/packages/radio.scm (gnu packages radio)
Home page: https://github.com/pothosware/SoapyAudio/wiki
Licenses: Expat
Build system: cmake
Synopsis: SoapySDR module for audio devices
Description:

This package provides support for sound card devices to the SoapySDR library. It also adds hamlib support, which provides basic gain and frequency controls for certain tuners which may be paired with an audio device.

dump1090 10.2
Dependencies: bladerf@2025.10 hackrf@2024.02.1 libusb@1.0.25 ncurses@6.2.20210619 rtl-sdr@2.0.1 soapysdr@0.8.1
Channel: guix
Location: gnu/packages/radio.scm (gnu packages radio)
Home page: https://github.com/flightaware/dump1090
Licenses: GPL 2+
Build system: gnu
Synopsis: Mode S decoder for rtl-sdr devices
Description:

Dump1090 is a Mode S decoder specifically designed for rtl-sdr devices. It can be used to decode the ADS-B signals that planes emit to indicate their position, altitude, speed, etc.

minimodem 0.24
Dependencies: alsa-lib@1.2.11 fftwf@3.3.10 libsndfile@1.2.0 pulseaudio@16.1
Channel: guix
Location: gnu/packages/radio.scm (gnu packages radio)
Home page: http://www.whence.com/minimodem/
Licenses: GPL 3+
Build system: gnu
Synopsis: Software audio FSK modem
Description:

Minimodem is a command-line program which decodes (or generates) audio modem tones at any specified baud rate, using various framing protocols. It acts a general-purpose software FSK modem, and includes support for various standard FSK protocols such as Bell103, Bell202, RTTY, TTY/TDD, NOAA SAME, and Caller-ID.

soapysdr 0.8.1
Channel: guix
Location: gnu/packages/radio.scm (gnu packages radio)
Home page: https://github.com/pothosware/SoapySDR/wiki
Licenses: Boost 1.0
Build system: cmake
Synopsis: Vendor and platform neutral SDR support library
Description:

SoapySDR is a library designed to support several kinds of software defined radio hardware devices with a common API.

dream 2.2
Dependencies: faad2@2.8.8 fftw@3.3.10 libsndfile@1.2.0 libpcap@1.10.1 opus@1.5.2 pulseaudio@16.1 qtbase@5.15.17 qtsvg@5.15.17 qwt@6.1.5 speexdsp@1.2.1 zlib@1.3.1
Channel: guix
Location: gnu/packages/radio.scm (gnu packages radio)
Home page: https://sourceforge.net/projects/drm/
Licenses: GPL 2+
Build system: qt
Synopsis: Digital Radio Mondiale receiver
Description:

Dream is a software implementation of a Digital Radio Mondiale (DRM) receiver.

convert-samples 3.0.0
Dependencies: liquid-dsp@1.6.0
Channel: guix
Location: gnu/packages/radio.scm (gnu packages radio)
Home page: https://codeberg.org/glv/convert-samples
Licenses: GPL 3+
Build system: gnu
Synopsis: SDR samples converter
Description:

convert-samples is a command-line program to convert samples received from software defined radios from one format to another.

Supported formats:

  • s8: signed 8 bit integer

  • u8: unsigned 8 bit integer

  • s16: signed 16 bit integer

  • u16: unsigned 16 bit integer

  • s32: signed 32 bit integer

  • u32: unsigned 32 bit integer

  • f32: 32 bit float

  • cs8: complex made of signed 8 bit integers

  • cu8: complex made of unsigned 8 bit integers

  • cs16: complex made of signed 16 bit integers

  • cu16: complex made of unsigned 16 bit integers

  • cs32: complex made of signed 32 bit integers

  • cu32: complex made of unsigned 32 bit integers

  • cf32: complex made of 32 bit floats

soapyremote 0.5.2-1.f375555
Dependencies: avahi@0.8 soapysdr@0.8.1
Channel: guix
Location: gnu/packages/radio.scm (gnu packages radio)
Home page: https://github.com/pothosware/SoapyRemote
Licenses: Boost 1.0
Build system: cmake
Synopsis: Remote support for Soapy SDR
Description:

This is a SoapySDR module to use a supported device transparently over a local network link.

gr-osmosdr 0.2.4
Dependencies: airspy@1.0.10-1.6f92f47 airspyhf@1.6.8-1.40836c5 bladerf@2025.10 boost@1.83.0 fftwf@3.3.10 gmp@6.3.0 gnuradio@3.10.12.0 gr-iqbal@0.38.3 hackrf@2024.02.1 libsndfile@1.2.0 log4cpp@1.1.3 python@3.11.14 python-numpy@1.26.4 python-pyqt@5.15.11 rtl-sdr@2.0.1 soapysdr@0.8.1 spdlog@1.13.0 volk@3.0.0
Channel: guix
Location: gnu/packages/radio.scm (gnu packages radio)
Home page: https://osmocom.org/projects/gr-osmosdr/wiki/GrOsmoSDR
Licenses: GPL 3+
Build system: cmake
Synopsis: GNU Radio block for interfacing with various radio hardware
Description:

This is a block for GNU Radio allowing to use a common API to access different radio hardware.

gr-satellites 4.6.0
Dependencies: boost@1.83.0 gmp@6.3.0 gnuradio@3.10.12.0 log4cpp@1.1.3 python@3.11.14 python-construct@2.10.70-1.c1171b1 python-numpy@1.26.4 python-pyaml@25.7.0 python-pyzmq@27.0.1 python-requests@2.32.5 spdlog@1.13.0 volk@3.0.0
Channel: guix
Location: gnu/packages/radio.scm (gnu packages radio)
Home page: https://github.com/daniestevez/gr-satellites
Licenses: ASL 2.0 GPL 3+ LGPL 2.1
Build system: cmake
Synopsis: GNU Radio decoders for several Amateur satellites
Description:

gr-satellites is a GNU Radio out-of-tree module encompassing a collection of telemetry decoders that supports many different Amateur satellites.

soapyhackrf 0.3.4-1.6c0c33f
Dependencies: hackrf@2024.02.1 soapysdr@0.8.1
Channel: guix
Location: gnu/packages/radio.scm (gnu packages radio)
Home page: https://github.com/pothosware/SoapyHackRF/wiki
Licenses: Expat
Build system: cmake
Synopsis: SoapySDR HackRF module
Description:

This package provides HackRF devices support to the SoapySDR library.

chirp 0.4.0-4.bc27f66
Dependencies: python-future@1.0.0 python-importlib-resources@6.5.2 python-lark@1.2.2 python-pyserial@3.5 python-requests@2.32.5 python-suds@1.2.0 python-wxpython@4.2.2 python-yattag@1.16.1
Channel: guix
Location: gnu/packages/radio.scm (gnu packages radio)
Home page: https://chirp.danplanet.com
Licenses: GPL 3+
Build system: pyproject
Synopsis: Cross-radio programming tool
Description:

Chirp is a cross-radio programming tool. It supports a growing list of radios across several manufacturers and allows transferring of memory contents between them.

soapyairspy 0.2.0
Dependencies: airspy@1.0.10-1.6f92f47 soapysdr@0.8.1
Channel: guix
Location: gnu/packages/radio.scm (gnu packages radio)
Home page: https://github.com/pothosware/SoapyAirspy/wiki
Licenses: Expat
Build system: cmake
Synopsis: SoapySDR Airspy module
Description:

This package provides Airspy devices support to the SoapySDR library.

go-github-com-akosmarton-papipes 0.0.0-0.3c63b49
Dependencies: pulseaudio@16.1
Channel: guix
Location: gnu/packages/radio.scm (gnu packages radio)
Home page: https://github.com/akosmarton/papipes
Licenses: Expat
Build system: go
Synopsis: Pulseaudio client library for Go
Description:

This is a Pulseaudio client library in Golang for creating virtual sinks and sources.

fldigi 4.2.06
Dependencies: alsa-lib@1.2.11 fltk@1.4.4 eudev@3.2.14 hamlib@4.6.2 libpng@1.6.39 libsamplerate@0.1.9 libusb@1.0.25 libx11@1.8.12 libxext@1.3.6 libxfixes@6.0.1 libxft@2.3.8 portaudio@190600.20161030 pulseaudio@16.1
Channel: guix
Location: gnu/packages/radio.scm (gnu packages radio)
Home page: http://www.w1hkj.com/
Licenses: GPL 3+
Build system: gnu
Synopsis: Software modem for amateur radio use
Description:

Fldigi is a software modem for amateur radio use. It is a sound card based program that is used for both transmitting and receiving data by connecting the microphone and headphone connections of a computer to some radio hardware.

urh 2.9.8
Dependencies: airspy@1.0.10-1.6f92f47 bladerf@2025.10 gnuradio@3.10.12.0 gr-osmosdr@0.2.4 hackrf@2024.02.1 python-numpy@1.26.4 python-psutil@7.0.0 python-pyaudio@0.2.14 python-pyqt@5.15.11 rtl-sdr@2.0.1
Channel: guix
Location: gnu/packages/radio.scm (gnu packages radio)
Home page: https://github.com/jopohl/urh
Licenses: GPL 3+
Build system: pyproject
Synopsis: Wireless protocol investigation program
Description:

The Universal Radio Hacker (URH) is a complete suite for wireless protocol investigation with native support for many common Software Defined Radios.

Total packages: 69237