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.
Sprig is a library that provides more than 100 commonly used template functions.
cli is a simple, fast, and fun package for building command line apps in Go. The goal is to enable developers to write fast and distributable command line applications in an expressive way.
This package implements functionality to initialize structs with default values. It supports almost all kind of types: int/8/16/32/64, uint/8/16/32/64, float32/64, uintptr, bool, string, map, slice, struct, f,map[K1]map[K2]Struct, []map[K1]Struct[]
Package term provides structures and helper functions to work with terminal (state, sizes).
Java properties scanner for Go
This package implements value validations based on struct tags. In code it is often necessary to validate that a given value is valid before using it for something. This package allows one to define valid values as struct tags when defining a new struct type.
This package provides a collection of tools for working with the OCI runtime specification. To build from source code, runtime-tools requires Go 1.10.x or above.
This package provides an ANSI color package to output colorized or SGR defined output to the standard output.
intmap is a fast hashmap implementation for Golang, specialized for maps with integer type keys.
Package circllhist provides an implementation of Circonus fixed log-linear histogram data structure. This allows tracking of histograms in a composable way such that accurate error can be reasoned about.
Go library for the TOML configuration language
Package pubsub implements a simple multi-topic pub-sub library.
Go library to load docker CLI configs, auths, etc. with minimal deps. So far the only deps are on the stdlib.
Package bytesp is a plus to the standard bytes package.
The terminfo package implements terminfo database reading for Go.
This package provides a useful boilerplate and organizational information for all OCI projects.
This package provides a collection of Golang utilities.
This package provides generic implementations for Go.
A speedy fuzzy matching package for Go inspired by the JavaScript library bevacqua/fuzzysearch.
Go-Daemon is a library for writing system daemons in Go.
This is Golang package for dealing with consoles. It has few dependencies and a simple API.
Package cursor contains cross-platform methods to move the terminal cursor in different directions. This package can be used to create interactive CLI tools and games, live charts, algorithm visualizations and other updatable output of any kind.
Docker Distribution is a Docker toolset to pack, ship, store, and deliver content. It contains Docker Registry 2.0 and libraries to interact with distribution components.
This library is an implementation of backoff algorithm for retrying operations. It respects context.Context natively, and the critical notifications are done through channel operations, allowing you to write code that is both more explicit and flexibile.