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

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.


atuin 18.16.1
Dependencies: sqlite@3.39.3 rust-ring@0.17.14
Channel: guix
Location: gnu/packages/rust-apps.scm (gnu packages rust-apps)
Home page: https://atuin.sh
Licenses: Expat MPL 2.0
Build system: cargo
Synopsis: Shell history tool
Description:

Atuin replaces your existing shell history with a SQLite database, and records additional context for your commands. With this context, Atuin gives you faster and better search of your shell history.

Additionally, Atuin (optionally) syncs your shell history between all of your machines, fully end-to-end encrypted.

Please note the Guix package currently disables several default features, including the daemon, PTY proxy, and Atuin AI.

rust-salsa 0.23.0-0.3713cd7
Channel: guix
Location: gnu/packages/rust-sources.scm (gnu packages rust-sources)
Home page: https://github.com/salsa-rs/salsa
Licenses: ASL 2.0 Expat
Build system: cargo
Synopsis: Framework for incrementalized computation
Description:

This package provides a generic framework for on-demand, incrementalized computation (experimental).

rust-glycin 3.0.7
Dependencies: bubblewrap@0.11.0
Channel: guix
Location: gnu/packages/rust-sources.scm (gnu packages rust-sources)
Home page: https://gitlab.gnome.org/GNOME/glycin
Licenses: MPL 2.0 LGPL 2.1+
Build system: cargo
Synopsis: Rust library for sandboxed image decoding
Description:

Glycin is a sandbox image decoder for image viewers and thumbnails to display untrusted content safely.

rust 1.93.0
Dependencies: curl@8.6.0 nghttp2@1.58.0 libffi@3.4.6 bash-minimal@5.2.37 llvm@21.1.8 openssl@3.5.5
Channel: guix
Location: gnu/packages/rust.scm (gnu packages rust)
Home page: https://www.rust-lang.org
Licenses: ASL 2.0 Expat
Build system: gnu
Synopsis: Compiler for the Rust programming language
Description:

Rust is a systems programming language that provides memory safety and thread safety guarantees.

rust-analyzer 1.93.0
Dependencies: rust@1.93.0
Channel: guix
Location: gnu/packages/rust.scm (gnu packages rust)
Home page: https://rust-analyzer.github.io/
Licenses: Expat ASL 2.0
Build system: trivial
Synopsis: Experimental Rust compiler front-end for IDEs
Description:

Rust-analyzer is a modular compiler frontend for the Rust language. It is a part of a larger rls-2.0 effort to create excellent IDE support for Rust.

libbraiding 1.3.1
Channel: guix
Location: gnu/packages/sagemath.scm (gnu packages sagemath)
Home page: https://github.com/miguelmarco/libbraiding
Licenses: GPL 2+
Build system: gnu
Synopsis: Computations with braid groups
Description:

libbraiding performs computations with braid groups, in particular it computes normal forms of group elements.

brial 1.2.14
Dependencies: boost@1.89.0 libpng@1.6.39 m4ri@20250128
Channel: guix
Location: gnu/packages/sagemath.scm (gnu packages sagemath)
Home page: https://github.com/BRiAl/BRiAl/
Licenses: GPL 2+
Build system: gnu
Synopsis: Arithmetic of polynomials over boolean rings
Description:

BRiAl is the successor to PolyBoRi maintained by the Sage community. Its core is a C++ library, which provides high-level data types for Boolean polynomials and monomials, exponent vectors, as well as for the underlying polynomial rings and subsets of the powerset of the Boolean variables. As a unique approach, binary decision diagrams are used as internal storage type for polynomial structures.

lcalc 2.1.1
Dependencies: pari-gp@2.17.3
Channel: guix
Location: gnu/packages/sagemath.scm (gnu packages sagemath)
Home page: https://gitlab.com/sagemath/lcalc
Licenses: GPL 2+
Build system: gnu
Synopsis: C++ library for computing with L-functions
Description:

Lcalc computes L-functions, in particular the Riemann zeta function, Dirichlet L-functions and L-functions attached to elliptic curves and modular forms.

cliquer 1.22
Channel: guix
Location: gnu/packages/sagemath.scm (gnu packages sagemath)
Home page: https://github.com/dimpase/autocliquer
Licenses: GPL 2+
Build system: gnu
Synopsis: C routines for finding cliques in weighted graphs
Description:

Cliquer is a set of reentrant C routines for finding cliques in a weighted or unweighted graph. It uses an exact branch-and-bound algorithm. It can search for maximum or maximum-weight cliques or cliques with size or weight within a given range, restrict the search to maximal cliques, store cliques in memory and call a user-defined function for every found clique.

python-gmpy2 2.2.1
Dependencies: gmp@6.3.0 mpfr@4.2.2 mpc@1.3.1
Channel: guix
Location: gnu/packages/sagemath.scm (gnu packages sagemath)
Home page: https://github.com/aleaxit/gmpy
Licenses: LGPL 3+
Build system: pyproject
Synopsis: GMP/MPIR, MPFR, and MPC interface to Python 2.6+ and 3.x
Description:

This package provides a Python interface to the GNU multiprecision libraries GMO, MPFR and MPC.

python-memory-allocator 0.1.4
Channel: guix
Location: gnu/packages/sagemath.scm (gnu packages sagemath)
Home page: https://github.com/sagemath/memory_allocator
Licenses: GPL 3+
Build system: pyproject
Synopsis: Extension class to allocate memory easily with Cython
Description:

This package provides a single extension class MemoryAllocator with cdef methods

  • malloc

  • calloc

  • allocarray

  • realloc

  • reallocarray

  • aligned_malloc

  • aligned_malloc

  • aligned_calloc

  • aligned_allocarray

python-cypari2 2.2.2
Dependencies: gmp@6.3.0 pari-gp@2.17.3
Propagated dependencies: python-cysignals@1.12.3
Channel: guix
Location: gnu/packages/sagemath.scm (gnu packages sagemath)
Home page: https://cypari2.readthedocs.io/
Licenses: GPL 2+
Build system: pyproject
Synopsis: Python interface to the number theory library libpari
Description:

Cypari2 provides a Python interface to the number theory library PARI/GP. It has been spun off from the SageMath mathematics software system, but it can be used independently.

libhomfly 1.02r6
Dependencies: libgc@8.2.8
Channel: guix
Location: gnu/packages/sagemath.scm (gnu packages sagemath)
Home page: https://github.com/miguelmarco/libhomfly
Licenses: Public Domain
Build system: gnu
Synopsis: Computation of homfly polynomials of links
Description:

libhomfly computes homfly polynomials of links, represented as strings.

python-pplpy 0.8.10
Dependencies: gmp@6.3.0 mpc@1.3.1 mpfr@4.2.2 pari-gp@2.17.3 ppl@1.2
Propagated dependencies: python-cysignals@1.12.3 python-gmpy2@2.2.1
Channel: guix
Location: gnu/packages/sagemath.scm (gnu packages sagemath)
Home page: https://github.com/sagemath/pplpy
Licenses: GPL 3+
Build system: pyproject
Synopsis: Python PPL wrapper
Description:

This Python package provides a wrapper to the C++ Parma Polyhedra Library (PPL).

talloc 2.4.2
Dependencies: python@3.12.12
Channel: guix
Location: gnu/packages/samba.scm (gnu packages samba)
Home page: https://talloc.samba.org
Licenses: GPL 3+
Build system: gnu
Synopsis: Hierarchical, reference counted memory pool system
Description:

Talloc is a hierarchical, reference counted memory pool system with destructors. It is the core memory allocator used in Samba.

wsdd 0.7.1
Dependencies: python@3.12.12
Channel: guix
Location: gnu/packages/samba.scm (gnu packages samba)
Home page: https://github.com/christgau/wsdd
Licenses: Expat
Build system: gnu
Synopsis: Web Service Discovery host daemon
Description:

This daemon allows (Samba) hosts to be found by Web Service Discovery Clients. It also implements the client side of the discovery protocol which searches for devices implementing WSD.

uid-wrapper 1.3.2
Channel: guix
Location: gnu/packages/samba.scm (gnu packages samba)
Home page: https://cwrap.org/uid_wrapper.html
Licenses: Modified BSD
Build system: cmake
Synopsis: Testing tool to fake privilege separation
Description:

Some projects, such as a file server, need privilege separation to be able to switch to the user who owns the files and do file operations on their behalf. This package convincingly lies to the application, letting it believe it is operating as root and even switching between UIDs and GIDs as needed. You can start any application making it believe it is running as root. This package provides the following features :

  • Allows uid switching as a normal user.

  • Start any application making it believe it is running as root.

  • Support for user/group changing in the local thread using the syscalls (like glibc).

  • Intercepts seteuid and related calls and simulates them in a way transparent to the application.

