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

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.


xa 2.4.1
Channel: guix
Location: gnu/packages/assembly.scm (gnu packages assembly)
Home page: https://www.floodgap.com/retrotech/xa/
Licenses: GPL 2
Build system: gnu
Synopsis: Two-pass portable cross-assembler
Description:

xa is a high-speed, two-pass portable cross-assembler. It understands mnemonics and generates code for NMOS 6502s (such as 6502A, 6504, 6507, 6510, 7501, 8500, 8501, 8502 ...), CMOS 6502s (65C02 and Rockwell R65C02) and the 65816.

yasm 1.3.0
Dependencies: python-wrapper@3.12.12 xmlto@0.0.28
Channel: guix
Location: gnu/packages/assembly.scm (gnu packages assembly)
Home page: https://yasm.tortall.net/
Licenses: non-copyleft
Build system: gnu
Synopsis: Rewrite of the NASM assembler
Description:

Yasm is a complete rewrite of the NASM assembler.

Yasm currently supports the x86 and AMD64 instruction sets, accepts NASM and GAS assembler syntaxes, outputs binary, ELF32, ELF64, 32 and 64-bit Mach-O, RDOFF2, COFF, Win32, and Win64 object formats, and generates source debugging information in STABS, DWARF 2, and CodeView 8 formats.

wla-dx 10.5
Channel: guix
Location: gnu/packages/assembly.scm (gnu packages assembly)
Home page: https://github.com/vhelin/wla-dx
Licenses: GPL 2
Build system: cmake
Synopsis: Assemblers for various processors
Description:

WLA DX is a set of tools to assemble assembly files to object or library files (wla-ARCH) and link them together (wlalink). Supported architectures are:

  • z80

  • gb (z80-gb)

  • 6502

  • 65c02

  • 6510

  • 65816

  • 6800

  • 6801

  • 6809

  • 8008

  • 8080

  • huc6280

  • spc700

nasm 2.15.05
Channel: guix
Location: gnu/packages/assembly.scm (gnu packages assembly)
Home page: https://www.nasm.us/
Licenses: FreeBSD
Build system: gnu
Synopsis: 80x86 and x86-64 assembler
Description:

NASM, the Netwide Assembler, is an 80x86 and x86-64 assembler designed for portability and modularity. It supports a range of object file formats, including Linux and *BSD a.out, ELF, COFF, Mach-O, Microsoft 16-bit OBJ, Windows32 and Windows64. It will also output plain binary files. Its syntax is designed to be simple and easy to understand, similar to Intel's but less complex. It supports all currently known x86 architectural extensions, and has strong support for macros.

lightning 2.2.3
Channel: guix
Location: gnu/packages/assembly.scm (gnu packages assembly)
Home page: https://www.gnu.org/software/lightning/
Licenses: GPL 3+
Build system: gnu
Synopsis: Library for generating assembly code at runtime
Description:

GNU Lightning is a library that generates assembly language code at run-time. Thus, it is useful in creating Just-In-Time compilers. It abstracts over the target CPU by exposing a standardized RISC instruction set to the clients.

asl 1.42-beta-267
Channel: guix
Location: gnu/packages/assembly.scm (gnu packages assembly)
Home page: http://john.ccac.rwth-aachen.de:8000/as/
Licenses: GPL 2 GPL 3
Build system: gnu
Synopsis: AS macro cross-assembler for microprocessors and microcontrollers
Description:

AS is a portable macro cross-assembler targeting a wide range of microprocessors and microcontrollers, including devices from Intel, Motorola, MOS Technology, Hitachi, Fujitsu, NEC, Texas Instruments, Zilog and many other manufacturers.

rgbds 0.7.0
Dependencies: libpng@1.6.39
Channel: guix
Location: gnu/packages/assembly.scm (gnu packages assembly)
Home page: https://github.com/gbdev/rgbds
Licenses: Expat
Build system: gnu
Synopsis: Rednex Game Boy Development System
Description:

RGBDS (Rednex Game Boy Development System) is an assembler/linker package for the Game Boy and Game Boy Color. It consists of:

  • rgbasm (assembler)

  • rgblink (linker)

  • rgbfix (checksum/header fixer)

  • rgbgfx (PNG-to-Game Boy graphics converter)

armips 0.11.0
Channel: guix
Location: gnu/packages/assembly.scm (gnu packages assembly)
Home page: https://github.com/Kingcom/armips
Licenses: Expat
Build system: cmake
Synopsis: Assembler for various ARM and MIPS platforms
Description:

armips is an assembler with full support for the MIPS R3000, MIPS R4000, Allegrex and RSP instruction sets, partial support for the EmotionEngine instruction set, as well as complete support for the ARM7 and ARM9 instruction sets, both THUMB and ARM mode.

