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

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.


cl-quil 1.26.0
Propagated dependencies: cl-abstract-classes@1.7.0-1.7fa74f1 cl-alexa@2.1.1 cl-alexandria@1.4-0.009b7e5 cl-algebraic-data-type@1.2.0-1.b256842 cl-grnm@0.1.0-0.778a312 cl-heap@0.1.6 cl-permutation@0.0.0-0.20c10e9 cl-yacc@0.3 cl-global-vars@1.0.0-0.c749f32 cl-magicl@0.11.0 cl-optima@1.0-1.373b245 cl-parse-float@0.0.0-2.3074765 cl-queues@0.0.0-1.47d4da6 cl-salza2@2.1 cl-split-sequence@2.0.1 cl-trivial-garbage@0.21-0.3474f64 cl-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/source
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

sbcl-rpcq 3.10.0
Dependencies: sbcl-alexandria@1.4-0.009b7e5 sbcl-bordeaux-threads@0.9.3 sbcl-cl-messagepack@0.0.0-0.8ff2060 sbcl-cl-ppcre@2.1.1 sbcl-cl-syslog@0.2.4-0.d5d46f7 sbcl-flexi-streams@1.0.20-1.4951d57 sbcl-local-time@1.0.6-4.40169fe sbcl-parse-float@0.0.0-2.3074765 sbcl-pzmq@0.0.0-2.6f7b2ca sbcl-trivial-backtrace@1.1.0-2.7f90b4a sbcl-uuid@2012.12.26-1.e7d6680 sbcl-yason@0.8.4
Channel: guix
Location: gnu/packages/quantum.scm (gnu packages quantum)
Home page: https://github.com/rigetti/rpcq
Licenses: ASL 2.0
Build system: asdf/sbcl
Synopsis: RPC framework for Rigetti Quantum Cloud Services
Description:

This package provides the asynchronous RPC client-server framework and message specification for Rigetti Quantum Cloud Services (QCS). It implements an efficient transport protocol by using ZeroMQ (ZMQ) sockets and MessagePack (msgpack) serialization.

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

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

flamp 2.2.12
Dependencies: fltk@1.4.4 libx11@1.8.12 libxext@1.3.6 libxfixes@6.0.1 libxft@2.3.8
Channel: guix
Location: gnu/packages/radio.scm (gnu packages radio)
Home page: http://www.w1hkj.com/
Licenses: GPL 3+
Build system: gnu
Synopsis: Tool for AMP file transfer
Description:

FLAMP is a program for transferring files by radio waves using AMP (Amateur Multicast Protocol).

aldo 0.7.7
Dependencies: ao@1.2.2-5-g20dc8ed
Channel: guix
Location: gnu/packages/radio.scm (gnu packages radio)
Home page: https://www.nongnu.org/aldo/
Licenses: GPL 3+
Build system: gnu
Synopsis: Morse code tutor
Description:

Aldo is a morse code learning tool providing four type of training methods:

  • Classic exercise,

  • Koch method,

  • Read from file,

  • Callsign exercise.

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.

xnec2c 4.4.16
Dependencies: gtk+@3.24.51 openblas@0.3.30
Channel: guix
Location: gnu/packages/radio.scm (gnu packages radio)
Home page: https://www.xnec2c.org/
Licenses: GPL 3+
Build system: gnu
Synopsis: Antenna modeling software
Description:

Xnec2c is a GTK3-based graphical version of nec2c, a translation to the C language of NEC2, the FORTRAN Numerical Electromagnetics Code commonly used for antenna simulation and analysis. It can be used to define the geometry of an antenna, and then plot the radiation pattern or frequency-related data like gain and standing wave ratio.

rtl-sdr 2.0.1
Dependencies: libusb@1.0.25
Channel: guix
Location: gnu/packages/radio.scm (gnu packages radio)
Home page: https://osmocom.org/projects/sdr/wiki/rtl-sdr
Licenses: GPL 2+
Build system: cmake
Synopsis: Software defined radio driver for Realtek RTL2832U
Description:

DVB-T dongles based on the Realtek RTL2832U can be used as a cheap software defined radio, since the chip allows transferring the raw I/Q samples to the host. rtl-sdr provides drivers for this purpose.

The default Linux driver managing DVB-T dongles as TV devices doesn't work for SDR purposes and clashes with this package. Therefore you must prevent the kernel from loading it automatically by adding the following line to your system configuration:

