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

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.


spinsim 0.75-1.66915a7ad
Channel: guix
Location: gnu/packages/embedded.scm (gnu packages embedded)
Home page: https://github.com/parallaxinc/spinsim
Licenses: Expat
Build system: gnu
Synopsis: Spin simulator
Description:

This package provides the tool spinsim, a simulator and simple debugger for Spin programs written for a Parallax Propeller micro-controller. Spinsim supports execution from cog memory and hub execution, but it does not support multi-tasking. It supports about two-thirds of the opcodes in the P2 instruction set.

agent-proxy 1.98-0.8927798
Channel: guix
Location: gnu/packages/embedded.scm (gnu packages embedded)
Home page: https://git.kernel.org/pub/scm/utils/kernel/kgdb/agent-proxy.git
Licenses: GPL 2
Build system: gnu
Synopsis: Proxies to run kgdb/gdbserver and console on a serial port
Description:

These programs are proxies allowing to run kgdb/gdbserver and console on a single serial port. agent-proxy creates network sockets, whereas kdmx creates pseudo-ttys.

ebusd 26.1
Dependencies: mosquitto@2.0.21
Channel: guix
Location: gnu/packages/embedded.scm (gnu packages embedded)
Home page: https://ebusd.eu/
Licenses: GPL 3+
Build system: gnu
Synopsis: Daemon for communicating with eBUS devices
Description:

This package provides ebusd, a daemon for handling communication with eBUS devices connected to a 2-wire bus system ("energy bus" used by numerous heating systems).

stlink 1.8.0-0.6a6718b
Dependencies: libusb@1.0.25
Channel: guix
Location: gnu/packages/embedded.scm (gnu packages embedded)
Home page: https://github.com/stlink-org/stlink
Licenses: Modified BSD GPL 2+
Build system: cmake
Synopsis: Programmer for STM32 Discovery boards
Description:

This package provides a firmware programmer for the STM32 Discovery boards. It supports two versions of the chip: ST-LINK/V1 (on STM32VL discovery kits) and ST-LINK/V2 (on STM32L discovery and later kits). Two different transport layers are used: ST-LINK/V1 uses SCSI passthru commands over USB, and ST-LINK/V2 and ST-LINK/V2-1 (seen on Nucleo boards) use raw USB commands.

propeller-load 3.4.0
Channel: guix
Location: gnu/packages/embedded.scm (gnu packages embedded)
Home page: https://github.com/parallaxinc/propgcc
Licenses: Expat
Build system: gnu
Synopsis: Loader for Parallax Propeller micro-controllers
Description:

This package provides the tool propeller-load to upload binaries to a Parallax Propeller micro-controller.

ts4900-utils 3.0.0
Channel: guix
Location: gnu/packages/embedded.scm (gnu packages embedded)
Home page: https://github.com/embeddedTS/ts4900-utils
Licenses: FreeBSD
Build system: gnu
Synopsis: Utilities for the TS-4900 board family
Description:

This package contains utilities useful for boards of the TS-4900 family. The included commands are:

  • adc8390

  • gpioctl

  • isl12020rtc

  • load_fpga

  • nvramctl

  • tshwctl

  • tsmicroctl

  • tsmicroupdate

  • tssilomon

python-psptool 3.6
Propagated dependencies: python-cryptography@44.0.0 python-prettytable@3.12.0
Channel: guix
Location: gnu/packages/embedded.scm (gnu packages embedded)
Home page: https://github.com/PSPReverse/psptool
Licenses: GPL 3+
Build system: pyproject
Synopsis: Tool for dealing with AMD binary blobs
Description:

PSPTool is a tool for dealing with AMD binary blobs.

picprog 1.9.1
Channel: guix
Location: gnu/packages/embedded.scm (gnu packages embedded)
Home page: https://hyvatti.iki.fi/~jaakko/pic/picprog.html
Licenses: GPL 3+
Build system: gnu
Synopsis: Programs Microchip's PIC microcontrollers
Description:

This program programs Microchip's PIC microcontrollers.

