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

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.


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

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.

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

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.

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.

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.

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.

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.

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.

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

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.

healpix 3.8.3
Dependencies: cfitsio@4.6.3
Channel: guix
Location: gnu/packages/astronomy.scm (gnu packages astronomy)
Home page: https://healpix.sourceforge.io/
Licenses: GPL 2+
Build system: gnu
Synopsis: Representation of spherical data
Description:

HEALPix of a sphere produces a subdivision of a spherical surface in which each pixel covers the same surface area as every other pixel. This package provides the dynamic library for the C language implementation of HEALPix.

python-casacore 3.7.1
Dependencies: casacore@3.8.0 cfitsio@4.6.3 hdf5@1.14.6 openblas@0.3.30 wcslib@8.5
Propagated dependencies: python-numpy@2.3.1
Channel: guix
Location: gnu/packages/astronomy.scm (gnu packages astronomy)
Home page: https://casacore.github.io/python-casacore
Licenses: GPL 3+
Build system: pyproject
Synopsis: Python wrapper for Casacore
Description:

This package provides a wrapper around casacore, the radio astronomy library.

astroterm 1.0.10
Dependencies: ncurses@6.2.20210619 argtable3@3.3.1
Channel: guix
Location: gnu/packages/astronomy.scm (gnu packages astronomy)
Home page: https://github.com/da-luce/astroterm
Licenses: Expat
Build system: meson
Synopsis: Planetarium for your terminal
Description:

astroterm is a terminal-based star map written in C. It displays the real-time positions of stars, planets, constellations, and more, all within your terminal - no telescope required!

python-stpipe 0.11.1
Propagated dependencies: python-asdf@5.1.0 python-astropy@7.2.0 python-crds@13.1.4 python-pyyaml@6.0.2
Channel: guix
Location: gnu/packages/astronomy.scm (gnu packages astronomy)
Home page: https://github.com/spacetelescope/stpipe
Licenses: Modified BSD
Build system: pyproject
Synopsis: STScI framework for calibration pipeline software
Description:

This package provides base classes and command-line tools for implementing calibration pipeline software.

python-fitsio 1.3.0
Dependencies: curl@8.6.0 cfitsio@4.6.3 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.

imppg 2.1.0
Dependencies: cfitsio@4.6.3 freeimage@3.18.0 glew@2.2.0 lua@5.3.5 wxwidgets@3.2.8.1
Channel: guix
Location: gnu/packages/astronomy.scm (gnu packages astronomy)
Home page: https://github.com/GreatAttractor/imppg
Licenses: GPL 3+
Build system: cmake
Synopsis: Astronomical Image Post-Proccessor (ImPPG)
Description:

ImPPG performs Lucy-Richardson deconvolution, unsharp masking, brightness normalization and tone curve adjustment. It can also apply previously specified processing settings to multiple images. All operations are performed using 32-bit floating-point arithmetic.

Supported input formats: FITS, BMP, JPEG, PNG, TIFF (most of bit depths and compression methods), TGA and more. Images are processed in grayscale and can be saved as: BMP 8-bit; PNG 8-bit; TIFF 8-bit, 16-bit, 32-bit floating-point (no compression, LZW- or ZIP-compressed), FITS 8-bit, 16-bit, 32-bit floating-point.

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-photutils 2.3.0
Propagated dependencies: python-astropy@7.2.0 python-bottleneck@1.4.2 python-gwcs@1.0.3 python-matplotlib@3.10.8 python-numpy@2.3.1 python-rasterio@1.3.7 python-regions@0.11 python-scikit-image@0.26.0 python-scipy@1.16.3 python-shapely@2.1.1 python-tqdm@4.67.1
Channel: guix
Location: gnu/packages/astronomy.scm (gnu packages astronomy)
Home page: https://github.com/astropy/photutils
Licenses: Modified BSD
Build system: pyproject
Synopsis: Source detection and photometry
Description:

Photutils is an Astropy package for detection and photometry of astronomical sources.

python-esutil 0.6.16
Propagated dependencies: 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/esheldon/esutil
Licenses: GPL 2+
Build system: pyproject
Synopsis: Numerical, scientific, and astrophysical computing utilities
Description:

This package provides a wide variety of utilities, focused primarily on numerical python, statistics, and file input/output. Includes specialized tools for astronomers.

python-eaglesqltools 2.0.0-0.31732c6
Propagated dependencies: python-numpy@2.3.1
Channel: guix
Location: gnu/packages/astronomy.scm (gnu packages astronomy)
Home page: https://github.com/kyleaoman/eagleSqlTools
Licenses: GPL 3
Build system: pyproject
Synopsis: Python API for the EAGLE cosmological simulation database
Description:

This package provides utilities for accessing EAGLE public database.

python-statmorph 0.7.2
Propagated dependencies: python-astropy@7.2.0 python-numpy@2.3.1 python-photutils@2.3.0 python-scikit-image@0.26.0 python-scipy@1.16.3 python-matplotlib@3.10.8
Channel: guix
Location: gnu/packages/astronomy.scm (gnu packages astronomy)
Home page: https://github.com/vrodgom/statmorph
Licenses: Modified BSD
Build system: pyproject
Synopsis: Non-parametric morphological diagnostics of galaxy images
Description:

The package statmorph implements functionality of calculating non-parametric morphological diagnostics of galaxy images (e.g., Gini-M_20 and CAS statistics), as well as fitting 2D Sérsic profiles.

python-pyavm 0.9.8
Propagated dependencies: python-astropy@7.2.0 python-numpy@2.3.1
Channel: guix
Location: gnu/packages/astronomy.scm (gnu packages astronomy)
Home page: https://astrofrog.github.io/pyavm/
Licenses: Expat
Build system: pyproject
Synopsis: Simple pure-python AVM meta-data handling
Description:

PyAVM is a module to represent, read, and write metadata following the AVM standard provided by vamp project.

Page: 113141516171301
Total packages: 31209