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.
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.
a text editor
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.
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 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.
The textwrapper package provides a writer that wraps long text lines to a specified length.
Package poller is a file-descriptor multiplexer. It allows concurent Read and Write operations from and to multiple file-descriptors without allocating one OS thread for every blocked operation. It operates similarly to Go's netpoller (which multiplexes network connections) without requiring special support from the Go runtime. It can be used with tty devices, character devices, pipes, FIFOs, and any file-descriptor that is poll-able (can be used with select(2), epoll(7), etc.) In addition, package poller allows the user to set timeouts (deadlines) for read and write operations, and also allows for safe cancelation of blocked read and write operations; a Close from another go-routine safely cancels ongoing (blocked) read and write operations.
Work in Progress. This still needs a lot of help to be complete, or even usable!
Windows-portable ANSI escape sequence utility for Go language
Package machineid provides support for reading the unique machine id of most OSs (without admin privileges).
go-github-com-jpillora-ansi implements the ANSI VT100 control set for use in Go.
go-github-com-dchest-uniuri generates random strings good for use in URIs to identify uniqueobjects.
Simplistic, opinionated logging for Golang.
The colorful package providos a library for using colors in Go. colorful stores colors in RGB and provides methods for converting these to various color spaces.
go-github-com-gliderlabs-ssh wraps the crypto/ssh package with a higher-level API for building SSH servers.
SOCKS5 server in Golang
zyedidia-clipboard provides copying and pasting to the Clipboard for Go.
go-github-com-rs-xid is a globally unique id generator library, ready to safely be used directly in your server code.