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

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.


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.

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

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.

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

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.

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.

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.

python-fitsio 1.3.0-0.3a30123
Dependencies: curl@8.6.0 cfitsio@4.6.4 zlib@1.3.1
Propagated dependencies: python-numpy@2.3.1
Channel: guix
Location: gnu/packages/astronomy.scm (gnu packages astronomy)
Home page: https://github.com/esheldon/fitsio
Licenses: GPL 2+
Build system: pyproject
Synopsis: Python library to read from and write to FITS files
Description:

This package provides a Python library for reading from and writing to FITS files using the CFITSIO library. Among other things, it can

  • read and write image, binary, and ascii table extensions;

  • read arbitrary subsets of tables in a lazy manner;

  • query the rows and columns of a table;

  • read and write header keywords;

  • read and write Gzip files.

python-astrocut 1.2.0
Propagated dependencies: python-asdf@5.3.1 python-astropy@8.0.0 python-cachetools@6.1.0 python-fsspec@2026.1.0 python-gwcs@1.0.3 python-pillow@12.1.1 python-requests@2.32.5 python-roman-datamodels@1.0.0 python-s3fs@2026.1.0 python-s3path@0.6.4 python-scipy@1.16.3 python-spherical-geometry@1.4.0
Channel: guix
Location: gnu/packages/astronomy.scm (gnu packages astronomy)
Home page: https://astrocut.readthedocs.io
Licenses: Modified BSD
Build system: pyproject
Synopsis: Cutout tools for astronomical images
Description:

Astrocut provides tools for making cutouts from sets of astronomical images with shared footprints. It is under active development.

Three main areas of functionality are included:

  • solving the specific problem of creating image cutouts from sectors of Transiting Exoplanet Survey Satellite full-frame images

  • general fits file cutouts including from single images and sets of images with the shared WCS/pixel scale

  • cutout post-processing functionality, including centering cutouts along a path (for moving targets) and combining cutouts

splash 3.12.0
Dependencies: cairo@1.18.4 cfitsio@4.6.4 giza@1.5.0
Channel: guix
Location: gnu/packages/astronomy.scm (gnu packages astronomy)
Home page: https://users.monash.edu.au/~dprice/splash/
Licenses: GPL 2+
Build system: gnu
Synopsis: Astrophysical visualisation tool for smoothed particle hydrodynamics
Description:

SPLASH is visualisation tool for Smoothed Particle Hydrodynamics (SPH) simulations in one, two and three dimensions, developed mainly for astrophysics. It uses a command-line menu but data can be manipulated interactively in the plotting window.

python-asdf-transform-schemas 0.6.0
Propagated dependencies: python-asdf-standard@1.5.0
Channel: guix
Location: gnu/packages/astronomy.scm (gnu packages astronomy)
Home page: https://github.com/asdf-format/asdf-transform-schemas
Licenses: Modified BSD
Build system: pyproject
Synopsis: ASDF schemas for transforms
Description:

This package provides ASDF schemas for validating transform tags. Users should not need to install this directly; instead, install an implementation package such as asdf-astropy.

python-jplephem 2.24
Propagated dependencies: python-numpy@2.3.1
Channel: guix
Location: gnu/packages/astronomy.scm (gnu packages astronomy)
Home page: https://github.com/brandon-rhodes/python-jplephem
Licenses: Expat
Build system: pyproject
Synopsis: Python version of NASA DE4xx ephemerides
Description:

skyfield computes positions for the stars, planets, and satellites in orbit around the Earth. Its results should agree with the positions generated by the United States Naval Observatory and their Astronomical Almanac to within 0.0005 arcseconds (half a mas or milliarcsecond).

python-petrofit 0.6.0
Propagated dependencies: python-astropy@8.0.0 python-extension-helpers@1.4.0 python-matplotlib@3.10.8 python-notebook@6.5.7 python-numpy@2.3.1 python-photutils@3.0.0 python-pyyaml@6.0.2 python-regions@0.11 python-scikit-image@0.26.0 python-scikit-learn@1.7.2 python-scipy@1.16.3
Channel: guix
Location: gnu/packages/astronomy.scm (gnu packages astronomy)
Home page: https://github.com/PetroFit/petrofit
Licenses: Modified BSD
Build system: pyproject
Synopsis: Petrosian properties and fitting galaxy light profiles calculation
Description:

