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

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 webring send a patch to ~whereiseveryone/toys@lists.sr.ht adding your channel as an entry in channels.scm.


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

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

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.

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

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

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

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.

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.

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.

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.

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.

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.

python-petrofit 0.6.0
Propagated dependencies: jupyter@1.0.0 python-astropy@7.1.1 python-cython@3.1.2 python-extension-helpers@1.4.0 python-ipywidgets@8.1.2 python-matplotlib@3.8.2 python-notebook@6.5.7 python-numpy@1.26.4 python-photutils@2.3.0 python-pytest-astropy-header@0.2.2 python-pyyaml@6.0.2 python-regions@0.10 python-scikit-image@0.23.2 python-scikit-learn@1.7.0 python-scipy@1.12.0
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-halotools 0.9.3
Propagated dependencies: python-astropy@7.1.1 python-beautifulsoup4@4.14.3 python-h5py@3.13.0 python-numpy@1.26.4 python-requests@2.32.5 python-scipy@1.12.0
Channel: guix
Location: gnu/packages/astronomy.scm (gnu packages astronomy)
Home page: http://halotools.rtfd.org/
Licenses: Modified BSD
Build system: pyproject
Synopsis: N-body simulations and constrain models of cosmology evolution
Description:

Halotools is a specialized python package for building and testing models of the galaxy-halo connection, and analyzing catalogs of dark matter halos. The core feature of Halotools is a modular platform for creating mock universes of galaxies starting from a catalog of dark matter halos obtained from a cosmological simulation.

calceph 4.0.5
Channel: guix
Location: gnu/packages/astronomy.scm (gnu packages astronomy)
Home page: https://www.imcce.fr/inpop/calceph
Licenses: CeCILL
Build system: cmake
Synopsis: Astronomical library to access the binary planetary ephemeris files
Description:

The CALCEPH Library is designed to access the binary planetary ephemeris files, such INPOPxx and JPL DExxx ephemeris files, (called original JPL binary or INPOP 2.0 or 3.0 binary ephemeris files in the next sections) and the SPICE kernel files (called SPICE ephemeris files in the next sections). At the moment, supported SPICE files are:

  • text Planetary Constants Kernel (KPL/PCK) files;

  • binary PCK (DAF/PCK) files;

  • binary SPK (DAF/SPK) files containing segments of type 1, 2, 3, 5, 8, 9, 12, 13, 17, 18, 19, 20, 21, 102, 103 and 120;

  • meta kernel (KPL/MK) files;

  • frame kernel (KPL/FK) files (only basic support).

python-ads 0.12.7
Propagated dependencies: python-mock@5.1.0 python-requests@2.32.5 python-six@1.17.0 python-werkzeug@3.1.3
Channel: guix
Location: gnu/packages/astronomy.scm (gnu packages astronomy)
Home page: http://www.github.com/andycasey/ads/
Licenses: Expat
Build system: pyproject
Synopsis: Python client to NASA's Astrophysics Data System
Description:

This package provides a Python Module to Interact with NASA's Astrophysics Data System.

libnova 0.16
Channel: guix
Location: gnu/packages/astronomy.scm (gnu packages astronomy)
Home page: https://libnova.sourceforge.net/
Licenses: LGPL 2.0+ GPL 2+
Build system: gnu
Synopsis: Celestial mechanics, astrometry and astrodynamics library
Description:

Libnova is a general purpose, double precision, Celestial Mechanics, Astrometry and Astrodynamics library.

python-glue-vispy-viewers 1.2.3
Propagated dependencies: python-echo@0.8.0 python-glfw@2.8.0 python-glue-core@1.24.1 python-imageio@2.36.1 python-matplotlib@3.8.2 python-numpy@1.26.4 python-pyopengl@3.1.9 python-scipy@1.12.0 python-vispy@0.14.3
Channel: guix
Location: gnu/packages/astronomy.scm (gnu packages astronomy)
Home page: https://github.com/glue-viz/glue-vispy-viewers
Licenses: FreeBSD
Build system: pyproject
Synopsis: Vispy-based viewers for Glue
Description:

This package provides a Glue plugin which adds a 3D scatter plot viewer and a 3D volume rendering viewer.

python-spherical-geometry 1.3.4
Dependencies: qd@2.3.24
Propagated dependencies: python-astropy@7.1.1 python-numpy@1.26.4
Channel: guix
Location: gnu/packages/astronomy.scm (gnu packages astronomy)
Home page: https://github.com/spacetelescope/spherical_geometry
Licenses: Modified BSD
Build system: pyproject
Synopsis: Python astronimical package for handling spherical polygons
Description:

The spherical_geometry library is a Python package for handling spherical polygons that represent arbitrary regions of the sky.

python-aiapy 0.10.2
Propagated dependencies: python-sunpy@7.0.3
Channel: guix
Location: gnu/packages/astronomy.scm (gnu packages astronomy)
Home page: https://aia.lmsal.com/
Licenses: Modified BSD
Build system: pyproject
Synopsis: Library for AIA data analysis
Description:

aiapy is a Python package for analyzing data from the AIA instrument onboard NASA's SDO spacecraft.

python-astroml 1.0.2.post1
Propagated dependencies: python-astropy@7.1.1 python-matplotlib@3.8.2 python-numpy@1.26.4 python-scikit-learn@1.7.0 python-scipy@1.12.0
Channel: guix
Location: gnu/packages/astronomy.scm (gnu packages astronomy)
Home page: https://astroml.org
Licenses: FreeBSD
Build system: pyproject
Synopsis: Tools for machine learning and data mining in astronomy
Description:

This package provides tools for machine learning and data mining in astronomy.

Page: 123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731732733734735736737738739740741742743744745746747748749750751752753754755756757758759760761762763764765766767768769770771772773774775776777778779780781782783784785786787788789790791792793794795796797798799800801802803804805806807808809810811812813814815816817818819820821822823824825826827828829830831832833834835836837838839840841842843844845846847848849850851852853854855856857858859860861862863864865866867868869870871872873874875876877878879880881882883884885886887888889890891892893894895896897898899900901902903904905906907908909910911912913914915916917918919920921922923924925926927928929930931932933934935936937938939940941942943944945946947948949950951952953954955956957958959960961962963964965966967968969970971972973974975976977978979980981982983984985986987988989990991992993994995996997998999100010011002100310041005100610071008100910101011101210131014101510161017101810191020102110221023102410251026102710281029103010311032103310341035103610371038103910401041104210431044104510461047104810491050105110521053105410551056105710581059106010611062106310641065106610671068106910701071107210731074107510761077107810791080108110821083108410851086108710881089109010911092109310941095109610971098109911001101110211031104110511061107110811091110111111121113111411151116111711181119112011211122112311241125112611271128112911301131113211331134113511361137113811391140114111421143114411451146114711481149115011511152115311541155115611571158115911601161116211631164116511661167116811691170117111721173117411751176117711781179118011811182118311841185118611871188118911901191119211931194119511961197119811991200120112021203120412051206120712081209121012111212121312141215121612171218121912201221122212231224122512261227122812291230123112321233123412351236123712381239124012411242124312441245124612471248124912501251125212531254125512561257125812591260126112621263126412651266126712681269127012711272127312741275127612771278127912801281128212831284128512861287128812891290129112921293129412951296
Total results: 31091