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.
Libldm is a library for managing Microsoft Windows dynamic disks, which use Microsoft's LDM metadata. It can inspect them, and also create and remove device-mapper block devices which can be mounted.
ATF, or Automated Testing Framework, is a collection of libraries to write test programs in C, C++ and POSIX shell.
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.
grammars for babi
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.
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.
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 ansi provides ansi escape sequence processing as defined by the ECMA-48 standard "Control Functions for Coded Character Sets - Fifth Edition".
The getopt package is a POSIX-compatible implementation of getopt(3) for Go.
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.
go-golang-org-x-image 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.
SJSON is a Go package that provides a very fast and simple way to set a value in a json document.
Small library for executing an ffprobe process on a given file and getting an easy to use struct representing the returned ffprobe data.
Pure-Go library for cross-platform local peer discovery using UDP multicast.
go-github-com-jpillora-sizestr provides a library to pretty print byte counts in Go.
The message package implements the Internet Message Format and Multipurpose Internet Mail Extensions in Go.
go-github-com-gliderlabs-ssh wraps the crypto/ssh package with a higher-level API for building SSH servers.
go-github-com-hashicorp-errwrap is a package that formalizes the pattern of wrapping errors and checking if an error contains another error.