samba 4.18.1
Dependencies: acl@2.3.1 avahi@0.8 cmocka@1.1.5 cups@2.4.14 gamin@0.1.10 dbus@1.16.2 gpgme@1.24.1 gnutls@3.8.9 jansson@2.14 libarchive@3.7.7 libtirpc@1.3.1 libxcrypt@4.4.38 linux-pam@1.5.2 lmdb@0.9.29 mit-krb5@1.21 openldap@2.6.10 perl@5.36.0 python@3.12.12 popt@1.18 readline@8.2.13 tdb@1.4.12
Propagated dependencies: ldb@2.9.2 talloc@2.4.2 tevent@0.16.1
Channel: guix
Location: gnu/packages/samba.scm (gnu packages samba)
Home page: https://www.samba.org/
Licenses: GPL 3+
Build system: gnu
Synopsis: The standard Windows interoperability suite of programs for GNU and Unix
Description:

Since 1992, Samba has provided secure, stable and fast file and print services for all clients using the SMB/CIFS protocol, such as all versions of DOS and Windows, OS/2, GNU/Linux and many others.

Samba is an important component to seamlessly integrate Linux/Unix Servers and Desktops into Active Directory environments using the winbind daemon.

talloc-static 2.4.2
Dependencies: python@3.12.12
Channel: guix
Location: gnu/packages/samba.scm (gnu packages samba)
Home page: https://talloc.samba.org
Licenses: GPL 3+
Build system: gnu
Synopsis: Hierarchical, reference counted memory pool system (static library)
Description:

Talloc is a hierarchical, reference counted memory pool system with destructors. It is the core memory allocator used in Samba.

nss-wrapper 1.1.16
Channel: guix
Location: gnu/packages/samba.scm (gnu packages samba)
Home page: https://cwrap.org/nss_wrapper.html
Licenses: Modified BSD
Build system: cmake
Synopsis: Wrapper for the user, group and hosts NSS API
Description:

There are projects that need to be able to create, modify, and delete Unix users. Others just switch user IDs to interact with the system on behalf of another user (e.g. a user space file server). To be able to test applications like these, one needs to grant privileges to modify the passwd and group files. With this package it is possible to define your own passwd and group files to be used the software while it is under test. It also allows you to create a hosts file to set up name resolution for the addresses you use with socket_wrapper. It provides the following features:

  • Provides information for user and group accounts.

  • Network name resolution using a hosts file.

  • Loading and testing of NSS modules.

socket-wrapper 1.5.1
Channel: guix
Location: gnu/packages/samba.scm (gnu packages samba)
Home page: https://cwrap.org/socket_wrapper.html
Licenses: Modified BSD
Build system: cmake
Synopsis: Library passing socket communications through Unix sockets
Description:

This package aims to help client-server software development teams achieve full functional test coverage. It makes it possible to run several instances of the full software stack on the same machine to functionally test complex network configurations locally. It provides the following features:

  • Redirects all network communication to happen over Unix sockets.

  • Support for IPv4 and IPv6 socket and addressing emulation.

  • Ability to capture network traffic in pcap format.

iniparser 4.2.6
Channel: guix
Location: gnu/packages/samba.scm (gnu packages samba)
Home page: https://gitlab.com/iniparser/iniparser
Licenses: Expat
Build system: cmake
Synopsis: Simple @file{.ini} configuration file parsing library
Description:

The iniParser C library reads and writes Windows-style .ini configuration files. These are simple text files with a basic structure composed of sections, properties, and values. While not expressive, they are easy to read, write, and modify.

The library is small, thread safe, and written in portable ANSI C with no external dependencies.

pam-wrapper 1.1.8
Dependencies: linux-pam@1.5.2
Channel: guix
Location: gnu/packages/samba.scm (gnu packages samba)
Home page: https://cwrap.org/pam_wrapper.html
Licenses: Modified BSD
Build system: cmake
Synopsis: Tool to test PAM applications and PAM modules
Description:

This package provides tools to test your PAM application or module. For testing PAM applications, a simple PAM module called pam_matrix is provided. For testing PAM modules, see the pamtest library. One can combine it with the CMocka unit testing framework or use the provided Python bindings to write tests for modules in Python.

Total packages: 73955