PetroFit is a package for calculating Petrosian properties, such as radii and concentration indices, as well as fitting galaxy light profiles. In particular, PetroFit includes tools for performing accurate photometry, segmentations, Petrosian profiling, and Sérsic fitting.

python-pypeit 2.0.1
Propagated dependencies: python-astropy@8.0.0 python-bottleneck@1.4.2 python-configobj@5.0.9 python-fast-histogram@0.14-0.92ed204 python-ginga@6.0.0 python-ipython@9.8.0 python-matplotlib@3.10.8 python-numpy@2.3.1 python-packaging@25.0 python-pyerfa@2.0.1.5 python-pygithub@2.8.1 python-pyqt@6.9.1 python-pyyaml@6.0.2 python-qtpy@2.4.3 python-scikit-learn@1.7.2 python-scipy@1.16.3 python-scikit-image@0.26.0 python-specutils@2.4.0
Channel: guix
Location: gnu/packages/astronomy.scm (gnu packages astronomy)
Home page: https://github.com/pypeit/PypeIt
Licenses: Modified BSD
Build system: pyproject
Synopsis: Spectroscopic Data Reduction Pipeline
Description:

PypeIt is a Python package for semi-automated reduction of astronomical spectroscopic data. Its algorithms build on decades-long development of previous data reduction pipelines by the developers.

It is designed to be used by both advanced spectroscopists with prior data reduction expertise and astronomers with no prior experience of data reduction. It is highly configurable and designed to be applied to any standard slit-imaging spectrograph, including long-slit, multi-slit, as well as cross-dispersed echelle spectra.

python-stsci-skypac 1.0.12
Propagated dependencies: python-astropy@8.0.0 python-numpy@2.3.1 python-spherical-geometry@1.4.0 python-stsci-imagestats@1.8.4 python-stsci-tools@4.3.0 python-stwcs@1.7.7
Channel: guix
Location: gnu/packages/astronomy.scm (gnu packages astronomy)
Home page: https://stsci-skypac.readthedocs.io/en/latest
Licenses: Modified BSD
Build system: pyproject
Synopsis: Sky matching on image mosaic
Description:

This package implements a functionality to match sky on image mosaic.

python-pymcfost 0.1.1
Propagated dependencies: python-astropy@8.0.0 python-cmasher@1.9.2 python-matplotlib@3.10.8 python-numpy@2.3.1 python-progressbar2@4.5.0 python-scipy@1.16.3
Channel: guix
Location: gnu/packages/astronomy.scm (gnu packages astronomy)
Home page: https://github.com/cpinte/pymcfost
Licenses: Expat
Build system: pyproject
Synopsis: Interface to the 3D radiative transfer code MCFOST
Description:

Pymcfost is a Python interface to the 3D radiative transfer code MCFOST. The goal is to provide a simple and light interface to explore and plot a single (or a few) model(s).

python-extinction 0.4.8
Propagated dependencies: python-numpy@2.3.1
Channel: guix
Location: gnu/packages/astronomy.scm (gnu packages astronomy)
Home page: https://github.com/sncosmo/extinction
Licenses: Expat
Build system: pyproject
Synopsis: Fast interstellar dust extinction laws
Description:

This package provides a cython-optimized implementations of empirical dust exitinction laws found in the literature.

python-sunkit-spex 0.5.0
Propagated dependencies: python-gwcs@1.0.3 python-matplotlib@3.10.8 python-ndcube@2.4.1 python-numpy@2.3.1 python-parfive@2.3.1 python-scipy@1.16.3 python-sunpy@7.1.2 python-xarray@2025.12.0
Channel: guix
Location: gnu/packages/astronomy.scm (gnu packages astronomy)
Home page: https://github.com/sunpy/sunkit-spex
Licenses: Modified BSD
Build system: pyproject
Synopsis: Solar X-ray spectroscopy tool
Description:

This package provides a tooling for solar X-ray spectroscopy based on SunPy.

