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

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.


molequeue 0.9.0
Dependencies: qtbase@5.15.17
Channel: guix
Location: gnu/packages/chemistry.scm (gnu packages chemistry)
Home page: https://www.openchemistry.org/projects/molequeue/
Licenses: Modified BSD
Build system: cmake
Synopsis: Application for coordinating computational jobs
Description:

MoleQueue is a system-tray resident desktop application for abstracting, managing, and coordinating the execution of tasks both locally and on remote computational resources. Users can set up local and remote queues that describe where the task will be executed. Each queue can have programs, with templates to facilitate the execution of the program. Input files can be staged, and output files collected using a standard interface.

libcint 6.1.2
Dependencies: openblas@0.3.31
Channel: guix
Location: gnu/packages/chemistry.scm (gnu packages chemistry)
Home page: https://github.com/sunqm/libcint
Licenses: FreeBSD
Build system: cmake
Synopsis: General GTO integrals for quantum chemistry
Description:

libcint is a C library (also with a Fortran API) to evaluate one- and two-electron integrals for GTOs.

stex 1.2.2-2.afa6075
Dependencies: chez-scheme@10.4.0
Propagated dependencies: xorg-rgb@1.1.0 texlive-local-tree@2026.1 ghostscript@9.56.1 netpbm@10.78.3
Channel: guix
Location: gnu/packages/chez.scm (gnu packages chez)
Home page: https://github.com/dybvig/stex
Licenses: Expat
Build system: copy
Synopsis: LaTeX with embedded Scheme code and HTML generation
Description:

The stex package extends LaTeX with a handful of commands for including Scheme code (or pretty much any other kind of code, as long as you don't plan to use the Scheme-specific transcript support) in a document. It provides the programs scheme-prep and html-prep to convert stex documents to LaTeX and HTML, respectively, plus makefile templates, style files, and other resources. The stex system is used to typeset The Scheme Programming Language and the Chez Scheme User's Guix, among other documents.

chez-srfi 1.0
Channel: guix
Location: gnu/packages/chez.scm (gnu packages chez)
Home page: https://github.com/fedeinthemix/chez-srfi
Licenses: Expat
Build system: gnu
Synopsis: SRFI libraries for Chez Scheme
Description:

This package provides a collection of SRFI libraries for Chez Scheme.

chez-sockets 0.0.0-1.bce9688
Channel: guix
Location: gnu/packages/chez.scm (gnu packages chez)
Home page: https://github.com/arcfide/chez-sockets
Licenses: Expat
Build system: gnu
Synopsis: Extensible sockets library for Chez Scheme
Description:

Chez-sockets is an extensible sockets library for Chez Scheme.

chez-scheme-bootstrap-bootfiles 10.4.0
Channel: guix
Location: gnu/packages/chez.scm (gnu packages chez)
Home page: https://cisco.github.io/ChezScheme/
Licenses: ASL 2.0
Build system: gnu
Synopsis: Bootstrapped Chez Scheme boot files
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 bootfiles for all other supported platforms.)

This package provides boot files for the released version of Chez Scheme bootstrapped by chez-scheme-for-racket. Chez Scheme 9.5.4 or any later version can be used for bootstrapping. Guix ultimately uses the Racket package cs-bootstrap to bootstrap its initial version of Chez Scheme.

chez-scmutils 0.1
Dependencies: chez-srfi@1.0
Propagated dependencies: chez-mit@0.1 chez-srfi@1.0
Channel: guix
Location: gnu/packages/chez.scm (gnu packages chez)
Home page: https://github.com/fedeinthemix/chez-scmutils
Licenses: GPL 3+
Build system: gnu
Synopsis: Port of MIT/GNU Scheme Scmutils to Chez Scheme
Description:

This package provides a port of the MIT/GNU Scheme Scmutils program to Chez Scheme. The port consists of a set of libraries providing most of the functionality of the original.

chez-fmt 0.8.11
Propagated dependencies: chez-srfi@1.0
Channel: guix
Location: gnu/packages/chez.scm (gnu packages chez)
Home page: https://synthcode.com/scheme/fmt
Licenses: Modified BSD
Build system: gnu
Synopsis: Combinator formatting library for Chez Scheme
Description:

This package provides a library of procedures for formatting Scheme objects to text in various ways, and for easily concatenating, composing and extending these formatters efficiently without resorting to capturing and manipulating intermediate strings.

