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.
This package provides basic types for OSM elements (nodes/ways/relations/etc).
It include the following submodules:
parser/changeset- a parser for OSM changeset filesparser/diff- a parser for OSM diff files (.osc)parser/pbf- an efficient parser for OpenStreetMap PBF filesreplication- basic types for replication of OSM datareplication/changeset- functions for downloading OSM changeset filesreplication/diff- functions for downloading OSM diff filesstate- functions for reading and writing diff status files
This package provides ANSI colors for Golang. The package supports Printf/Sprintf etc.
This package provides a wrapper around libedit for Golang.
Package silog provides a slog.Handler implementation that produces human-readable, logfmt-style output.
This package provides a Go program for creating sanitized anchor names.
This package provides a C99 compiler front end.
This package provides a code generation tool for creating methods to serialize and de-serialize Go data structures to and from data interchange format - MessagePack.
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[]
This package makes it a breeze to check and modify file permission bits.
glg is simple lock-free logging library for Go.
This package provides utilities to perform atomic writes to a file or set of files.
PG* is a protoc plugin library for efficient proto-based code generation.
Package logfmt implements utilities to marshal and unmarshal data in the logfmt format. The logfmt format records key/value pairs in a way that balances readability for humans and simplicity of computer parsing. It is most commonly used as a more human friendly alternative to JSON for structured logging.
This package implements a generic patricia trie (also called radix tree).
This packages is fork of gopkg.in/yaml.v2 maintained by YAML organization.
This package contains the main implementation of the HCL. HCL is designed to be a language for expressing configuration which is easy for both humans and machines to read.
Package sequential provides a set of functions for managing sequential files on Windows.
Puddle is a tiny generic resource pool library hat uses the standard context library to signal cancellation of acquires. It is designed to contain the minimum functionality required for a resource pool. It can be used directly or it can be used as the base for a domain specific resource pool. For example, a database connection pool may use puddle internally and implement health checks and keep-alive behavior without needing to implement any concurrent code of its own.
Package kong aims to support arbitrarily complex command-line structures with as little developer effort as possible.
Package squirrel provides a fluent SQL generator.
This package allows access different file time metadata from Golang.
Package xdg provides functions related to freedesktop.org.
Exiffix is a one function golang library made to be a replacement for image.Decode to handle orientation stored in EXIF data.