acme 0.97
Channel: guix
Location: gnu/packages/assembly.scm (gnu packages assembly)
Home page: https://acme-crossass.sourceforge.io/
Licenses: GPL 2+
Build system: gnu
Synopsis: Cross assembler for the 6502, 6510, 65c02 and 65816 processors
Description:

ACME is a 6502, 6510, 65c02 and 65816 cross assembler that supports global/local/anonymous labels, offset assembly, conditional assembly and looping assembly. It can include other source files as well as binaries while assembling. Calculations can be done in integer or float mode.

intel-xed 2025.03.02
Channel: guix
Location: gnu/packages/assembly.scm (gnu packages assembly)
Home page: https://intelxed.github.io/
Licenses: ASL 2.0
Build system: gnu
Synopsis: Encoder and decoder for x86 (IA32 and Intel64) instructions
Description:

The Intel X86 Encoder Decoder (XED) is a software library and for encoding and decoding X86 (IA32 and Intel64) instructions. The decoder takes sequences of 1-15 bytes along with machine mode information and produces a data structure describing the opcode, operands, and flags. The encoder takes a similar data structure and produces a sequence of 1 to 15 bytes. Disassembly is essentially a printing pass on the data structure.

The library and development files are under the lib output, with a family of command line utility wrappers in the default output. Each of the cli tools is named like xed*. Documentation for the cli tools is sparse, so this is a case where ``the code is the documentation.''

cpu-features 0.9.0
Channel: guix
Location: gnu/packages/assembly.scm (gnu packages assembly)
Home page: https://github.com/google/cpu_features
Licenses: ASL 2.0
Build system: cmake
Synopsis: Cross platform C99 library to get cpu features at runtime
Description:

Cpu_features is a cross-platform C library to retrieve CPU features (such as available instructions) at runtime, and supports these CPU architectures

  • x86-64

  • AArch64

  • ARM

  • MIPS

  • POWER

  • RISC-V

  • LoongArch

  • S390x

dev86 1.0.1
Channel: guix
Location: gnu/packages/assembly.scm (gnu packages assembly)
Home page: https://codeberg.org/jbruchon/dev86
Licenses: GPL 2+
Build system: gnu
Synopsis: Intel 8086 (primarily 16-bit) assembler, C compiler and linker
Description:

This package provides a Intel 8086 (primarily 16-bit) assembler, a C compiler and a linker. The assembler uses Intel syntax (also Intel order of operands).

libjit 0.1.4
Channel: guix
Location: gnu/packages/assembly.scm (gnu packages assembly)
Home page: https://www.gnu.org/software/libjit/
Licenses: LGPL 2.1+
Build system: gnu
Synopsis: Just-In-Time compilation library
Description:

GNU libjit is a library that provides generic Just-In-Time compiler functionality independent of any particular bytecode, language, or runtime

blinkenlights 1.0.0
Channel: guix
Location: gnu/packages/assembly.scm (gnu packages assembly)
Home page: https://justine.lol/blinkenlights/
Licenses: ISC
Build system: gnu
Synopsis: Emulator for x86_64-linux programs with a text user interface
Description:

Blinkenlights is a command-line debugger that focuses on visualizing how software changes memory. It can emulate statically-linked i8086 and x86_64-pc-linux-gnu programs.

fasm 1.73.31
Channel: guix
Location: gnu/packages/assembly.scm (gnu packages assembly)
Home page: https://flatassembler.net/
Licenses: FreeBSD
Build system: gnu
Synopsis: Assembler for x86 processors
Description:

FASM is an assembler that supports x86 and IA-64 Intel architectures. It does multiple passes to optimize machine code. It has macro abilities and focuses on operating system portability.

neon2sse 0-1.097a5ec
Channel: guix
Location: gnu/packages/assembly.scm (gnu packages assembly)
Home page: https://github.com/intel/ARM_NEON_2_x86_SSE
Licenses: FreeBSD
Build system: cmake
Synopsis: Header file to simplify ARM->IA32 porting
Description:

The NEON_2_SSE.h file is intended to simplify ARM-to-IA32 porting. It makes the correspondence (or a real porting) of ARM NEON intrinsics as defined in the arm_neon.h header and x86 SSE (up to SSE4.2) intrinsic functions as defined in corresponding x86 compilers headers files.

python-gw-sky 0.1.0
Propagated dependencies: python-astropy@8.0.0 python-matplotlib@3.10.8 python-numpy@2.3.1 python-scipy@1.16.3
Channel: guix
Location: gnu/packages/astronomy.scm (gnu packages astronomy)
Home page: https://github.com/Hazboun6/gw_sky
Licenses: Expat
Build system: pyproject
Synopsis: Gravitational wave signals visualization tool
Description:

Python package for making visuals of gravitational wave signals, specifically pulsar timing array signals.