chez-scheme 10.4.0
Dependencies: libx11@1.8.12 chez-scheme-bootstrap-bootfiles@10.4.0 lz4@1.10.0 ncurses@6.2.20210619 zlib@1.3.1
Channel: guix
Location: gnu/packages/chez.scm (gnu packages chez)
Home page: https://cisco.github.io/ChezScheme/
Licenses: ASL 2.0
Build system: gnu
Synopsis: R6RS Scheme compiler and run-time
Description:

Chez Scheme is both a programming language and a high-performance implementation of that language. The language is a superset of R6RS Scheme with numerous extensions, including native threads, non-blocking I/O, local modules, and much more. Chez Scheme compiles source expressions incrementally to machine code, providing the speed of compiled code in an interactive system. The system is intended to be as reliable and efficient as possible, with reliability taking precedence over efficiency if necessary.

chez-web 2.0-1.5fd177f
Channel: guix
Location: gnu/packages/chez.scm (gnu packages chez)
Home page: https://github.com/arcfide/ChezWEB
Licenses: Expat
Build system: gnu
Synopsis: Hygienic Literate Programming for Chez Scheme
Description:

ChezWEB is a system for doing Knuthian style WEB programming in Scheme.

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.

schemesh 0.9.3
Dependencies: chez-scheme@10.4.0 lz4@1.10.0 zlib@1.3.1 ncurses@6.2.20210619 util-linux@2.40.4
Channel: guix
Location: gnu/packages/chez.scm (gnu packages chez)
Home page: https://github.com/cosmos72/schemesh
Licenses: GPL 2
Build system: gnu
Synopsis: Unix shell and Lisp REPL, fused together
Description:

Schemesh is an interactive shell scriptable in Lisp. It supports interactive line editing, autocompletion, history and the familiar Unix shell syntax.

chez-matchable 20160306
Dependencies: chez-srfi@1.0
Channel: guix
Location: gnu/packages/chez.scm (gnu packages chez)
Home page: https://github.com/fedeinthemix/chez-matchable
Licenses: Public Domain
Build system: gnu
Synopsis: Portable hygienic pattern matcher for Scheme
Description:

This package provides a superset of the popular Scheme match package by Andrew Wright, written in fully portable syntax-rules and thus preserving hygiene.

chez-irregex 0.9.12
Propagated dependencies: chez-srfi@1.0
Channel: guix
Location: gnu/packages/chez.scm (gnu packages chez)
Home page: https://synthcode.com/scheme/irregex
Licenses: Modified BSD
Build system: gnu
Synopsis: Portable regular expression library for Scheme
Description:

This package provides a portable and efficient R[4567]RS implementation of regular expressions, supporting both POSIX syntax with various (irregular) PCRE extensions, as well as SCSH's SRE syntax, with various aliases for commonly used patterns.

chez-mit 0.1
Dependencies: chez-srfi@1.0
Channel: guix
Location: gnu/packages/chez.scm (gnu packages chez)
Home page: https://github.com/fedeinthemix/chez-mit
Licenses: GPL 3+
Build system: gnu
Synopsis: MIT/GNU Scheme compatibility library for Chez Scheme
Description:

This package provides a set of MIT/GNU Scheme compatibility libraries for Chez Scheme. The main goal was to provide the functionality required to port the program Scmutils to Chez Scheme.

chez-scheme-for-racket 10.4.0-pre-release.1-1
Dependencies: chez-scheme-for-racket-bootstrap-bootfiles@10.4.0-pre-release.1-1 lz4@1.10.0 ncurses@6.2.20210619 zlib@1.3.1
Channel: guix
Location: gnu/packages/chez.scm (gnu packages chez)
Home page: https://cisco.github.io/ChezScheme/
Licenses: ASL 2.0
Build system: gnu
Synopsis: Bootstrapping version of Chez Scheme
Description:

This is the precise pre-release version of Chez Scheme from a specific Racket release. It is used to build Racket and to bootstrap the released version of Chez Scheme.

chez-nanopass 1.9.4
Channel: guix
Location: gnu/packages/chez.scm (gnu packages chez)
Home page: https://nanopass.org
Licenses: Expat
Build system: copy
Synopsis: DSL for compiler development
Description:

The Nanopass framework is an embedded domain-specific language for writing compilers composed of several simple passes that operate over well-defined intermediate languages. The goal of this organization is both to simplify the understanding of each pass, because it is responsible for a single task, and to simplify the addition of new passes anywhere in the compiler. Nanopass reduces the boilerplate required to create compilers, making them easier to understand and maintain.

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

Total packages: 32521