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

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.


emacs-agda2-mode 2.7.0.1
Channel: guix
Location: gnu/packages/agda.scm (gnu packages agda)
Home page: https://agda.readthedocs.io/en/latest/tools/emacs-mode.html
Licenses: Expat Modified BSD
Build system: emacs
Synopsis: Emacs mode for Agda
Description:

This Emacs mode enables interactive development with Agda. It also aids the input of Unicode characters.

agda-stdlib 2.1.1
Channel: guix
Location: gnu/packages/agda.scm (gnu packages agda)
Home page: https://wiki.portal.chalmers.se/agda/pmwiki.php
Licenses: Expat
Build system: agda
Synopsis: The Agda Standard Library
Description:

The standard library aims to contain all the tools needed to write both programs and proofs easily. While we always try and write efficient code, we prioritize ease of proof over type-checking and normalization performance. If computational performance is important to you, then perhaps try agda-prelude instead.

agda-1lab 0.0-3.afcf848
Channel: guix
Location: gnu/packages/agda.scm (gnu packages agda)
Home page: https://1lab.dev
Licenses: AGPL 3
Build system: agda
Synopsis: Reference resource for mathematics done in Homotopy Type Theory
Description:

A formalised, cross-linked reference resource for mathematics done in Homotopy Type Theory. Unlike the HoTT book, the 1lab is not a “linear” resource: Concepts are presented as a directed graph, with links indicating dependencies.

python-zbarlight 3.0
Dependencies: zbar@0.23.93
Propagated dependencies: python-pillow@11.1.0
Channel: guix
Location: gnu/packages/aidc.scm (gnu packages aidc)
Home page: https://github.com/Polyconseil/zbarlight
Licenses: Modified BSD
Build system: pyproject
Synopsis: Simple Python wrapper for the zbar barcode library
Description:

Zbarlight is a simple wrapper for the zbar library. It can read all zbar supported codes.

dmtx-utils 0.7.6
Dependencies: libdmtx@0.7.7 imagemagick@6.9.13-5 libjpeg-turbo@2.1.4
Channel: guix
Location: gnu/packages/aidc.scm (gnu packages aidc)
Home page: https://github.com/dmtx/dmtx-utils/
Licenses: LGPL 2.1 GPL 2
Build system: gnu
Synopsis: Utilities for working with Data Matrix barcodes
Description:

libdmtx is a software library that enables programs to read and write Data Matrix barcodes of the modern ECC200 variety. This package, dmtx-utils, provides command line utilities that allow scripts and command line users to use libdmtx functionality.

This package includes the following programs:

  1. dmtxquery: Extract information from dmtxread output.

  2. dmtxread: Scan Data Matrix barcodes.

  3. dmtxwrite: Create Data Matrix barcodes.

zbar 0.23.93
Dependencies: dbus@1.15.8 imagemagick@6.9.13-5 libjpeg-turbo@2.1.4 perl@5.36.0 python@3.11.14 v4l-utils-minimal@1.22.1
Propagated dependencies: glib@2.83.3 gtk+@3.24.51
Channel: guix
Location: gnu/packages/aidc.scm (gnu packages aidc)
Home page: https://github.com/mchehab/zbar
Licenses: LGPL 2.1+
Build system: glib-or-gtk
Synopsis: Bar code reader
Description:

ZBar can read barcodes from various sources, such as video streams, image files, and raw intensity sensors. It supports EAN-13/UPC-A, UPC-E, EAN-8, Code 128, Code 93, Code 39, Codabar, Interleaved 2 of 5, QR Code and SQ Code. Included with the library are basic applications for decoding captured bar code images and using a video device (e.g. webcam) as a bar code scanner. For application developers, language bindings are included for C, C++ and Python as well as GUI widgets for GTK and Qt.

qrcodegen-cpp 1.8.0
Channel: guix
Location: gnu/packages/aidc.scm (gnu packages aidc)
Home page: https://www.nayuki.io/page/qr-code-generator-library
Licenses: Expat
Build system: cmake
Synopsis: QR Code generator library
Description:

qrcodegen-cpp is a QR code generator library in C++. The project also offers Java, Javascript, Python, C, and Rust implementations.

python-pyzbar 0.1.9
Dependencies: zbar@0.23.93
Channel: guix
Location: gnu/packages/aidc.scm (gnu packages aidc)
Home page: https://github.com/NaturalHistoryMuseum/pyzbar/
Licenses: Expat
Build system: pyproject
Synopsis: Read one-dimensional barcodes and QR codes
Description:

Read one-dimensional barcodes and QR codes using the zbar library.

Features:

  • Pure python

  • Works with PIL / Pillow images, OpenCV / numpy ndarrays, and raw bytes

  • Decodes locations of barcodes

  • No dependencies, other than the zbar library itself

