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

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.


chez-scheme-for-racket-bootstrap-bootfiles 10.4.0-pre-release.1-1
Channel: guix
Location: gnu/packages/chez.scm (gnu packages chez)
Home page: https://pkgs.racket-lang.org/package/cs-bootstrap
Licenses: ASL 2.0
Build system: copy
Synopsis: Chez Scheme boot files bootstrapped by Racket
Description:

Chez Scheme is a self-hosting compiler: building it requires ``boot files'' containing the Scheme-implemented portions compiled for the current platform. (Chez can then cross-compile boot files for all other supported platforms.)

The Racket package cs-bootstrap (part of the main Racket Git repository) implements enough of a Chez Scheme simulation to load the Chez Scheme compiler purely from source into Racket and apply the compiler to itself, thus bootstrapping Chez Scheme. Bootstrapping takes about 10 times as long as using an existing Chez Scheme, but cs-bootstrap supports Racket 7.1 and later, including the Racket BC variant.

chicken-crypto-tools 1.4
Channel: guix
Location: gnu/packages/chicken.scm (gnu packages chicken)
Home page: https://wiki.call-cc.org/egg/crypto-tools
Licenses: Modified BSD
Build system: chicken
Synopsis: Useful cryptographic primitives
Description:

The crypto-tools egg implements useful cryptographic primitives. More specifically, provided are:

  • binary blobs

    • marshallers to and from hex strings

    • blob xor

    • blob padding using either PKCS#5 or ISO7816-4

  • Block cipher modes of operation

    • CBC with or without incorporated encrypted IV in the ciphertext

    • CTR with or without incorporated IV in the ciphertext

chicken-iset 2.2
Dependencies: chicken-test@1.1
Channel: guix
Location: gnu/packages/chicken.scm (gnu packages chicken)
Home page: https://wiki.call-cc.org/eggref/5/iset
Licenses: Modified BSD
Build system: chicken
Synopsis: Integer set library
Description:

This ``integer set'' CHICKEN Scheme library implements bit vectors. Bit-vectors provide an abstract interface to bitwise operations typically done with integers.

chicken-compile-file 1.3
Channel: guix
Location: gnu/packages/chicken.scm (gnu packages chicken)
Home page: https://wiki.call-cc.org/egg/compile-file
Licenses: Modified BSD
Build system: chicken
Synopsis: Programmatic compiler invocation
Description:

This egg provides a way to do on-the-fly compilation of source code and load it into the running process.

chicken-srfi-1 0.5.1
Dependencies: chicken-test@1.1
Channel: guix
Location: gnu/packages/chicken.scm (gnu packages chicken)
Home page: https://wiki.call-cc.org/eggref/5/srfi-1
Licenses: Modified BSD
Build system: chicken
Synopsis: SRFI-1 list library
Description:

The list library defined in SRFI-1 contains a lot of useful list processing procedures for construction, examining, destructuring and manipulating lists and pairs.

chicken-srfi-14 0.2.1
Channel: guix
Location: gnu/packages/chicken.scm (gnu packages chicken)
Home page: https://wiki.call-cc.org/eggref/5/srfi-14
Licenses: non-copyleft
Build system: chicken
Synopsis: Character set library
Description:

Character sets can be created, extended, tested for the membership of a characters and be compared to other character sets

chicken 5.4.0
Dependencies: chicken-bootstrap@5.4.0
Propagated dependencies: gcc-toolchain@14.3.0
Channel: guix
Location: gnu/packages/chicken.scm (gnu packages chicken)
Home page: https://www.call-cc.org/
Licenses: Modified BSD
Build system: gnu
Synopsis: R5RS Scheme implementation that compiles native code via C
Description:

CHICKEN is a compiler for the Scheme programming language. CHICKEN pr oduces portable and efficient C, supports almost all of the R5RS Scheme la nguage standard, and includes many enhancements and extensions.

chicken-srfi-13 0.3.2
Propagated dependencies: chicken-srfi-14@0.2.1
Channel: guix
Location: gnu/packages/chicken.scm (gnu packages chicken)
Home page: https://wiki.call-cc.org/egg/srfi-13
Licenses: Modified BSD
Build system: chicken
Synopsis: SRFI-13 string library for Chicken scheme
Description:

This package provides the SRFI-13 string library for Chicken scheme.

