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.
Oniguruma is a regular expressions library. The special characteristic of this library is that different character encoding for every regular expression object can be specified.
a text editor
grammars for babi
An implementation of the BARE binary message format for Go.
python-pybare is a general purpose library for strongly typed primitives in Python that supports serializing to and from BARE messages.
This package provides the GNU Guix reference card as a PDF file.
Libmodule offers a small and simple C implementation of an actor library that aims to let developers easily create modular C projects in a way which is both simple and elegant.
This is a tiny C utility that can turn your webcam into a light sensor; moreover it supports a redshift-like gamma control, a screen dimmer and dpms settings.
A linux bus interface that lets you change screen brightness, compute captured webcam frames brightness and change screen temperature.
SOCKS5 server in Golang
Golang library for media type and file extension detection, based on magic numbers.
Minimalist assertion library
Is provides a quick, clean and simple framework for writing Go tests.
Small library for executing an ffprobe process on a given file and getting an easy to use struct representing the returned ffprobe data.
Package colorstring provides functions for colorizing strings for terminal output.
The getopt package is a POSIX-compatible implementation of getopt(3) for Go.
The message package implements the Internet Message Format and Multipurpose Internet Mail Extensions in Go.
The maildir package provides an interface to mailboxes in the Maildir format.
The textwrapper package provides a writer that wraps long text lines to a specified length.
This package provides supplemental Go networking libraries.
This package provides character set convertion as a Go library.
This package provides supplemental Go libraries for image processing.
Package ansi provides ansi escape sequence processing as defined by the ECMA-48 standard "Control Functions for Coded Character Sets - Fifth Edition".
go-github-com-gosuri-uilive go library for updating terminal output in realtime. It provides a buffered io.Writer that is flushed at a timed interval. go-github-com-gosuri-uilive powers go-github-com-gosuri-uiprogress.