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.
go-github-com-jpillora-ansi implements the ANSI VT100 control set for use in Go.
Simple request logging in Go
Blackfriday is a Markdown processor in Go.
Bit Stream helper in Golang.
go-github-com-klauspost-pgzip implements reading and writing of gzip format compressed files, as specified in RFC 1952.
go-golang-org-x-image provides immutable UUID structs and the functions NewV3, NewV4, NewV5 and Parse() for generating versions 3, 4 and 5 UUIDs as specified in RFC 4122.
Package machineid provides support for reading the unique machine id of most OSs (without admin privileges).
go-github-com-hashicorp-go-multierror is a package that provides a mechanism for representing a list of error values as a single error.
Go client API for InfluxDB 1.x.
go-github-com-go-logfmt-logfmt implements utilities to mars and unmarshal data in the logfmt format. It provides an API similar encoding/json and encoding/xml.
Package ansi provides ansi escape sequence processing as defined by the ECMA-48 standard "Control Functions for Coded Character Sets - Fifth Edition".
Package cli provides a minimal framework for creating and organizing command line Go applications.
go-gemini implements the Gemini protocol in Go. It provides an API similar to that of net/http to facilitate the development of Gemini clients and servers.
This package provides a SASL library written in Go.
SOCKS5 server in Golang
go-github-com-rs-xid is a globally unique id generator library, ready to safely be used directly in your server code.
Clean up raw terminal output by stripping escape sequences, optionally preserving color.
The message package implements the Internet Message Format and Multipurpose Internet Mail Extensions in Go.
The maildir package provides an interface to mailboxes in the Maildir format.
Pure-Go library for cross-platform local peer discovery using UDP multicast.
disintegration-imaging provides basic image processing functions such as resize, rotate, crop, brightness/contrast, adjustments, etc.
go-github-com-gosuri-uilive go library for updating terminal output in realtime. It provides a buffered io.Writer that is flushed at a timed interval. go-github-com-gosuri-uilive powers go-github-com-gosuri-uiprogress.
Package imohash implements a fast, constant-time hash for files. It is based atop murmurhash3 and uses file size and sample data to construct the hash.
Collection of compression libraries for Go