chicken-agrep 1.7
Dependencies: chicken-test@1.1
Propagated dependencies: chicken-datatype@1.6 chicken-srfi-1@0.5.1 chicken-srfi-14@0.2.1
Channel: guix
Location: gnu/packages/chicken.scm (gnu packages chicken)
Home page: https://wiki.call-cc.org/eggref/5/agrep
Licenses: GPL 3+
Build system: chicken
Synopsis: Approximate string matching library
Description:

This library implements the Wu-Manber algorithm for approximate string searching with errors, popularized by the agrep Unix command and the glimpse file indexing tool.

chicken-srfi-18 0.1.6
Channel: guix
Location: gnu/packages/chicken.scm (gnu packages chicken)
Home page: https://wiki.call-cc.org/egg/srfi-18
Licenses: Modified BSD
Build system: chicken
Synopsis: Multithreading package, largely following SRFI-18
Description:

The threads implemented in CHICKEN are so called "green" threads, based on first-class continuations. Native threads that map directly to the threads provided by the operating system are not supported. The advantage of this is that threads are very lightweight and somewhat larger degree of determinism. The disadvantage is that execution of Scheme code on multiple processor cores is not available.

chicken-srfi-69 0.4.1
Channel: guix
Location: gnu/packages/chicken.scm (gnu packages chicken)
Home page: https://wiki.call-cc.org/eggref/5/srfi-69
Licenses: Modified BSD
Build system: chicken
Synopsis: Implementation of SRFI 69 with SRFI 90 extensions
Description:

This package provides an implementation of SRFI-69 hash tables for CHICKEN Scheme, along with SRFI-90 extensions.

chicken-test 1.1
Channel: guix
Location: gnu/packages/chicken.scm (gnu packages chicken)
Home page: https://wiki.call-cc.org/eggref/5/test
Licenses: Modified BSD
Build system: chicken
Synopsis: Yet another testing utility
Description:

This package provides a simple testing utility for CHICKEN Scheme.

chicken-datatype 1.6
Dependencies: chicken-srfi-1@0.5.1 chicken-test@1.1
Channel: guix
Location: gnu/packages/chicken.scm (gnu packages chicken)
Home page: https://wiki.call-cc.org/eggref/5/datatype
Licenses: Modified BSD
Build system: chicken
Synopsis: Facility for creating and using variant records
Description:

This CHICKEN Scheme library provides a facility for creating and using variant records, as described in the book Essentials of Programming Languages by Friedman, Wand, and Haynes.

ungoogled-chromium-wayland 147.0.7727.137-1
Dependencies: bash-minimal@5.2.37 glibc-utf8-locales@2.41 ungoogled-chromium@147.0.7727.137-1
Channel: guix
Location: gnu/packages/chromium.scm (gnu packages chromium)
Home page: https://ungoogled-software.github.io/
Licenses: Modified BSD FreeBSD Expat ASL 2.0 MPL 1.1 MPL 2.0 Public Domain ISC non-copyleft LGPL 2.1+
Build system: trivial
Synopsis: Graphical web browser
Description:

Ungoogled-Chromium is the Chromium web browser, with some functionality disabled in order to protect the users privacy. This package also includes the chromedriver command, which can be useful for automated web testing.

laminar 1.3
Dependencies: capnproto@1.4.0 rapidjson@1.1.0-1.949c771 sqlite@3.39.3 boost@1.89.0 zlib@1.3.1
Channel: guix
Location: gnu/packages/ci.scm (gnu packages ci)
Home page: https://laminar.ohwg.net/
Licenses: GPL 3+
Build system: cmake
Synopsis: Lightweight continuous integration service
Description:

Laminar is a lightweight and modular continuous integration service. It doesn't have a configuration web UI instead uses version-controllable configuration files and scripts.

Laminar encourages the use of existing tools such as bash and cron instead of reinventing them.

cuirass 1.3.5
Dependencies: bash-minimal@5.2.37 guile@3.0.11 guile-avahi@0.4.1 guile-fibers@1.4.3 guile-gcrypt@0.5.0 guile-json@4.7.3 guile-simple-zmq@0.0.0-11.d25d186 guile-squee@0-5.9f26095 guile-git@0.11.1 guile-zlib@0.2.2 guile-mastodon@0.0.1-1.0a94ae6 guile-gnutls@5.0.2 mailutils@3.21 guile-bytestructures@2.0.2 guix@1.5.0-4.2ef8ed9
Channel: guix
Location: gnu/packages/ci.scm (gnu packages ci)
Home page: https://guix.gnu.org/cuirass/
Licenses: GPL 3+
Build system: gnu
Synopsis: Continuous integration system
Description:

