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.
The chardet package ports character set detection from ICU to Go.
Package fasttemplate implements simple and fast template library.
combinator generates a slice of all possible value combinations for any given struct and a set of its potential member values. This can be used to generate extensive test matrixes among other things.
Phony is a very minimal actor model library for Go, inspired by the causal messaging system in the Pony programming language.
The goipp package implements the IPP core protocol, as defined by @urlhttps://rfc-editor.org/rfc/rfc8010.html,RFC 8010.
Package appengine provides basic functionality for Google App Engine.
This package provides a Go library to create and print diffs.
Package cellbuf provides terminal cell buffer functionality.
Package cmdflag provides simple command line commands processing on top of the standard library flag package.
Package fileutil collects some file utility functions.
This package implements the tree command in Go, in a way such that it can be used programatically.
Implementation of an R-Way Trie data structure.
This package implements minimal utility functions for working with SQL dates and other date-only dates in Go.
This package provides a Go implementation of bitsets, which are a mapping between non-negative integers and boolean values focused on efficient space usage.
Package atime provides a platform-independent way to get atimes for files.
Package uuid provides implementation of Universally Unique Identifier. Supported versions are 1, 3, 4 and 5 (as specified in RFC 4122) and version 2 (as specified in DCE 1.1).
This package provides a small error library that augments the errors library in go standard library.
Package kong aims to support arbitrarily complex command-line structures with as little developer effort as possible.
Package redact provides facilities for separating safe and unsafe pieces of data when logging and constructing error object.
This package provides ioctl wrapper to std syscall and os.
This package provides a ordered map library that maintains amortized O(1) for Set, Get, Delete and Len.
This package provides a simple TUN/TAP interface library for Go that efficiently works with standard packages like io, bufio, etc.. Use waterutil with it to work with TUN/TAP packets/frames.
Package pgio is a low-level toolkit building messages in the PostgreSQL wire protocol.
Package fwd provides a buffered reader and writer. Each has methods that help improve the encoding/decoding performance of some binary protocols.