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

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.


librseq 0.0.0-2.c3ed6b6
Dependencies: numactl@2.0.16
Channel: guix
Location: gnu/packages/engineering.scm (gnu packages engineering)
Home page: https://github.com/compudj/librseq
Licenses: LGPL 2.1 Expat
Build system: gnu
Synopsis: Userspace library for restartable sequences
Description:

A restartable sequence is a critical region delimited by a program where if its execution is preempted or interrupted, the kernel will divert the program control flow to a defined abort handler. They are a good alternative to atomic operations for critical fast paths and are usually used in the context of per-cpu data. The library offers ABI headers to interface with the kernel and various utilities such as per-cpu counters.

lib3ds 1.3.0
Channel: guix
Location: gnu/packages/engineering.scm (gnu packages engineering)
Home page: https://code.google.com/archive/p/lib3ds
Licenses: LGPL 2.1+
Build system: gnu
Synopsis: 3DS format file toolkit
Description:

Lib3ds is a toolkit for handling the 3DS format for 3D model files. Its main goal is to simplify the creation of 3DS import and export filters.

capstone 5.0.1
Channel: guix
Location: gnu/packages/engineering.scm (gnu packages engineering)
Home page: https://github.com/capstone-engine/capstone
Licenses: Modified BSD
Build system: gnu
Synopsis: Lightweight multi-platform, multi-architecture disassembly framework
Description:

Capstone is a lightweight multi-platform, multi-architecture disassembly framework. Capstone can disassemble machine code for many supported architectures such as x86, x86_64, arm, arm64, mips, ppc, sparc, sysz and xcore. It provides bindings for Python, Java, OCaml and more.

candle 11.2
Dependencies: bash-minimal@5.2.37 qtbase@5.15.17 qtmultimedia@5.15.17 qtserialport@5.15.17 qtwayland@5.15.18 qtwebsockets@5.15.17
Channel: guix
Location: gnu/packages/engineering.scm (gnu packages engineering)
Home page: https://github.com/Denvi/Candle
Licenses: GPL 3+
Build system: cmake
Synopsis: GRBL controller with G-Code visualizer
Description:

Candle is a GRBL controller application with a visualizer for G-Code, the CNC programming language.

Supported functions include:

  • Controlling GRBL-based cnc-machine via console commands, buttons on form, numpad.

  • Monitoring CNC-machine state.

  • Loading, editing, saving and sending of G-code files to CNC-machine.

  • Visualizing G-code files.

mbpoll 1.5.4
Dependencies: libmodbus@3.1.11
Channel: guix
Location: gnu/packages/engineering.scm (gnu packages engineering)
Home page: https://github.com/epsilonrt/mbpoll
Licenses: GPL 3
Build system: cmake
Synopsis: Command line utility to communicate with ModBus slave (RTU or TCP)
Description:

mbpoll is a command line utility to communicate with ModBus slave (RTU or TCP).

gpx 2.6.8
Channel: guix
Location: gnu/packages/engineering.scm (gnu packages engineering)
Home page: https://github.com/markwal/GPX
Licenses: GPL 2+
Build system: gnu
Synopsis: Converting gcode to x3g files for 3D printing
Description:

GPX is a post processing utility for converting gcode output from 3D slicing software to x3g files for standalone 3D printing on common 3D printers.

libmedfile 6.0.1
Dependencies: hdf5@1.14.6 zlib@1.3.1
Channel: guix
Location: gnu/packages/engineering.scm (gnu packages engineering)
Home page: https://www.salome-platform.org
Licenses: GPL 3+
Build system: cmake
Synopsis: Library to read and write MED files
Description:

The purpose of the MED module is to provide a standard for storing and recovering computer data associated to numerical meshes and fields, and to facilitate the exchange between codes and solvers.

The persistent data storage is based upon HDF format (like CGNS, a standard developed by Boeing and NASA in the area of Computational Fluid Dynamic).

MED also provides structures to hold data on meshes and fields. These structures are exchanged between solvers, hide the communication level (CORBA or MPI), and offer persistence (read/write in .med files).

The main benefit of a common exchange format is reduced complexity of code coupling. It also allows sharing such high level functionalities as computation of nodal connectivity of sub-elements (faces and edges), arithmetic operations on fields, entity location functionalities, and interpolation toolkit.

solvespace 3.1
Dependencies: bash-minimal@5.2.37 cairo@1.18.4 eigen@3.4.0 freetype@2.13.3 gtkmm@3.24.9 json-c@0.18 libpng@1.6.39 libspnav@1.2 mimalloc@3.3.2 mesa@26.0.2 zlib@1.3.1
Channel: guix
Location: gnu/packages/engineering.scm (gnu packages engineering)
Home page: https://solvespace.com/
Licenses: GPL 3+
Build system: cmake
Synopsis: Parametric 2D/3D @acronym{CAD, computer-aided design} software
Description:

SOLVESPACE is a parametric 3D CAD tool. Applications include:

  • modeling 3D parts — draw with extrudes, revolves, helixes and Boolean (union / difference / intersection) operations

  • modeling 2D parts — draw the part as a single section, and export DXF, PDF, SVG; use 3D assembly to verify fit

  • 3D-printed parts — export the STL or other triangle mesh expected by most 3D printers

  • preparing CAM data — export 2D vector art for a waterjet machine or laser cutter; or generate STEP or STL, for import into third-party CAM software for machining

  • mechanism design — use the constraint solver to simulate planar or spatial linkages, with pin, ball, or slide joints

  • plane and solid geometry — replace hand-solved trigonometry and spreadsheets with a live dimensioned drawing

syscall-intercept 0.1.0-0.3044045
Dependencies: capstone@5.0.1
Channel: guix
Location: gnu/packages/engineering.scm (gnu packages engineering)
Home page: https://github.com/pmem/syscall_intercept
Licenses: FreeBSD
Build system: cmake
Synopsis: System call intercepting library
Description:

The system call intercepting library provides a low-level interface for hooking Linux system calls in user space. This is achieved by hot-patching the machine code of the standard C library in the memory of a process.

python-esptool 5.3.0
Propagated dependencies: python-bitstring@4.3.1 python-click@8.3.1 python-cryptography@44.0.0 python-intelhex@2.3.0 python-pyserial@3.5 python-pyyaml@6.0.2 python-reedsolo@1.7.0 python-rich-click@1.9.7
Channel: guix
Location: gnu/packages/engineering.scm (gnu packages engineering)
Home page: https://github.com/espressif/esptool
Licenses: GPL 2+
Build system: pyproject
Synopsis: Bootloader utility for Espressif ESP8266 & ESP32 chips
Description:

esptool.py is a Python-based utility to communicate with the ROM bootloader in Espressif ESP8266 & ESP32 series chips.

librecad 2.2.1.5
Dependencies: bash-minimal@5.2.37 boost@1.89.0 muparser@2.3.5 freetype@2.13.3 qtbase@5.15.17 qtsvg@5.15.17
Channel: guix
Location: gnu/packages/engineering.scm (gnu packages engineering)
Home page: https://librecad.org/
Licenses: GPL 2
Build system: qt
Synopsis: Computer-aided design (CAD) application
Description:

LibreCAD is a 2D Computer-aided design (CAD) application for creating plans and designs.

guile-libctl 4.6.0
Dependencies: guile@3.0.9
Channel: guix
Location: gnu/packages/engineering.scm (gnu packages engineering)
Home page: https://libctl.readthedocs.io/en/latest/
Licenses: GPL 2+
Build system: gnu
Synopsis: Flexible control files implementation for scientific simulations
Description:

Libctl is a Guile-based library implementing flexible control files for scientific simulations.

libmodbus 3.1.11
Channel: guix
Location: gnu/packages/engineering.scm (gnu packages engineering)
Home page: https://libmodbus.org/
Licenses: LGPL 2.1+
Build system: gnu
Synopsis: Library for the Modbus protocol
Description:

libmodbus is a library to send/receive data with a device which respects the Modbus protocol. This library can use a serial port or an Ethernet connection.

iaito 6.1.8
Dependencies: qtbase@6.9.2 qtsvg@6.9.2 qtwayland@6.9.2 radare2@6.1.8
Channel: guix
Location: gnu/packages/engineering.scm (gnu packages engineering)
Home page: https://github.com/radareorg/iaito
Licenses: GPL 3+
Build system: gnu
Synopsis: Official radare2 GUI
Description:

Iaito is the official graphical interface for radare2, a libre reverse engineering framework. Iaito focuses on simplicity, parity with commands, features, and keybindings.

pcb2gcode 2.5.0-0.8c084af
Dependencies: boost@1.89.0 geos@3.12.1 gerbv@2.13.0 glibmm@2.86.0 gtkmm@2.24.5 librsvg@2.58.5
Channel: guix
Location: gnu/packages/engineering.scm (gnu packages engineering)
Home page: https://github.com/pcb2gcode/pcb2gcode
Licenses: GPL 3+
Build system: gnu
Synopsis: Generate G-code for milling PCBs
Description:

pcb2gcode is a command-line program for isolation routing and drilling of PCBs. It takes Gerber files as input and outputs G-code files for the milling of PCBs. It also includes an autoleveller for the automatic dynamic calibration of the milling depth.

