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.
Package squirrel provides a fluent SQL generator.
This package provides some utilities for messing with extended Backus–Naur form grammars.
Package flagenv provides the ability to populate flags from environment variables.
Package errdefs defines the common errors used throughout containerd packages.
Perks contains the Go package quantile that computes approximate quantiles over an unbounded data stream within low memory and CPU bounds.
This package provides utilities for manipulating POSIX capabilities.
Implementation of an R-Way Trie data structure.
Package optparse parses command line arguments very similarly to GNU getopt_long(). It supports long options and optional arguments, but does not permute arguments. It is intended as a replacement for Go's flag package.
Package retry provides a simple, stateless, functional mechanism to perform actions repetitively until successful.
This package provides a reflection extension.
Colorstring provides functions for colorizing strings for terminal output.
Package pubsub implements a simple multi-topic pub-sub library.
Monolith-Go is a Go library for working with byte sequences.
Package kyaml contains libraries for reading and writing Kubernetes Resource configuration as YAML.
Package term provides structures and helper functions to work with terminal (state, sizes).
Unicode transliterator in Golang - Replaces non-ASCII characters with their ASCII approximations.
Perks contains the Go package quantile that computes approximate quantiles over an unbounded data stream within low memory and CPU bounds.
This package provides factors out an opinionated selection of internal packages and functionality from the Go standard library. Currently this consists mostly of packages and testing code from within the Go tool implementation.
Included are the following:
dirhash: calculate hashes over directory trees the same way that the Go tool does.
goproxytest: a GOPROXY implementation designed for test use.
gotooltest: Use the Go tool inside test scripts (see testscript below)
imports: list of known architectures and OSs, and support for reading import import statements.
modfile: read and write go.mod files while preserving formatting and comments.
module: module paths and versions.
par: do work in parallel.
semver: semantic version parsing.
testenv: information on the current testing environment.
testscript: script-based testing based on txtar files
txtar: simple text-based file archives for testing.
mtree is a filesystem hierarchy validation tooling and format. This is a library and simple CLI tool for mtree(8) implemented in Go.
lru is a package which implements a fixed-size thread safe Least recently used cache. It is based on the cache in Groupcache.
This package provides ansi, a Go module that can generate ANSI colored strings.
This package provides functionality to load functions used in Sonic JSON library.
Package times provides a platform-independent way to get atime, mtime,ctime and btime for files.
Command line argument parser following the GNU standard.