Cuirass is a continuous integration tool using GNU Guix. It is intended as a replacement for Hydra.

forgejo-runner 6.2.2
Channel: guix
Location: gnu/packages/ci.scm (gnu packages ci)
Home page: https://code.forgejo.org/forgejo/runner
Licenses: Expat
Build system: go
Synopsis: Run continuous integration jobs for Forgejo
Description:

Forgejo Runner is a daemon that connects to a Forgejo instance and runs jobs for continuous integration.

nemo 6.4.5
Dependencies: at-spi2-core@2.52.0 cinnamon-desktop@5.6.2 exempi@2.6.5 gsettings-desktop-schemas@48.0 gtk+@3.24.51 json-glib@1.10.0 libexif@0.6.24 libgnomekbd@3.28.1 libgsf@1.14.54 libnotify@0.8.8 libx11@1.8.12 libxapp@2.4.3 libxkbfile@1.1.3 libxml2@2.14.6 xkeyboard-config@2.44
Channel: guix
Location: gnu/packages/cinnamon.scm (gnu packages cinnamon)
Home page: https://github.com/linuxmint/nemo
Licenses: Expat
Build system: meson
Synopsis: File browser for Cinnamon
Description:

Nemo is the file manager for the Cinnamon desktop environment.

libxapp 2.4.3
Dependencies: dbus@1.16.2 glib@2.86.0 gtk+@3.24.51 inxi-minimal@3.3.40-1 libdbusmenu@16.04.0-496 libgnomekbd@3.28.1 netcat@0.7.1 xdg-utils@1.2.1
Channel: guix
Location: gnu/packages/cinnamon.scm (gnu packages cinnamon)
Home page: https://github.com/linuxmint/xapp
Licenses: LGPL 3+
Build system: meson
Synopsis: Library for traditional GTK applications
Description:

The libxapp package contains the components which are common to multiple GTK desktop environments (Cinnamon, MATE and Xfce) and required to implement cross-DE solutions.

cinnamon-desktop 5.6.2
Dependencies: accountsservice@23.13.9 alsa-lib@1.2.16 glib@2.86.0 gnome-common@3.18.0 gtk+@3.24.51 libxkbfile@1.1.3 libxrandr@1.5.4 libxext@1.3.6 pulseaudio@16.1 xkeyboard-config@2.44
Channel: guix
Location: gnu/packages/cinnamon.scm (gnu packages cinnamon)
Home page: https://github.com/linuxmint/cinnamon-desktop/
Licenses: GPL 2+ LGPL 2.0+ Expat
Build system: meson
Synopsis: Library for the Cinnamon Desktop
Description:

The cinnamon-desktop package contains the libcinnamon-desktop library, as well as some desktop-wide documents.

python-xapp 2.4.2
Dependencies: libxapp@2.4.3
Propagated dependencies: python-configobj@5.0.9 python-distutils-extra@2.38 python-pycairo@1.28.0 python-pygobject@3.54.3 python-pyinotify@0.9.6 python-pyxdg@0.28 python-setproctitle@1.3.7 python-setuptools@80.9.0 python-unidecode@1.4.0 python-xdg-base-dirs@6.0.2 python-xlib@0.33
Channel: guix
Location: gnu/packages/cinnamon.scm (gnu packages cinnamon)
Home page: https://github.com/linuxmint/python3-xapp
Licenses: LGPL 2.0+
Build system: meson
Synopsis: Python 3 XApp library
Description:

Provides Python 3 bindings for libxapp, including a toolkit to build and persist XApp settings windows using GSettings.

clifm 1.28
Dependencies: acl@2.3.1 file@5.46 libcap@2.64 readline@8.2.13
Channel: guix
Location: gnu/packages/clifm.scm (gnu packages clifm)
Home page: https://github.com/leo-arch/clifm
Licenses: GPL 2+
Build system: gnu
Synopsis: Command-line file manager
Description:

Clifm is a shell-like, text-based terminal file manager that sits on the command line.

It is built with command line principles in mind: instead of navigating through a big menu of files, it lets you type, exactly as you do in your regular shell, but easier and faster.

clojure-tools-cli 1.4.256
Channel: guix
Location: gnu/packages/clojure.scm (gnu packages clojure)
Home page: https://github.com/clojure/tools.cli
Licenses: EPL 1.0
Build system: clojure
Synopsis: Clojure library for working with command-line arguments
Description:

The tools.cli library provides Clojure programmers with tools to work with command-line arguments.

Total packages: 72465