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

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.


uefitool 0.28.0
Dependencies: qtbase@5.15.17
Channel: guix
Location: gnu/packages/flashing-tools.scm (gnu packages flashing-tools)
Home page: https://github.com/LongSoft/UEFITool/
Licenses: FreeBSD
Build system: gnu
Synopsis: UEFI image editor
Description:

uefitool is a graphical image file editor for Unifinished Extensible Firmware Interface (UEFI) images.

teensy-loader-cli 2.3
Dependencies: libusb-compat@0.1.8
Channel: guix
Location: gnu/packages/flashing-tools.scm (gnu packages flashing-tools)
Home page: https://www.pjrc.com/teensy/loader_cli.html
Licenses: GPL 3+
Build system: gnu
Synopsis: Command line firmware uploader for Teensy development boards
Description:

The Teensy loader program communicates with your Teensy board when the HalfKay bootloader is running, so you can upload new programs and run them.

You need to add the udev rules to make the Teensy update available for non-root users.

ifdtool 25.09
Channel: guix
Location: gnu/packages/flashing-tools.scm (gnu packages flashing-tools)
Home page: https://doc.coreboot.org/util/ifdtool/
Licenses: GPL 2
Build system: gnu
Synopsis: Intel Firmware Descriptor dumper
Description:

This package provides ifdtool, a program to dump Intel Firmware Descriptor data of an image file.

qdl 1.0-1.13681fc
Dependencies: eudev@3.2.14
Channel: guix
Location: gnu/packages/flashing-tools.scm (gnu packages flashing-tools)
Home page: https://git.linaro.org/landing-teams/working/qualcomm/qdl
Licenses: Modified BSD
Build system: gnu
Synopsis: Qualcomm EDL mode flashing tool
Description:

This tool communicates with USB devices of id 05c6:9008 to upload a flash loader and use this to flash images.

0xffff 0.10
Dependencies: libusb@0.1.12
Channel: guix
Location: gnu/packages/flashing-tools.scm (gnu packages flashing-tools)
Home page: https://github.com/pali/0xFFFF
Licenses: GPL 3+
Build system: gnu
Synopsis: Flash FIASCO images on Maemo devices
Description:

The Open Free Fiasco Firmware Flasher (0xFFFF) is a flashing tool for FIASCO images. It supports generating, unpacking, editing and flashing of FIASCO images for Maemo devices. Use it with care. It can brick your device.

rkflashtool 5.2-2.6022dd7
Dependencies: libusb@1.0.25
Channel: guix
Location: gnu/packages/flashing-tools.scm (gnu packages flashing-tools)
Home page: https://github.com/linux-rockchip/rkflashtool
Licenses: FreeBSD
Build system: gnu
Synopsis: Tools for flashing Rockchip devices
Description:

Allows flashing of Rockchip based embedded linux devices. The list of currently supported devices is: RK2818, RK2918, RK2928, RK3026, RK3036, RK3066, RK312X, RK3168, RK3188, RK3288, RK3368.

me-cleaner 1.2
Channel: guix
Location: gnu/packages/flashing-tools.scm (gnu packages flashing-tools)
Home page: https://github.com/corna/me_cleaner
Licenses: GPL 3+
Build system: pyproject
Synopsis: Intel ME cleaner
Description:

This package provides tools for disabling Intel ME as far as possible (it only edits ME firmware image files).

flex 2.6.4
Dependencies: bison@3.8.2
Propagated dependencies: m4@1.4.19
Channel: guix
Location: gnu/packages/flex.scm (gnu packages flex)
Home page: https://github.com/westes/flex
Licenses: non-copyleft
Build system: gnu
Synopsis: Fast lexical analyser generator
Description:

Flex is a tool for generating scanners. A scanner, sometimes called a tokenizer, is a program which recognizes lexical patterns in text. The flex program reads user-specified input files, or its standard input if no file names are given, for a description of a scanner to generate. The description is in the form of pairs of regular expressions and C code, called rules. Flex generates a C source file named, "lex.yy.c", which defines the function yylex(). The file "lex.yy.c" can be compiled and linked to produce an executable. When the executable is run, it analyzes its input for occurrences of text matching the regular expressions for each rule. Whenever it finds a match, it executes the corresponding C code.

fltk 1.4.4
Dependencies: libjpeg-turbo@2.1.4 libpng@1.6.39 libx11@1.8.12 libxft@2.3.8 mesa@25.2.3 zlib@1.3.1
Channel: guix
Location: gnu/packages/fltk.scm (gnu packages fltk)
Home page: https://www.fltk.org
Licenses: LGPL 2.0
Build system: gnu
Synopsis: 3D C++ GUI library
Description:

FLTK is a C++ GUI toolkit providing modern GUI functionality without the bloat. It supports 3D graphics via OpenGL and its built-in GLUT emulation. FLTK is designed to be small and modular enough to be statically linked, but works fine as a shared library. FLTK also includes an excellent UI builder called FLUID that can be used to create applications in minutes.

fltk 1.3.11
Dependencies: libjpeg-turbo@2.1.4 libpng@1.6.39 libx11@1.8.12 libxft@2.3.8 mesa@25.2.3 zlib@1.3.1
Channel: guix
Location: gnu/packages/fltk.scm (gnu packages fltk)
Home page: https://www.fltk.org
Licenses: LGPL 2.0
Build system: gnu
Synopsis: 3D C++ GUI library
Description:

FLTK is a C++ GUI toolkit providing modern GUI functionality without the bloat. It supports 3D graphics via OpenGL and its built-in GLUT emulation. FLTK is designed to be small and modular enough to be statically linked, but works fine as a shared library. FLTK also includes an excellent UI builder called FLUID that can be used to create applications in minutes.

ntk 1.3.1000
Dependencies: libjpeg-turbo@2.1.4 glu@9.0.2 waf@2.0.19
Propagated dependencies: cairo@1.18.4 libxft@2.3.8 libx11@1.8.12
Channel: guix
Location: gnu/packages/fltk.scm (gnu packages fltk)
Home page: https://non.tuxfamily.org/ntk/
Licenses: LGPL 2.0+
Build system: waf
Synopsis: Fork of FLTK with graphics rendering via Cairo
Description:

The Non Tool Kit (NTK) is a fork of the Fast Light ToolKit library, adding improved graphics rendering via Cairo, a streamlined and enhanced widget set, and other features designed to improve the appearance and performance of the Non applications.

fluidplug-fluidsynthfx-lv2 0.0.5-0.1cf494c
Dependencies: fluidsynth@2.4.8 lv2@1.18.10
Channel: guix
Location: gnu/packages/fluidplug.scm (gnu packages fluidplug)
Home page: https://github.com/falkTX/FluidPlug
Licenses: CC-BY-SA 4.0
Build system: gnu
Synopsis: SoundFonts as LV2 plugins via FluidSynth
Description:

FluidPlug provides SoundFonts as LV2 plugins via FluidSynth.

This package provides the FluidSynthFX LV2 plugin.

fluidplug-black-pearl-4b-lv2 0.0.5-0.1cf494c
Dependencies: fluidsynth@2.4.8 lv2@1.18.10
Channel: guix
Location: gnu/packages/fluidplug.scm (gnu packages fluidplug)
Home page: https://github.com/falkTX/FluidPlug
Licenses: CC-BY-SA 3.0
Build system: gnu
Synopsis: SoundFonts as LV2 plugins via FluidSynth
Description:

FluidPlug provides SoundFonts as LV2 plugins via FluidSynth.

This package provides the Black_Pearl_4B LV2 plugin.

fluidplug-fluidpipes-lv2 0.0.5-0.1cf494c
Dependencies: fluidsynth@2.4.8 lv2@1.18.10
Channel: guix
Location: gnu/packages/fluidplug.scm (gnu packages fluidplug)
Home page: https://github.com/falkTX/FluidPlug
Licenses: CC-BY-SA 4.0
Build system: gnu
Synopsis: SoundFonts as LV2 plugins via FluidSynth
Description:

FluidPlug provides SoundFonts as LV2 plugins via FluidSynth.

This package provides the FluidPipes LV2 plugin.

fluidplug-lv2 0.0.5-0.1cf494c
Dependencies: fluidsynth@2.4.8 lv2@1.18.10
Channel: guix
Location: gnu/packages/fluidplug.scm (gnu packages fluidplug)
Home page: https://github.com/falkTX/FluidPlug
Licenses: GPL 2 CC-BY-SA 3.0 Expat CC-BY-SA 4.0
Build system: gnu
Synopsis: SoundFonts as LV2 plugins via FluidSynth
Description:

FluidPlug provides SoundFonts as LV2 plugins via FluidSynth.

fluidplug-fluidreeds-lv2 0.0.5-0.1cf494c
Dependencies: fluidsynth@2.4.8 lv2@1.18.10
Channel: guix
Location: gnu/packages/fluidplug.scm (gnu packages fluidplug)
Home page: https://github.com/falkTX/FluidPlug
Licenses: CC-BY-SA 4.0
Build system: gnu
Synopsis: SoundFonts as LV2 plugins via FluidSynth
Description:

FluidPlug provides SoundFonts as LV2 plugins via FluidSynth.

This package provides the FluidReeds LV2 plugin.

