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.
Set is the set collection for the Go language.
This package provides Go functions to manage changelogs.
This package provides Cloud Native Computing Foundation's CDI specification, for container-runtimes, to support third-party devices. It also includes tags.cncf.io/container-device-interface/specs-go submodule.
This package provides a verity Go packages.
buffer - provides a thin wrapper around a byte slice
log - provides support for logging to stdout, stderr and file
pid - provides structure and helper functions to create and remove PID file
This package is a simple Go library that provides retry functionality for functions that may fail. It includes various customizable retry strategies, such as fixed delay, backoff delay, and random delay.
This package is a simple, useful and opinionated CLI package in Go.
go-localeinfo extracts monetary/numeric/time formatting information, rather than the current locale name.
jsoncolor is a drop-in replacement for encoding/json's Marshal and MarshalIndent functions and Encoder type which produce colorized output using github.com/fatih/color.
This package implements a functionality to marshal/unmarshal XML to/from map[string]interface values (and JSON); extract/modify values from maps by key or key-path, including wildcards.
Package gettext provides bindings for https://www.gnu.org/software/gettext/.
gojq is an Go implementation and library of the jq JSON processor.
Adaptive Replacement Cache is an enhancement over the standard LRU cache in that tracks both frequency and recency of use. This avoids a burst in access to new entries from evicting the frequently used older entries. It adds some additional tracking overhead to a standard LRU cache, computationally it is roughly 2x the cost, and the extra memory overhead is linear with the size of the cache.
Monolith-Go is a Go library for working with byte sequences.
The chardet package ports character set detection from ICU to Go.
This package provides an implementation of the Alphanum Algorithm developed by Dave Koelle in Go.
This package provides a reporter for the go-metrics library which posts metrics to Graphite.
This package provides implementation of various data structures and algorithms in Go.
This package provides functionality to load functions used in Sonic JSON library.
This package provides a handy interface to do a topological sort of some data in a pretty lightweight way.
Package xpty provides platform-independent interfaces to interact with pseudo-terminals (PTYs) in Go. It abstracts the differences between Unix and Windows systems and supports both ConPTY and classic Unix PTYs.
This package allows for a cgo argument to be passed a Go pointer.
This package provides a collection of ANSI-aware methods and io.Writers helping you to transform blocks of text.
Package tint implements a zero-dependency slog.Handler that writes tinted (colorized) logs. The output format is inspired by the zerolog.ConsoleWriter and slog.TextHandler.
This package implements a log client.