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

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.


asm6f 1.6_freem02
Channel: guix
Location: gnu/packages/assembly.scm (gnu packages assembly)
Home page: https://github.com/freem/asm6f
Licenses: non-copyleft
Build system: gnu
Synopsis: ASM6 6502 assembler fork for NES/Famicom
Description:

ASM6f is a fork of ASM6, primarily targeted at NES/Famicom development.

  • Support for some illegal/undocumented opcodes

  • FCEUX-compatible .nl output files

  • Output of Lua-compatible symbol files

  • New IGNORENL and ENDINL directives

  • Support for iNES original and 2.0 header insertion

  • Output of .cdl files, for use with FCEUX/Mesen

  • Output of Mesen-compatible symbol files (both old and new formats)

  • Generic +/- labels do not break @local scope

  • Support for a: prefix to force absolute addressing for zero-page addresses.

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.

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

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.

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.

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

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

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.

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)

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

yasm 1.3.0
Dependencies: python-wrapper@3.11.14 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.

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

simde 0.8.2
Channel: guix
Location: gnu/packages/assembly.scm (gnu packages assembly)
Home page: https://simd-everywhere.github.io/blog/
Licenses: Expat
Build system: meson
Synopsis: Implementations of SIMD instruction sets for foreign systems
Description:

The SIMDe header-only library provides fast, portable implementations of SIMD intrinsics on hardware which doesn't natively support them, such as calling SSE functions on ARM. There is no performance penalty if the hardware supports the native implementation (e.g., SSE/AVX runs at full speed on x86, NEON on ARM, etc.).

python-pixell 0.31.3
Propagated dependencies: python-astropy@7.1.1 python-dateutil@2.9.0 python-ducc0@0.37.1 python-h5py@3.13.0 python-healpy@1.18.1 python-matplotlib@3.8.2 python-numba@0.61.0 python-numpy@1.26.4 python-pillow@11.1.0 python-pyyaml@6.0.2 python-scipy@1.12.0
Channel: guix
Location: gnu/packages/astronomy.scm (gnu packages astronomy)
Home page: https://pixell.readthedocs.io/
Licenses: Modified BSD
Build system: pyproject
Synopsis: Tectangular pixel map manipulation and harmonic analysis
Description:

pixell is a library for loading, manipulating and analyzing maps stored in rectangular pixelization. It is mainly intended for use with maps of the sky (e.g. CMB intensity and polarization maps, stacks of 21 cm intensity maps, binned galaxy positions or shear) in cylindrical projection, but its core functionality is more general.

cpl 7.3.2
Dependencies: cfitsio@4.6.3 wcslib@8.4 fftw@3.3.10 fftwf@3.3.10
Channel: guix
Location: gnu/packages/astronomy.scm (gnu packages astronomy)
Home page: https://www.eso.org/sci/software/cpl/
Licenses: GPL 2+
Build system: gnu
Synopsis: Common Pipeline Library for astronomical data reduction
Description:

The CPL comprises a set of ISO-C libraries that provide a comprehensive, efficient and robust software toolkit to develop astronomical data-reduction tasks (known as recipes). These data-reduction tasks can then be executed manually by a user, or can be triggered in an automated data-reduction framework (known as pipelines) which are used at ESO to monitor the health status of VLT instruments, for quick-look data processing at the observatory, and the creation of data products available from the ESO archive facility.

python-camb 1.6.5
Propagated dependencies: python-numpy@1.26.4 python-packaging@25.0 python-scipy@1.12.0 python-sympy@1.13.3
Channel: guix
Location: gnu/packages/astronomy.scm (gnu packages astronomy)
Home page: https://camb.info/
Licenses: GPL 3+
Build system: pyproject
Synopsis: Code for Anisotropies in the Microwave Background
Description:

CAMB is a cosmology code for calculating cosmological observables, including CMB, lensing, source count and 21cm angular power spectra, matter power spectra, transfer functions and background evolution. The code is in Python, with numerical code implemented in fast modern Fortran.

python-pvextractor 0.4
Channel: guix
Location: gnu/packages/astronomy.scm (gnu packages astronomy)
Home page: http://pvextractor.readthedocs.io
Licenses: Modified BSD
Build system: pyproject
Synopsis: Position-Velocity diagram extractor
Description:

The concept of the pvextractor package is simple - given a path defined in sky coordinates, and a spectral cube, extract a slice of the cube along that path, and along the spectral axis, producing a position-velocity or position-frequency slice.

swarp 2.41.5
Dependencies: cfitsio@4.6.3
Channel: guix
Location: gnu/packages/astronomy.scm (gnu packages astronomy)
Home page: https://www.astromatic.net/software/swarp
Licenses: GPL 3+
Build system: gnu
Synopsis: FITS image resampling and co-addition
Description:

SWarp is a program that resamples and co-adds together FITS images using any arbitrary astrometric projection defined in the WCS standard.

tempo2 2025.02.1
Channel: guix
Location: gnu/packages/astronomy.scm (gnu packages astronomy)
Home page: https://bitbucket.org/psrsoft/tempo2
Licenses: GPL 3+
Build system: gnu
Synopsis: High precision pulsar timing tool
Description:

Tempo2 is a pulsar timing package, based on the old FORTRAN TEMPO code to address some shortcomings in that code for high precision pulsar timing. See related paper https://ui.adsabs.harvard.edu/abs/2006MNRAS.369..655H/abstract.

python-pyesorex 1.0.3
Propagated dependencies: python-pycpl@1.0.3
Channel: guix
Location: gnu/packages/astronomy.scm (gnu packages astronomy)
Home page: https://www.eso.org/sci/software/pycpl/pycpl-site/
Licenses: Modified BSD
Build system: pyproject
Synopsis: Alternative Python CLI for ESO's Rex
Description:

PyEsoRex is a command line tool which can serve as a drop-in replacement of EsoRex, which can execute both, existing pipeline recipes implemented using the Common Pipeline Library C API, and recipes implemented using the PyCPL Python API.

python-edps 1.6.0
Propagated dependencies: python-astropy@7.1.1 python-fastapi@0.115.6 python-networkx@3.4.2 python-pyyaml@6.0.2 python-requests@2.32.5 python-uvicorn@0.34.0 python-tinydb@4.8.0 python-frozendict@2.4.6 python-jinja2@3.1.2 python-pydantic@2.10.4 python-psutil@7.0.0
Channel: guix
Location: gnu/packages/astronomy.scm (gnu packages astronomy)
Home page: https://www.eso.org/sci/software/edps.html
Licenses: Modified BSD
Build system: pyproject
Synopsis: ESO's Data Processing System
Description:

European Southern Observatory Data Processing System EDPS is a system to automatically organise data from ESO instruments for pipeline processing and running the pipeline on these data. It is used for quality control at ESO. The current public release is a beta version without a GUI. A GUI is being developed and the system is meant to eventually replace the older EsoReflex environment.

python-stsynphot 1.5.0
Propagated dependencies: python-astropy@7.1.1 python-beautifulsoup4@4.14.3 python-matplotlib@3.8.2 python-numpy@1.26.4 python-scipy@1.12.0 python-synphot@1.6.0
Channel: guix
Location: gnu/packages/astronomy.scm (gnu packages astronomy)
Home page: https://github.com/spacetelescope/stsynphot_refactor
Licenses: Modified BSD
Build system: pyproject
Synopsis: Synthetic photometry using Astropy for HST and JWST
Description:

This package provides a replacement for IRAF STSDAS SYNPHOT and ASTROLIB PYSYNPHOT, utilizing Astropy covering instrument specific portions of the old packages for HST.

skymaker 3.10.5
Dependencies: fftwf@3.3.10
Channel: guix
Location: gnu/packages/astronomy.scm (gnu packages astronomy)
Home page: https://www.astromatic.net/software/skymaker
Licenses: GPL 3+
Build system: gnu
Synopsis: Astronomical image simulator
Description:

SkyMaker is a program that simulates astronomical images. It accepts object lists in ASCII generated by the Stuff program to produce realistic astronomical fields. SkyMaker is part of the EFIGI development project.

wcslib 8.4
Dependencies: cfitsio@4.6.3
Channel: guix
Location: gnu/packages/astronomy.scm (gnu packages astronomy)
Home page: https://www.atnf.csiro.au/people/mcalabre/WCS/WCS
Licenses: LGPL 3+
Build system: gnu
Synopsis: Library which implements the FITS WCS standard
Description:

The FITS "World Coordinate System" (WCS) standard defines keywords and usage that provide for the description of astronomical coordinate systems in a FITS (Flexible Image Transport System) image header.

Total packages: 69244