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

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 webring send a patch to ~whereiseveryone/toys@lists.sr.ht adding your channel as an entry in channels.scm.


chicken5-awful-static-pages 0.1.6
Channel: ziltis-guixchannel
Location: zilti/packages/chicken5.scm (zilti packages chicken5)
Home page: https://wiki.call-cc.org/eggref/5/awful-static-pages
Licenses: FreeBSD
Build system: chicken
Synopsis: Tool to generate static pages out of awful applications
Description:

Tool to generate static pages out of awful applications

chicken5-srfi-253 0.2.0
Channel: ziltis-guixchannel
Location: zilti/packages/chicken5.scm (zilti packages chicken5)
Home page: https://wiki.call-cc.org/eggref/5/srfi-253
Licenses: Expat
Build system: chicken
Synopsis: SRFI 253: Data (Type-)Checking
Description:

SRFI 253: Data (Type-)Checking

chicken5-datatype 1.6
Channel: ziltis-guixchannel
Location: zilti/packages/chicken5.scm (zilti packages chicken5)
Home page: https://wiki.call-cc.org/eggref/5/datatype
Licenses: FreeBSD
Build system: chicken
Synopsis: A facility for creating and deconstructing variant records (from EOPL)
Description:

A facility for creating and deconstructing variant records (from EOPL)

chicken5-cjson 5.0.3
Channel: ziltis-guixchannel
Location: zilti/packages/chicken5.scm (zilti packages chicken5)
Home page: https://wiki.call-cc.org/eggref/5/cjson
Licenses: FreeBSD
Build system: chicken
Synopsis: JSON parsing done in C. Sometimes a good idea.
Description:

JSON parsing done in C. Sometimes a good idea.

chicken5-define-er-syntax 1.2
Channel: ziltis-guixchannel
Location: zilti/packages/chicken5.scm (zilti packages chicken5)
Home page: https://wiki.call-cc.org/eggref/5/define-er-syntax
Licenses: BSD 1-Clause
Build system: chicken
Synopsis: explicitly implicit renaming
Description:

explicitly implicit renaming

chicken5-format 3.2.4
Channel: ziltis-guixchannel
Location: zilti/packages/chicken5.scm (zilti packages chicken5)
Home page: https://wiki.call-cc.org/eggref/5/format
Licenses: Public Domain
Build system: chicken
Synopsis: Common-Lisp style formatted output
Description:

Common-Lisp style formatted output

chicken5-epoxy 0.2.2
Channel: ziltis-guixchannel
Location: zilti/packages/chicken5.scm (zilti packages chicken5)
Home page: https://wiki.call-cc.org/eggref/5/epoxy
Licenses: FreeBSD
Build system: chicken
Synopsis: Bindings to OpenGL and OpenGL ES through the Epoxy library
Description:

Bindings to OpenGL and OpenGL ES through the Epoxy library

chicken5-endian-blob 2.1
Channel: ziltis-guixchannel
Location: zilti/packages/chicken5.scm (zilti packages chicken5)
Home page: https://wiki.call-cc.org/eggref/5/endian-blob
Licenses: GPL 3
Build system: chicken
Synopsis: Endian-specific procedures for converting blobs to numeric values and vectors.
Description:

Endian-specific procedures for converting blobs to numeric values and vectors.

chicken5-openssl 2.2.6
Channel: ziltis-guixchannel
Location: zilti/packages/chicken5.scm (zilti packages chicken5)
Home page: https://wiki.call-cc.org/eggref/5/openssl
Licenses: FreeBSD
Build system: chicken
Synopsis: Bindings to the OpenSSL SSL/TLS library
Description:

Bindings to the OpenSSL SSL/TLS library

chicken5-forcible 0.3.10
Channel: ziltis-guixchannel
Location: zilti/packages/chicken5.scm (zilti packages chicken5)
Home page: https://wiki.call-cc.org/eggref/5/forcible
Licenses: FreeBSD
Build system: chicken
Synopsis: Thread- and exception aware, lazy-looking synchronization with timeouts - extending srfi-45
Description:

Thread- and exception aware, lazy-looking synchronization with timeouts - extending srfi-45

chicken5-simple-sha1 1.2
Channel: ziltis-guixchannel
Location: zilti/packages/chicken5.scm (zilti packages chicken5)
Home page: https://wiki.call-cc.org/eggref/5/simple-sha1
Licenses: Public Domain
Build system: chicken
Synopsis: A fast and simple SHA1 implementation with minimal dependencies
Description:

A fast and simple SHA1 implementation with minimal dependencies

chicken5-error-utils 2.1.2
Channel: ziltis-guixchannel
Location: zilti/packages/chicken5.scm (zilti packages chicken5)
Home page: https://wiki.call-cc.org/eggref/5/error-utils
Licenses: FreeBSD
Build system: chicken
Synopsis: Error Utilities
Description:

Error Utilities

chicken5-cluckcheck 0.0
Channel: ziltis-guixchannel
Location: zilti/packages/chicken5.scm (zilti packages chicken5)
Home page: https://wiki.call-cc.org/eggref/5/cluckcheck
Licenses: FreeBSD
Build system: chicken
Synopsis: A Chicken Scheme port of the QuickCheck unit test framework
Description:

A Chicken Scheme port of the QuickCheck unit test framework

chicken5-tcp6 0.2.1
Channel: ziltis-guixchannel
Location: zilti/packages/chicken5.scm (zilti packages chicken5)
Home page: https://wiki.call-cc.org/eggref/5/tcp6
Licenses: FreeBSD
Build system: chicken
Synopsis: Interface to TCP over IPv4 and IPv6
Description:

Interface to TCP over IPv4 and IPv6

chicken5-pseudolists 3.0
Channel: ziltis-guixchannel
Location: zilti/packages/chicken5.scm (zilti packages chicken5)
Home page: https://wiki.call-cc.org/eggref/5/pseudolists
Licenses: FreeBSD
Build system: chicken
Synopsis: pseudolists as a generalisation of ordinary lists
Description:

pseudolists as a generalisation of ordinary lists

chicken5-srfi-51 0.2
Channel: ziltis-guixchannel
Location: zilti/packages/chicken5.scm (zilti packages chicken5)
Home page: https://wiki.call-cc.org/eggref/5/srfi-51
Licenses: Expat
Build system: chicken
Synopsis: SRFI-51: Handling rest list
Description:

SRFI-51: Handling rest list

chicken5-regex-case 1.3
Channel: ziltis-guixchannel
Location: zilti/packages/chicken5.scm (zilti packages chicken5)
Home page: https://wiki.call-cc.org/eggref/5/regex-case
Licenses: FreeBSD
Build system: chicken
Synopsis: Provides an easy to use <code>case</code> construct for regular expression matching
Description:

Provides an easy to use <code>case</code> construct for regular expression matching

chicken5-spiffy-cgi-handlers 0.7
Channel: ziltis-guixchannel
Location: zilti/packages/chicken5.scm (zilti packages chicken5)
Home page: https://wiki.call-cc.org/eggref/5/spiffy-cgi-handlers
Licenses: FreeBSD
Build system: chicken
Synopsis: CGI and FastCGI handlers for a small but powerful web server.
Description:

CGI and FastCGI handlers for a small but powerful web server.

chicken5-disjoint-set 0.1.0
Channel: ziltis-guixchannel
Location: zilti/packages/chicken5.scm (zilti packages chicken5)
Home page: https://wiki.call-cc.org/eggref/5/disjoint-set
Licenses: Unlicense
Build system: chicken
Synopsis: Disjoint set implementation based on Scheme vectors and their indexes
Description:

Disjoint set implementation based on Scheme vectors and their indexes

chicken5-bitwise-utils 1.4.1
Channel: ziltis-guixchannel
Location: zilti/packages/chicken5.scm (zilti packages chicken5)
Home page: https://wiki.call-cc.org/eggref/5/bitwise-utils
Licenses: Public Domain
Build system: chicken
Synopsis: Bitwise utilities
Description:

Bitwise utilities

chicken5-graph-dfs 2.0
Channel: ziltis-guixchannel
Location: zilti/packages/chicken5.scm (zilti packages chicken5)
Home page: https://wiki.call-cc.org/eggref/5/graph-dfs
Licenses: GPL 3
Build system: chicken
Synopsis: Depth-first search in a graph.
Description:

Depth-first search in a graph.

chicken5-postgresql 4.1.6
Channel: ziltis-guixchannel
Location: zilti/packages/chicken5.scm (zilti packages chicken5)
Home page: https://wiki.call-cc.org/eggref/5/postgresql
Licenses: FreeBSD
Build system: chicken
Synopsis: Bindings for PostgreSQL's C-api
Description:

Bindings for PostgreSQL's C-api

chicken5-base64 1.0
Channel: ziltis-guixchannel
Location: zilti/packages/chicken5.scm (zilti packages chicken5)
Home page: https://wiki.call-cc.org/eggref/5/base64
Licenses: FreeBSD
Build system: chicken
Synopsis: Encoding and decoding of base64 strings
Description:

Encoding and decoding of base64 strings

chicken5-inotify 1.1
Channel: ziltis-guixchannel
Location: zilti/packages/chicken5.scm (zilti packages chicken5)
Home page: https://wiki.call-cc.org/eggref/5/inotify
Licenses: Expat
Build system: chicken
Synopsis: Bindings to inotify
Description:

Bindings to inotify

Total results: 821