python-pint-pulsar 1.1.5
Propagated dependencies: python-astropy@8.0.0 python-corner@2.2.2 python-emcee@3.1.6 python-jplephem@2.24 python-loguru@0.7.3-0.75b9201 python-matplotlib@3.10.8 python-nestle@0.2.0 python-numdifftools@0.9.42 python-numpy@2.3.1 python-pyerfa@2.0.1.5 python-scipy@1.16.3 python-uncertainties@3.2.3
Channel: guix
Location: gnu/packages/astronomy.scm (gnu packages astronomy)
Home page: https://github.com/nanograv/PINT
Licenses: Modified BSD
Build system: pyproject
Synopsis: Software for high-precision pulsar timing
Description:

PINT is not TEMPO3 - package providing a Pulsar Timing, written in Python from scratch. Features:

  • a robust system to produce high-precision timing results that is completely independent of TEMPO and Tempo2

  • a system that is easy to extend and modify due to a good design and the use of a modern programming language, techniques, and libraries

python-fits-schema 0.5.6
Propagated dependencies: python-astropy@8.0.0 python-numpy@2.3.1
Channel: guix
Location: gnu/packages/astronomy.scm (gnu packages astronomy)
Home page: https://github.com/VODF/fits_schema
Licenses: Expat
Build system: pyproject
Synopsis: Schemata for FITS files
Description:

This package provides a Python definition and validation schemata for FITS files.

indi 2.2.3.1
Dependencies: cfitsio@4.6.4 curl@8.6.0 fftw@3.3.10 gsl@2.8 kmod@29 libev@4.33 libjpeg-turbo@2.1.4 libnova@0.16 libtiff@4.4.0 libusb@1.0.25 zlib@1.3.1
Channel: guix
Location: gnu/packages/astronomy.scm (gnu packages astronomy)
Home page: https://www.indilib.org
Licenses: Modified BSD GPL 2+ LGPL 2.0+ LGPL 2.1+
Build system: cmake
Synopsis: Library for astronimical instrumentation control
Description:

INDI (Instrument-Neutral Device Interface) is a distributed XML-based control protocol designed to operate astronomical instrumentation. INDI is small, flexible, easy to parse, scalable, and stateless. It supports common DCS functions such as remote control, data acquisition, monitoring, and a lot more.

python-casa-cube 0.1.0-0.57c9dbc
Propagated dependencies: python-astropy@8.0.0 python-astroquery@0.4.11 python-cmasher@1.9.2 python-matplotlib@3.10.8 python-numpy@2.3.1
Channel: guix
Location: gnu/packages/astronomy.scm (gnu packages astronomy)
Home page: https://github.com/cpinte/casa_cube
Licenses: Expat
Build system: pyproject
Synopsis: Plot data cube from CASA in Python
Description:

casa_cube is a python package that provides an interface to data cubes generates by CASA or Gildas. It allows the user to perform simple tasks such plotting given channel maps, moment maps, line profile in various units, correcting for cloud extinction, reconvolving with a beam taper, trimming a cube. The syntax is similar to pymcfost to perform quick and easy comparison with models.

gnuastro 0.24
Dependencies: cfitsio@4.4.1 curl@8.6.0 gsl@2.8 libgit2@1.9.4 libjpeg-turbo@2.1.4 libtiff@4.4.0 wcslib@8.8 zlib@1.3.1
Channel: guix
Location: gnu/packages/astronomy.scm (gnu packages astronomy)
Home page: https://www.gnu.org/software/gnuastro/
Licenses: GPL 3+
Build system: gnu
Synopsis: Astronomy utilities
Description:

The GNU Astronomy Utilities (Gnuastro) is a suite of programs for the manipulation and analysis of astronomical data.

python-cmyt 2.0.2
Propagated dependencies: python-matplotlib@3.10.8 python-numpy@2.3.1
Channel: guix
Location: gnu/packages/astronomy.scm (gnu packages astronomy)
Home page: https://yt-project.org/
Licenses: Modified BSD
Build system: pyproject
Synopsis: Matplotlib colormaps from the yt project
Description:

This package provides a range of colormaps designed for scientific use with Matplotlib. It includes perceptually uniform sequential colormaps such as abre, dusk, kepl, and octarine, as well as monochromatic sequential colormaps like blue, green, and red, and others (algae, pastel, and xray).

wcstools 3.9.7
Channel: guix
Location: gnu/packages/astronomy.scm (gnu packages astronomy)
Home page: http://tdc-www.harvard.edu/software/wcstools/
Licenses: GPL 2+
Build system: gnu
Synopsis: Handle the WCS of a FITS image
Description:

WCSTools is a set of software utilities, written in C, which create, display and manipulate the world coordinate system of a FITS or IRAF image, using specific keywords in the image header which relate pixel position within the image to position on the sky. Auxiliary programs search star catalogs and manipulate images.

Total packages: 72465