(kernel-arguments '("modprobe.blacklist=dvb_usb_rtl28xxu"))

To install the rtl-sdr udev rules, you must extend 'udev-service-type' with this package. E.g.: (udev-rules-service 'rtl-sdr rtl-sdr)

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.

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

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.

qdmr 0.13.1
Dependencies: libusb@1.0.25 qtbase@6.9.2 qtpositioning@6.9.2 qtserialport@6.9.2 yaml-cpp@0.8.0-0.2f86d13
Channel: guix
Location: gnu/packages/radio.scm (gnu packages radio)
Home page: https://dm3mat.darc.de/qdmr/
Licenses: GPL 3+
Build system: cmake
Synopsis: GUI application and command line tool to program DMR radios
Description:

qdmr is a graphical user interface (GUI) application that allows one to program several types of DMR radios. It is comparable to the Customer Programming Software (CPS) bundled with these radios but aims to be a more universal tool.

To install the qdmr udev rules, you must extend udev-service-type with this package. E.g.: (udev-rules-service 'qdmr qdmr).

dumpvdl2 2.3.0
Dependencies: glib@2.83.3 libacars@2.2.0 protobuf-c@1.4.1 rtl-sdr@2.0.1 soapysdr@0.8.1 sqlite@3.39.3 zeromq@4.3.5
Channel: guix
Location: gnu/packages/radio.scm (gnu packages radio)
Home page: https://github.com/szpajder/dumpvdl2
Licenses: GPL 3+
Build system: cmake
Synopsis: VDL Mode 2 message decoder
Description:

This package provides a decoder for VDL Mode 2 messages used by planes.

soapybladerf 0.4.2
Dependencies: bladerf@2025.10 soapysdr@0.8.1
Channel: guix
Location: gnu/packages/radio.scm (gnu packages radio)
Home page: https://github.com/pothosware/SoapyBladeRF/wiki
Licenses: LGPL 2.1+
Build system: cmake
Synopsis: SoapySDR BladeRF module
Description:

This package provides BladeRF devices support to the SoapySDR library.

jtdx 2.2.158
Dependencies: boost@1.89.0 fftw@3.3.10 fftwf@3.3.10 jtdx-hamlib@2.2.158 libusb@1.0.25 qtbase@5.15.17 qtwebsockets@5.15.17 qtmultimedia@5.15.17 qtserialport@5.15.17
Channel: guix
Location: gnu/packages/radio.scm (gnu packages radio)
Home page: https://www.jtdx.tech/en/
Licenses: GPL 3
Build system: qt
Synopsis: Weak-signal ham radio communication program, forked from WSJTX
Description:

JTDX means "JT,T10 and FT8 and FT4 modes for DXing", it is being developed with main focus on the sensitivity and decoding efficiency, both, in overcrowded and half empty HF band conditions.

It is modified WSJT-X software forked from WSJT-X r6462. JTDX supports JT9, JT65, T10, FT8 and FT4 © digital modes for HF amateur radio communication, focused on DXing and being shaped by community of DXers.JTDX

multimon-ng 1.3.1
Dependencies: libx11@1.8.12 pulseaudio@16.1
Channel: guix
Location: gnu/packages/radio.scm (gnu packages radio)
Home page: https://github.com/EliasOenal/multimon-ng
Licenses: GPL 2+
Build system: cmake
Synopsis: Decoder for digital radio transmission modes
Description:

Multimon-ng can decode several digital radio transmission modes:

  • POCSAG512, POCSAG1200, POCSAG2400

  • FLEX

  • EAS

  • UFSK1200, CLIPFSK, AFSK1200, AFSK2400, AFSK2400_2, AFSK2400_3

  • HAPN4800

  • FSK9600

  • DTMF

  • ZVEI1, ZVEI2, ZVEI3, DZVEI, PZVEI

  • EEA, EIA, CCIR

  • MORSE CW

  • X10

csdr 0.18.2
Dependencies: fftwf@3.3.10 libsamplerate@0.1.9
Channel: guix
Location: gnu/packages/radio.scm (gnu packages radio)
Home page: https://github.com/jketterl/csdr
Licenses: GPL 3+
Build system: cmake
Synopsis: DSP for software defined radio
Description:

This package includes the libcsdr library of DSP functions for SDRs, and the csdr command line program that can be used to build simple signal processing flow graphs.

Page: 123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731732733734735736737738739740741742743744745746747748749750751752753754755756757758759760761762763764765766767768769770771772773774775776777778779780781782783784785786787788789790791792793794795796797798799800801802803804805806807808809810811812813814815816817818819820821822823824825826827828829830831832833834835836837838839840841842843844845846847848849850851852853854855856857858859860861862863864865866867868869870871872873874875876877878879880881882883884885886887888889890891892893894895896897898899900901902903904905906907908909910911912913914915916917918919920921922923924925926927928929930931932933934935936937938939940941942943944945946947948949950951952953954955956957958959960961962963964965966967968969970971972973974975976977978979980981982983984985986987988989990991992993994995996997998999100010011002100310041005100610071008100910101011101210131014101510161017101810191020102110221023102410251026102710281029103010311032103310341035103610371038103910401041104210431044104510461047104810491050105110521053105410551056105710581059106010611062106310641065106610671068106910701071107210731074107510761077107810791080108110821083108410851086108710881089109010911092109310941095109610971098109911001101110211031104110511061107110811091110111111121113111411151116111711181119112011211122112311241125112611271128112911301131113211331134113511361137113811391140114111421143114411451146114711481149115011511152115311541155115611571158115911601161116211631164116511661167116811691170117111721173117411751176117711781179118011811182118311841185118611871188118911901191119211931194119511961197119811991200120112021203120412051206120712081209121012111212121312141215121612171218121912201221122212231224122512261227122812291230123112321233123412351236123712381239124012411242124312441245124612471248124912501251125212531254125512561257125812591260126112621263126412651266126712681269127012711272127312741275127612771278127912801281128212831284128512861287128812891290129112921293129412951296
Total results: 31091