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.
misspell assists with correcting commonly misspelled English words in source files. A neutral variety of English is used by default, but a US or UK locale can be selected.
Package cellbuf provides terminal cell buffer functionality.
This package provides a set of libraries that implementing low-level, kubernetes-independent packages supplementing the Go standard libs.
Package pgio is a low-level toolkit building messages in the PostgreSQL wire protocol.
This package provides a functionality to read key presses from the keyboard, while in a terminal application, which may be combined to check for ctrl+c, alt+4, ctrl-shift, alt+ctrl+right, etc. It can also be used to simulate (mock) keypresses for CI testing.
This package implements sysconf and provides the associated SC_* constants to query system configuration values at run time.
This list transcoder supports encoding/decoding property lists (Apple XML, Apple Binary, OpenStep, and GNUStep) from/to arbitrary Go types.
Package btrfs provides bindings for working with btrfs partitions from Go. The Linux kernel headers are only required on compilation time, not on run time.
This package implements a functionality for creating, managing, inspecting, and destroying cgroups. The resources format for settings on the cgroup uses the OCI runtime-spec found here.
This package provides a library for Goroutines that helps to implement more complicated parallel cases.
GoLog is a level-based logger written in Go.
containerd is a container runtime with an emphasis on simplicity, robustness, and portability. It is available as a daemon, which can manage the complete container lifecycle of its host system: image transfer and storage, container execution and supervision, low-level storage and network attachments, etc.
This package implements a log client.
This package provides a golang library for splitting command-line strings into words like a POSIX or Windows shell would.
The OCI Image Format project creates and maintains the software shipping container image format spec (OCI Image Format).
clipboard provides copying and pasting to the clipboard for Go.
This package implements a functionality to iterate over slices, maps, channels etc. and heavily inspired by Lodash.
Enforce a stricter format than gofmt, while being backwards compatible. That is, gofumpt is happy with a subset of the formats that gofmt is happy with.
This package provides a token bucket implementation in Golang.
Package webp implements a decoder and encoder for https://en.wikipedia.org/wiki/WebP, WebP images.
This package provides a encoder and decoder of the PostgreSQL wire protocol version 3.
This package provides implementation of MessagePack encoding for Go programming language.
Package sortorder implements sort orders and comparison functions.
Package slice provides utility functions for working with slices in Go.