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.
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.
gg is a library for rendering 2D graphics in pure Go.
Package bytefmt contains helper methods and constants for converting to and from a human-readable byte format.
The bom package provides small tools for cleaning BOMs from a byte array or reader.
Package temperrcatcher provides a TempErrCatcher object, which implements simple error-retrying functionality.
This package provides an extendable argument parser for Golang. Mostly follows the GNU @urlhttps://www.gnu.org/software/libc/manual/html_node/Argument-Syntax.html, Program Argument Syntax Conventions.
Package cpu implements processor feature detection used by the Go standard library.
subcommands implements a functionality for a single command to have many subcommands, each of which takes arguments.
gocovmerge takes the results from multiple go test -coverprofile runs and merges them into one profile.
This package provides a ordered map library that maintains amortized O(1) for Set, Get, Delete and Len.
This package provides a QR code encoder for the Goloang.
go-cache is an in-memory key:value store/cache similar to Memcached that is suitable for applications running on a single machine. Its major advantage is that, being essentially a thread-safe map[string]interface with expiration times, it doesn't need to serialize or transmit its contents over the network.
doublestar is a Go implementation of path pattern matching and globbing with support for "doublestar" patterns.
Package logr defines a general-purpose logging API and abstract interfaces to back that API. Packages in the Go ecosystem can depend on it, while callers can implement logging with whatever backend is appropriate.
This package provides simple wrappers for primitive types to enforce atomic access.
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 implements the Levenshtein algorithm in Go, providing edit distances, edit scripts and ratios for strings (slices of runes).
This package provides a library for retrieving information on running processes and system utilization (CPU, memory, disks, network, sensors).
Go package xstrings is a collection of string functions,which are widely used in other languages but absent in Go package strings.
This package provides an implementation of Gil Tene's HDR Histogram data structure. The HDR Histogram allows for fast and accurate analysis of the extreme ranges of data with non-normal distributions, like latency.
This package provides an alternative implementation of regexp, with some code optimisations to make it run faster.
Package ring implements a FIFO queue backed by a ring buffer.
Go-hdb is a native Go HANA database driver for Go's sql package. It implements the SAP HANA SQL command network protocol.
Replace uses of the time package with the clockwork.Clock interface instead.