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.
a text editor
grammars for babi
python cffi bindings for the oniguruma regex engine
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.
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.
Package blackfriday is a markdown processor.
go-github-com-vividcortex-gohistogram contains implementations of weighted and exponential histograms.
Package machineid provides support for reading the unique machine id of most OSs (without admin privileges).
This package provides a small library that simplifies parsing RSS and Atom feeds in Go.
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.
go-github-com-gosuri-uiprogress is go library to render progress bars in terminal applications.
Is provides a quick, clean and simple framework for writing Go tests.
go-github-com-go-windows-terminal-sequences is a globally unique id generator library, ready to safely be used directly in your server code.
go-github-com-aryann-difflib is a simple library written in Go for diffing two sequences of text.
This library will help you allow two parties to generate a mutual secret key by using a weak key that is known to both beforehand (e.g. via some other channel of communication). This is a simple API for an implementation of password-authenticated key exchange (PAKE). This protocol is derived from Dan Boneh and Victor Shoup's cryptography book (pg 789, "PAKE2 protocol). I decided to create this library so I could use PAKE in my file-transfer utility, croc.
The getopt package is a POSIX-compatible implementation of getopt(3) for Go.
go-github-com-buger-goterm provides basic building blocks for advanced console UI
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.