libjaylink 0.3.1
Dependencies: libusb@1.0.25
Channel: guix
Location: gnu/packages/embedded.scm (gnu packages embedded)
Home page: https://repo.or.cz/w/libjaylink.git
Licenses: GPL 2+
Build system: gnu
Synopsis: Library to interface Segger J-Link devices
Description:

libjaylink is a shared library written in C to access SEGGER J-Link and compatible devices.

python-psptrace 0.11
Propagated dependencies: python-prettytable@3.12.0 python-psptool@3.6
Channel: guix
Location: gnu/packages/embedded.scm (gnu packages embedded)
Home page: https://github.com/PSPReverse/PSPTrace
Licenses: GPL 3+
Build system: pyproject
Synopsis: Capture of an AMD boot procedure
Description:

PSPTrace is a tool for correlating an SPI capture of an AMD boot procedure to the PSP firmware components.

west 1.5.0
Propagated dependencies: python-colorama@0.4.6 python-packaging@25.0 python-pykwalify@1.8.0 python-pyyaml@6.0.2
Channel: guix
Location: gnu/packages/embedded.scm (gnu packages embedded)
Home page: https://github.com/zephyrproject-rtos/west
Licenses: Expat
Build system: pyproject
Synopsis: Zephyr RTOS Project meta-tool
Description:

West is the swiss-army knife command line tool of the Zephyr project. Its built-in commands provide a multiple repository management system with features inspired by Google’s Repo tool and Git submodules. West simplifies configuration and is also pluggable: you can write your own west "extension commands" which add additional features to west. Zephyr uses this feature to provide conveniences for building applications, flashing and debugging them, and more.

libticonv 1.1.5
Dependencies: glib@2.86.0
Channel: guix
Location: gnu/packages/emulators.scm (gnu packages emulators)
Home page: http://lpg.ticalc.org/prj_tilp/
Licenses: GPL 2+
Build system: gnu
Synopsis: Character conversion library for TI calculators
Description:

This package contains libticonv, a library to support working with TI calculator charsets.

This is a part of the TiLP project.

zsnes 2.0.12
Dependencies: glib@2.86.0 libpng@1.6.39 mesa@26.0.2 ncurses@6.2.20210619 sdl12-compat@1.2.68 zlib@1.3.1
Channel: guix
Location: gnu/packages/emulators.scm (gnu packages emulators)
Home page: https://www.zsnes.com
Licenses: GPL 2+
Build system: gnu
Synopsis: Super Nintendo Entertainment System emulator
Description:

ZSNES is a Super Nintendo Entertainment System emulator that can play most games at full speed with sound and special graphic filters. Some of its features include:

  • Support for smooth and dynamic image scaling

  • Support for rewinding and fast-forwarding in-game

  • JMA compression format

  • Change the appearance of the GUI

  • Take screenshots of currently running games

  • Saving the game at any point by recording the console’s state

  • Record movies of gameplay which can be played back.

libretro-slang-shaders 0-1.82d91f7
Channel: guix
Location: gnu/packages/emulators.scm (gnu packages emulators)
Home page: https://github.com/libretro/slang-shaders
Licenses: Expat CC0 CC-BY 3.0 Public Domain GPL 2 GPL 2+ GPL 3 GPL 3+ ISC LGPL 2.1+ LGPL 3 MPL 2.0 FreeBSD Modified BSD Unlicense
Build system: gnu
Synopsis: Vulkan GLSL shader collections for RetroArch
Description:

This package provides a collection of Vulkan GLSL (.slang) shaders for use with RetroArch.

jg-api 1.0.0
Channel: guix
Location: gnu/packages/emulators.scm (gnu packages emulators)
Home page: https://gitlab.com/jgemu/jg
Licenses: Zlib
Build system: gnu
Synopsis: Emulators Plugin API
Description:

This package provides the Jolly Good API C and C++ headers. The Jolly Good API is a shared object or plugin API for emulators.