libsavitar 4.13.0
Dependencies: python@3.12.12 python-sip@4.19.25
Channel: guix
Location: gnu/packages/engineering.scm (gnu packages engineering)
Home page: https://github.com/Ultimaker/libSavitar
Licenses: LGPL 3+
Build system: cmake
Synopsis: C++ implementation of 3mf loading with SIP python bindings
Description:

LibSavitar is a C++ implementation of 3mf loading with SIP python bindings. It belongs to the Cura project from Ultimaker.

poke-elf 1.0
Channel: guix
Location: gnu/packages/engineering.scm (gnu packages engineering)
Home page: https://jemarch.net/poke-elf
Licenses: GPL 3+
Build system: gnu
Synopsis: GNU poke pickle for ELF object files
Description:

poke-elf is a GNU poke pickle for editing ELF object files, executables, shared libraries and core dumps. It supports many architectures and extensions.

prusa-libbgcode 0.0.0-1.5041c09
Propagated dependencies: zlib@1.3.1 boost@1.89.0 heatshrink@0.4.1
Channel: guix
Location: gnu/packages/engineering.scm (gnu packages engineering)
Home page: https://github.com/prusa3d/libbgcode
Licenses: AGPL 3+
Build system: cmake
Synopsis: Prusa Block and Binary G-code reader/writer/converter
Description:

Binary G-code is a new standard for encoding and compressing ASCII G-code files. G-code files are easy to read and interpret, but their downside is that the data is not saved efficiently, and the file size is often very large. Compression of the file is problematic because the printers usually run on limited hardware and they may not have enough memory and/or CPU power to decompress it.

Block and Binary G-Code is a new G-code file format featuring the following improvements over the legacy G-code:

  • Block structure with distinct blocks for metadata vs. G-code.

  • Faster navigation.

  • Coding and compression for smaller file size.

  • Checksum for data validity.

  • Extensibility through new (custom) blocks. For example, a file signature block may be welcome by corporate customers.

The binary G-code format is flexible and the encoding and compression of individual blocks is variable. libbgcode library contains the routines to convert ASCII G-codes to binary and vice versa.

harminv 1.4.2
Dependencies: openblas@0.3.31
Channel: guix
Location: gnu/packages/engineering.scm (gnu packages engineering)
Home page: https://github.com/stevengj/harminv
Licenses: GPL 2+
Build system: gnu
Synopsis: Harmonic inversion solver
Description:

Harminv is a free program (and accompanying library) to solve the problem of harmonic inversion — given a discrete-time, finite-length signal that consists of a sum of finitely-many sinusoids (possibly exponentially decaying) in a given bandwidth, it determines the frequencies, decay constants, amplitudes, and phases of those sinusoids.

libredwg 0.13.3
Dependencies: pcre2@10.42
Channel: guix
Location: gnu/packages/engineering.scm (gnu packages engineering)
Home page: https://www.gnu.org/software/libredwg/
Licenses: GPL 3+
Build system: gnu
Synopsis: C library to handle DWG (CAD-related) files
Description:

GNU LibreDWG is a C library to handle DWG files. It aims to be a free replacement for the OpenDWG libraries.

cutecom 0.60.0-RC1
Dependencies: qtbase@6.9.2 qttools@6.9.2 qtserialport@6.9.2 qtwayland@6.9.2
Channel: guix
Location: gnu/packages/engineering.scm (gnu packages engineering)
Home page: https://gitlab.com/cutecom/cutecom
Licenses: GPL 3+
Build system: qt
Synopsis: Graphical serial terminal
Description:

cutecom is a graphical serial terminal, like minicom. It is aimed mainly at hardware developers or other people who need a terminal to talk to their devices.

ondsel-solver 0.0.0-1.2e3659c
Channel: guix
Location: gnu/packages/engineering.scm (gnu packages engineering)
Home page: https://github.com/Ondsel-Development/OndselSolver
Licenses: LGPL 2.1+
Build system: cmake
Synopsis: Assembly Constraints and Multibody Dynamics code
Description:

The OndselSolver library for assembly constraints and multibody dynamics is used by FreeCAD 1.0.0 for its new Assembly workbench.

qelectrotech 0.9.0
Dependencies: kcoreaddons@5.116.0 kwidgetsaddons@5.116.0 qtbase@5.15.17 qtsvg@5.15.17 qtwayland@5.15.18 sqlite@3.39.3
Channel: guix
Location: gnu/packages/engineering.scm (gnu packages engineering)
Home page: https://qelectrotech.org/
Licenses: GPL 2+
Build system: qt
Synopsis: CAD/CAE editor focusing on schematics drawing features
Description:

QElectroTech, or QET in short, is a desktop application to create diagrams and schematics. The software is primarily intended to create electrical documentation but it can also be used to draw any kinds of diagrams, such as those made in pneumatics, hydraulics, process industries, electronics, and others.

Total packages: 32521