fluidplug-fluidbrass-lv2 0.0.5-0.1cf494c
Dependencies: fluidsynth@2.4.8 lv2@1.18.10
Channel: guix
Location: gnu/packages/fluidplug.scm (gnu packages fluidplug)
Home page: https://github.com/falkTX/FluidPlug
Licenses: CC-BY-SA 4.0
Build system: gnu
Synopsis: SoundFonts as LV2 plugins via FluidSynth
Description:

FluidPlug provides SoundFonts as LV2 plugins via FluidSynth.

This package provides the FluidBrass LV2 plugin.

fluidplug-fluiddrums-lv2 0.0.5-0.1cf494c
Dependencies: fluidsynth@2.4.8 lv2@1.18.10
Channel: guix
Location: gnu/packages/fluidplug.scm (gnu packages fluidplug)
Home page: https://github.com/falkTX/FluidPlug
Licenses: CC-BY-SA 4.0
Build system: gnu
Synopsis: SoundFonts as LV2 plugins via FluidSynth
Description:

FluidPlug provides SoundFonts as LV2 plugins via FluidSynth.

This package provides the FluidDrums LV2 plugin.

fluidplug-fluidsynthpads-lv2 0.0.5-0.1cf494c
Dependencies: fluidsynth@2.4.8 lv2@1.18.10
Channel: guix
Location: gnu/packages/fluidplug.scm (gnu packages fluidplug)
Home page: https://github.com/falkTX/FluidPlug
Licenses: CC-BY-SA 4.0
Build system: gnu
Synopsis: SoundFonts as LV2 plugins via FluidSynth
Description:

FluidPlug provides SoundFonts as LV2 plugins via FluidSynth.

This package provides the FluidSynthPads LV2 plugin.

fluidplug-fluidchromperc-lv2 0.0.5-0.1cf494c
Dependencies: fluidsynth@2.4.8 lv2@1.18.10
Channel: guix
Location: gnu/packages/fluidplug.scm (gnu packages fluidplug)
Home page: https://github.com/falkTX/FluidPlug
Licenses: CC-BY-SA 4.0
Build system: gnu
Synopsis: SoundFonts as LV2 plugins via FluidSynth
Description:

FluidPlug provides SoundFonts as LV2 plugins via FluidSynth.

This package provides the FluidChromPerc LV2 plugin.

fluidplug-fluidpercussion-lv2 0.0.5-0.1cf494c
Dependencies: fluidsynth@2.4.8 lv2@1.18.10
Channel: guix
Location: gnu/packages/fluidplug.scm (gnu packages fluidplug)
Home page: https://github.com/falkTX/FluidPlug
Licenses: CC-BY-SA 4.0
Build system: gnu
Synopsis: SoundFonts as LV2 plugins via FluidSynth
Description:

FluidPlug provides SoundFonts as LV2 plugins via FluidSynth.

This package provides the FluidPercussion LV2 plugin.

fluidplug-fluidsoundfx-lv2 0.0.5-0.1cf494c
Dependencies: fluidsynth@2.4.8 lv2@1.18.10
Channel: guix
Location: gnu/packages/fluidplug.scm (gnu packages fluidplug)
Home page: https://github.com/falkTX/FluidPlug
Licenses: CC-BY-SA 4.0
Build system: gnu
Synopsis: SoundFonts as LV2 plugins via FluidSynth
Description:

FluidPlug provides SoundFonts as LV2 plugins via FluidSynth.

This package provides the FluidSoundFX LV2 plugin.

fluidplug-red-zeppelin-4-lv2 0.0.5-0.1cf494c
Dependencies: fluidsynth@2.4.8 lv2@1.18.10
Channel: guix
Location: gnu/packages/fluidplug.scm (gnu packages fluidplug)
Home page: https://github.com/falkTX/FluidPlug
Licenses: CC-BY-SA 3.0
Build system: gnu
Synopsis: SoundFonts as LV2 plugins via FluidSynth
Description:

FluidPlug provides SoundFonts as LV2 plugins via FluidSynth.

This package provides the Red_Zeppelin_4 LV2 plugin.

fluidplug-fluidensemble-lv2 0.0.5-0.1cf494c
Dependencies: fluidsynth@2.4.8 lv2@1.18.10
Channel: guix
Location: gnu/packages/fluidplug.scm (gnu packages fluidplug)
Home page: https://github.com/falkTX/FluidPlug
Licenses: CC-BY-SA 4.0
Build system: gnu
Synopsis: SoundFonts as LV2 plugins via FluidSynth
Description:

FluidPlug provides SoundFonts as LV2 plugins via FluidSynth.

This package provides the FluidEnsemble LV2 plugin.

Total packages: 69282