pcsxr 1.9.94-1.6666043
Dependencies: bash-minimal@5.2.37 libcdio@2.1.0 sdl2@2.30.8 gtk+@3.24.51 ffmpeg@4.4.7 libxv@1.0.13 libarchive@3.7.7 pulseaudio@16.1
Channel: guix
Location: gnu/packages/emulators.scm (gnu packages emulators)
Home page: https://github.com/MaddTheSane/PCSX-Reloaded
Licenses: GPL 2+
Build system: cmake
Synopsis: PlayStation emulator
Description:

A PlayStation emulator based on PCSX-df Project with bugfixes and improvements.

libretro-mupen64plus-nx 0-1.3a67619
Dependencies: mesa@26.0.2 libpng@1.6.39 minizip@1.3.1 unzip@6.0 xxhash@0.8.3 zlib@1.3.1
Channel: guix
Location: gnu/packages/emulators.scm (gnu packages emulators)
Home page: https://github.com/libretro/mupen64plus-libretro-nx
Licenses: GPL 2+
Build system: gnu
Synopsis: Improved Mupen64Plus libretro core
Description:

Mupen64Plus-Next is a N64 emulation library for the libretro API, based on Mupen64Plus. It incorporates the following projects:

mednafen 1.32.1
Dependencies: alsa-lib@1.2.16 flac@1.5.0 libsndfile@1.2.2-0.68f6c16 lzo@2.10 sdl2@2.30.8 zlib@1.3.1
Channel: guix
Location: gnu/packages/emulators.scm (gnu packages emulators)
Home page: https://mednafen.github.io/
Licenses: GPL 2+ Modified BSD
Build system: gnu
Synopsis: Multi-system emulator utilizing OpenGL and SDL
Description:

Mednafen is a portable, utilizing OpenGL and SDL, argument-driven multi-system emulator. Mednafen has the ability to remap hotkey functions and virtual system inputs to a keyboard, a joystick, or both simultaneously. Save states are supported, as is real-time game rewinding. Screen snapshots may be taken, in the PNG file format, at the press of a button. Mednafen can record audiovisual movies in the QuickTime file format, with several different lossless codecs supported.

The following systems are supported:

  • Apple II/II+

  • Atari Lynx

  • Neo Geo Pocket (Color)

  • WonderSwan

  • GameBoy (Color)

  • GameBoy Advance

  • Nintendo Entertainment System

  • Super Nintendo Entertainment System/Super Famicom

  • Virtual Boy

  • PC Engine/TurboGrafx 16 (CD)

  • SuperGrafx

  • PC-FX

  • Sega Game Gear

  • Sega Genesis/Megadrive

  • Sega Master System

  • Sega Saturn (experimental, x86_64 only)

  • Sony PlayStation

jg-nestopia 1.53.1
Channel: guix
Location: gnu/packages/emulators.scm (gnu packages emulators)
Home page: https://gitlab.com/jgemu/nestopia
Licenses: GPL 2+ LGPL 2.1+
Build system: gnu
Synopsis: Jolly Good Fork of Nestopia
Description:

Nestopia JG is an emulator for the Nintendo Entertainment System/Famicom, including support for the Famicom Disk System and VS. System. Though originally a fork, Nestopia JG has become the de facto upstream branch of the Nestopia emulator.

dosbox-staging 0.82.2
Dependencies: alsa-lib@1.2.16 fluidsynth@2.4.8 googletest@1.17.0 iir@1.10.0 libpng@1.6.39 libslirp@4.9.1 mesa@26.0.2 mt32emu@2.7.1 opusfile@0.12 sdl2@2.30.8 sdl2-image@2.8.8 sdl2-net@2.2.0 speexdsp@1.2.1 zlib@1.3.1
Channel: guix
Location: gnu/packages/emulators.scm (gnu packages emulators)
Home page: https://dosbox-staging.github.io
Licenses: GPL 3+
Build system: meson
Synopsis: DOS/x86 PC emulator focusing on ease of use
Description:

The DOSBox Staging project attempts to modernize DOSBox.

