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.
ATF, or Automated Testing Framework, is a collection of libraries to write test programs in C, C++ and POSIX shell.
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
python cffi bindings for the oniguruma regex engine
grammars for babi
python-pybare is a general purpose library for strongly typed primitives in Python that supports serializing to and from BARE messages.
An implementation of the BARE binary message format for Go.
This package provides the GNU Guix reference card as a PDF file.
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.
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 package provides character set convertion as a Go library.
Small library for executing an ffprobe process on a given file and getting an easy to use struct representing the returned ffprobe data.
Package imohash implements a fast, constant-time hash for files. It is based atop murmurhash3 and uses file size and sample data to construct the hash.
This package provides supplemental Go networking libraries.
Windows-portable ANSI escape sequence utility for Go language
The imap package provides an IMAP4rev1 library written in Go. It can be used to build IMAP clients and servers.
Clean up raw terminal output by stripping escape sequences, optionally preserving color.
go-github-com-vividcortex-gohistogram contains implementations of weighted and exponential histograms.
go-github-com-c4milo-unpackit allows you to easily unpack *.tar.gz, *.tar.bzip2, *.tar.xz, *.zip and *.tar files. CGO is not involved nor hard dependencies of any type.
go-github-com-anmitsu-go-shlex provides a simple lexical analysis like the Unix shell.
go-gemini implements the Gemini protocol in Go. It provides an API similar to that of net/http to facilitate the development of Gemini clients and servers.
go-github-com-nu7hatch-gouuid provides immutable UUID structs and the functions NewV3, NewV4, NewV5 and Parse() for generating versions 3, 4 and 5 UUIDs as specified in RFC 4122.
MauLogger is a logger for Go programs.