tenmon 20260412
Dependencies: cfitsio@4.6.4 glu@9.0.2 gsl@2.8 libexif@0.6.24 libraw@0.22.1 qtbase@6.9.2 qtcharts@6.9.2 qtdeclarative@6.9.2 qtsvg@6.9.2 qtwayland@6.9.2 wcslib@8.8 zstd@1.5.6 zstd@1.5.6
Channel: guix
Location: gnu/packages/astronomy.scm (gnu packages astronomy)
Home page: https://nouspiro.space/?page_id=206
Licenses: GPL 3+
Build system: qt
Synopsis: FITS and XISF image viewer, converter and indexer
Description:

FITS/XISF image viewer with multithreaded image loading. It is intended primarily for viewing astro photos and images with support of following formats:

  • FITS 8, 16 bit integer and 32 bit float

  • XISF 8, 16 bit integer and 32 bit float

  • RAW CR2, DNG, NEF

  • JPEG, PNG, BMP, GIF, PBM, PGM, PPM and SVG images

Features:

  • using same stretch function as PixInsight

  • OpenGL accelerated drawing

  • index and search FITS XISF header data

  • quick mark images and then copy/move marked files

  • convert FITS <-> XISF

  • convert FITS/XISF -> JPEG/PNG

  • image statistics mean, media, min, max

  • support for WCS

  • thumbnails

  • convert CFA images to colour - debayer

  • color space aware

python-sgp4 2.25
Propagated dependencies: python-numpy@2.3.1
Channel: guix
Location: gnu/packages/astronomy.scm (gnu packages astronomy)
Home page: https://github.com/brandon-rhodes/python-sgp4
Licenses: Expat
Build system: pyproject
Synopsis: Track earth satellite TLE orbits using SGP4
Description:

This package provides a Python implementation for computations of the position and velocity of an earth-orbiting satellite, given the satellite’s TLE orbital elements from a source like https://celestrak.org/.

It implements the most recent version of SGP4, and is regularly run against the SGP4 test suite to make sure that its satellite position predictions agree to within 0.1 mm with the predictions of the standard distribution of the algorithm. This error is far less than the 1–3 km/day by which satellites themselves deviate from the ideal orbits described in TLE files.

python-pyvo 1.9.1
Propagated dependencies: python-astropy@8.0.0 python-requests@2.32.5 python-defusedxml@0.7.1-0.c744588 python-pillow@12.1.1
Channel: guix
Location: gnu/packages/astronomy.scm (gnu packages astronomy)
Home page: https://github.com/astropy/pyvo
Licenses: Modified BSD
Build system: pyproject
Synopsis: Access Virtual Observatory data and services
Description:

PyVO is a package providing access to remote data and services of the Virtual observatory (VO) using Python.

stuff 2.0.1-0.9cf3632
Channel: guix
Location: gnu/packages/astronomy.scm (gnu packages astronomy)
Home page: https://www.astromatic.net/software/stuff
Licenses: GPL 3+
Build system: gnu
Synopsis: Astronomical catalogue simulation
Description:

Stuff is a program that simulates "perfect" astronomical catalogues. It generates object lists in ASCII which can read by the SkyMaker program to produce realistic astronomical fields. Stuff is part of the EFIGI development project.

python-plasmapy 2026.2.0
Propagated dependencies: python-astropy@8.0.0 python-h5py@3.15.1 python-lmfit@1.3.4 python-matplotlib@3.10.8 python-mpmath@1.3.0 python-numpy@2.3.1 python-packaging@25.0 python-pandas@2.3.3 python-requests@2.32.5 python-scipy@1.16.3 python-tqdm@4.67.1 python-wrapt@2.0.1 python-xarray@2025.12.0
Channel: guix
Location: gnu/packages/astronomy.scm (gnu packages astronomy)
Home page: https://docs.plasmapy.org/
Licenses: Modified BSD
Build system: pyproject
Synopsis: Python package for plasma research and education
Description:

PlasmaPy is Python package for plasma research and education. PlasmaPy intends to be for plasma science what Astropy is for astronomy — a collection of functionality commonly needed by plasma scientists and researchers globally, running within and leveraging the open source scientific Python ecosystem.

Page: 113141516171356
Total packages: 32521