DOSBox emulates an Intel x86 personal computer running an IBM PC compatible disk operating system (DOS) in both real and protected modes. It was primarily designed to run old DOS games, but aims to be fully compatible with all DOS programs and replicate the experience as accurately as possible.

This fork fixes some perceived issues with DOSBox and adds new features such as Wayland support, PowerPC/POWER dynamic recompilation, and FluidSynth MIDI. Other features may be removed: for example, physical CDs can no longer be played, only emulated media.

Graphical emulation includes contemporary text mode, Hercules, CGA, EGA, VGA, VESA, S3 Trio 64, and Tandy hardware.

Emulated legacy sound devices range from a rudimentary `PC speaker' buzzer to the once state-of-the-art Gravis Utrasound sampling sound card. The default is a SoundBlaster 16 providing 16-bit stereo sound. MIDI is forwarded to the host through an emulated MPU-401.

An emulated hardware modem is also included, letting one host or dial a BBS across the Internet, network over IPX, and emulate a serial nullmodem over TCP/IP.

mupen64plus-ui-console 2.6.0
Dependencies: sdl2@2.30.8
Propagated dependencies: mupen64plus-core@2.6.0 mupen64plus-audio-sdl@2.6.0 mupen64plus-input-sdl@2.6.0 mupen64plus-rsp-hle@2.6.0 mupen64plus-video-glide64mk2@2.6.0 mupen64plus-video-rice@2.6.0
Channel: guix
Location: gnu/packages/emulators.scm (gnu packages emulators)
Home page: https://www.mupen64plus.org/
Licenses: GPL 2+
Build system: gnu
Synopsis: Mupen64Plus command line user interface
Description:

Mupen64Plus is a cross-platform plugin-based Nintendo 64 (N64) emulator which is capable of accurately playing many games. This package contains the command line user interface. Installing this package is the easiest way towards a working Mupen64Plus for casual users.

eden 0.1.1
Dependencies: boost@1.89.0 cubeb@0-1.9e29d72 enet@1.3.18 ffmpeg@8.1.1 fmt@11.2.0 frozen@1.1.1-0.dd1f58c gamemode@1.8.2 glslang@1.4.335.0 libusb@1.0.25 lz4@1.10.0 mbedtls@3.6.6 mcl-cpp-for-eden@0.1.12-0.7b08d83 nlohmann-json@3.12.0 nx-tzdb@121125 opus@1.6.1 qt5compat@6.9.2 qtbase@6.9.2 qttools@6.9.2 qtwebengine@6.9.3 quazip@1.5 sdl2@2.30.8 simpleini@4.25 sirit@1.0.3 spirv-headers@1.4.335.0 spirv-tools@1.4.335.0 stb@0.0-3.2e2bef4 unordered-dense@4.8.1 vulkan-headers@1.4.335.0 vulkan-memory-allocator@3.3.0 vulkan-utility-libraries@1.4.335.0 xbyak@7.30 zlib@1.3.1 zstd@1.5.6
Channel: guix
Location: gnu/packages/emulators.scm (gnu packages emulators)
Home page: https://git.eden-emu.dev/eden-emu/eden
Licenses: GPL 3+
Build system: cmake
Synopsis: Nintendo Switch emulator
Description:

Eden is a Nintendo Switch emulator derived from Yuzu and Sudachi. It is written in C++ with portability in mind and is capable of running most commercial games at full speed.

This emulator requires encryption keys and firmware files obtained from a Nintendo Switch console.

mupen64plus-video-glide64 2.6.0
Dependencies: mesa@26.0.2 mupen64plus-core@2.6.0 sdl2@2.30.8
Channel: guix
Location: gnu/packages/emulators.scm (gnu packages emulators)
Home page: https://www.mupen64plus.org/
Licenses: GPL 2+
Build system: gnu
Synopsis: Mupen64Plus Glide64 video plugin
Description:

Mupen64Plus is a cross-platform plugin-based Nintendo 64 (N64) emulator which is capable of accurately playing many games. This package contains the Glide64 video plugin.

Total packages: 72465