qrencode 4.1.1
Dependencies: libpng@1.6.39
Channel: guix
Location: gnu/packages/aidc.scm (gnu packages aidc)
Home page: https://fukuchi.org/works/qrencode
Licenses: LGPL 2.1+
Build system: gnu
Synopsis: Encode data into a QR Code symbol
Description:

Libqrencode is a C library for encoding data in a QR Code symbol, a kind of 2D symbology that can be scanned by handy terminals such as a mobile phone with CCD. The capacity of QR Code is up to 7000 digits or 4000 characters, and is highly robust.

zxing-cpp 2.3.0
Dependencies: libpng@1.6.39 zint@2.15.0 zlib@1.3.1
Channel: guix
Location: gnu/packages/aidc.scm (gnu packages aidc)
Home page: https://github.com/zxing-cpp/zxing-cpp
Licenses: ASL 2.0
Build system: cmake
Synopsis: C++ port of ZXing
Description:

ZXing-CPP is a barcode scanning library.

zbar-minimal 0.23.93
Dependencies: dbus@1.15.8 imagemagick@6.9.13-5 libjpeg-turbo@2.1.4 perl@5.36.0 python@3.11.14 v4l-utils-minimal@1.22.1
Propagated dependencies: glib@2.83.3
Channel: guix
Location: gnu/packages/aidc.scm (gnu packages aidc)
Home page: https://github.com/mchehab/zbar
Licenses: LGPL 2.1+
Build system: gnu
Synopsis: Bar code reader
Description:

ZBar can read barcodes from various sources, such as video streams, image files, and raw intensity sensors. It supports EAN-13/UPC-A, UPC-E, EAN-8, Code 128, Code 93, Code 39, Codabar, Interleaved 2 of 5, QR Code and SQ Code. Included with the library are basic applications for decoding captured bar code images and using a video device (e.g. webcam) as a bar code scanner. For application developers, language bindings are included for C, C++ and Python as well as GUI widgets for GTK and Qt.

libdmtx 0.7.7
Channel: guix
Location: gnu/packages/aidc.scm (gnu packages aidc)
Home page: https://github.com/dmtx
Licenses: Modified BSD
Build system: gnu
Synopsis: Library for reading and writing Data Matrix 2D barcodes
Description:

libdmtx is software for reading and writing Data Matrix 2D barcodes of the modern ECC200 variety. libdmtx is a shared library, allowing C/C++ programs to use its capabilities without restrictions or overhead.

zxing-cpp 1.2.0
Dependencies: libpng@1.6.39 zint@2.15.0 zlib@1.3.1
Channel: guix
Location: gnu/packages/aidc.scm (gnu packages aidc)
Home page: https://github.com/zxing-cpp/zxing-cpp
Licenses: ASL 2.0
Build system: cmake
Synopsis: C++ port of ZXing
Description:

ZXing-CPP is a barcode scanning library.

zint 2.15.0
Dependencies: libpng@1.6.39 qtsvg@6.9.2
Channel: guix
Location: gnu/packages/aidc.scm (gnu packages aidc)
Home page: https://www.zint.org.uk/
Licenses: Modified BSD GPL 3+
Build system: qt
Synopsis: Barcode encoding library
Description:

Zint is a suite of programs to allow easy encoding of data in any of the wide range of public domain barcode standards and to allow integration of this capability into your own programs.

barcode 0.99
Channel: guix
Location: gnu/packages/aidc.scm (gnu packages aidc)
Home page: https://www.gnu.org/software/barcode/
Licenses: GPL 3+
Build system: gnu
Synopsis: Convert text strings to printed bars in various standards
Description:

GNU Barcode is a flexible tool to produce printed barcodes from text strings. It supports a variety of encoding standards and sizing measurements. Barcodes can be output in PostScript or Encapsulated PostScript formats.

python-fpylll 0.6.4
Dependencies: fplll@5.5.0 gmp@6.3.0 mpfr@4.2.2 pari-gp@2.17.3
Propagated dependencies: python-cysignals@1.12.3 python-cython@3.1.2 python-flake8@7.1.1 python-numpy@1.26.4
Channel: guix
Location: gnu/packages/algebra.scm (gnu packages algebra)
Home page: https://github.com/fplll/fpylll
Licenses: GPL 2+
Build system: pyproject
Synopsis: Python interface for fplll
Description:

fpylll is a Python wrapper for fplll.

pari-gp 2.17.3
Dependencies: gmp@6.3.0 libx11@1.8.12 perl@5.36.0 readline@8.2.13
Channel: guix
Location: gnu/packages/algebra.scm (gnu packages algebra)
Home page: https://pari.math.u-bordeaux.fr/
Licenses: GPL 2+
Build system: gnu
Synopsis: PARI/GP, a computer algebra system for number theory
Description:

PARI/GP is a widely used computer algebra system designed for fast computations in number theory (factorisations, algebraic number theory, elliptic curves...), but it also contains a large number of other useful functions to compute with mathematical entities such as matrices, polynomials, power series, algebraic numbers, etc., and a lot of transcendental functions. PARI is also available as a C library to allow for faster computations.

java-la4j 0.6.0
Channel: guix
Location: gnu/packages/algebra.scm (gnu packages algebra)
Home page: http://la4j.org/
Licenses: ASL 2.0
Build system: ant
Synopsis: Java library that provides Linear Algebra primitives and algorithms
Description:

The la4j library is a Java library that provides Linear Algebra primitives (matrices and vectors) and algorithms. The key features of the la4j library are:

  • No dependencies and tiny size

  • Fluent object-oriented/functional API

  • Sparse (CRS, CCS) and dense (1D/2D arrays) matrices

  • Linear systems solving (Gaussian, Jacobi, Zeidel, Square Root, Sweep and other)

  • Matrices decomposition (Eigenvalues/Eigenvectors, SVD, QR, LU, Cholesky and other)

  • MatrixMarket/CSV IO formats support for matrices and vectors

spectra 1.1.0
Dependencies: eigen@3.4.0
Channel: guix
Location: gnu/packages/algebra.scm (gnu packages algebra)
Home page: https://spectralib.org/
Licenses: MPL 2.0
Build system: cmake
Synopsis: C++ library for large scale eigenvalue problems
Description:

Spectra stands for Sparse Eigenvalue Computation Toolkit as a Redesigned ARPACK. It is a C++ library for large scale eigenvalue problems, built on top of Eigen. It is implemented as a header-only C++ library and can be easily embedded in C++ projects that require calculating eigenvalues of large matrices.

r-dtt 0.1-2.1
Channel: guix
Location: gnu/packages/algebra.scm (gnu packages algebra)
Home page: https://www.r-project.org
Licenses: GPL 2+
Build system: r
Synopsis: Discrete Trigonometric Transforms
Description:

This package provides functions for 1D and 2D Discrete Cosine Transform (DCT), Discrete Sine Transform (DST) and Discrete Hartley Transform (DHT).

flint 3.3.1
Propagated dependencies: gmp@6.3.0 mpfr@4.2.2
Channel: guix
Location: gnu/packages/algebra.scm (gnu packages algebra)
Home page: https://flintlib.org/
Licenses: LGPL 3+
Build system: gnu
Synopsis: Fast library for number theory
Description:

FLINT is a C library for number theory. It supports arithmetic with numbers, polynomials, power series and matrices over many base rings, including multiprecision integers and rationals, integers modulo n, p-adic numbers, finite fields (prime and non-prime order) and real and complex numbers (via the Arb extension library).

Operations that can be performed include conversions, arithmetic, GCDs, factoring, solving linear systems, and evaluating special functions. In addition, FLINT provides various low-level routines for fast arithmetic.

symmetrica 3.1.0
Channel: guix
Location: gnu/packages/algebra.scm (gnu packages algebra)
Home page: https://gitlab.com/sagemath/symmetrica/
Licenses: ISC
Build system: gnu
Synopsis: Combinatoric C Library
Description:

Symmetrica is a library for combinatorics. It has support for the representation theory of the symmetric group and related groups, combinatorics of tableaux, symmetric functions and polynomials, Schubert polynomials, and the representation theory of Hecke algebras of type A_n.

xtensor-benchmark 0.25.0
Dependencies: googlebenchmark@1.9.1 xsimd@13.2.0 doctest@2.4.9 googletest@1.17.0 nlohmann-json@3.12.0 xtl@0.7.7
Channel: guix
Location: gnu/packages/algebra.scm (gnu packages algebra)
Home page: https://xtensor.readthedocs.io/en/latest/
Licenses: Modified BSD
Build system: cmake
Synopsis: Benchmarks of the xtensor library
Description:

xtensor is a C++ library meant for numerical analysis with multi-dimensional array expressions.

xtensor provides:

  • an extensible expression system enabling lazy broadcasting.

  • an API following the idioms of the C++ standard library.

  • tools to manipulate array expressions and build upon xtensor.

normaliz 3.10.4
Dependencies: flint@3.4.0 gmp@6.3.0
Channel: guix
Location: gnu/packages/algebra.scm (gnu packages algebra)
Home page: https://www.normaliz.uni-osnabrueck.de/
Licenses: GPL 3+
Build system: gnu
Synopsis: Tool for discrete convex geometry
Description:

Normaliz is a tool for computations in affine monoids, vector configurations, rational polyhedra and rational cones. Normaliz now computes rational and algebraic polyhedra, i.e., polyhedra defined over real algebraic extensions of QQ.

Total packages: 69236