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 getopt package is a POSIX-compatible implementation of getopt(3) for Go.
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.
Package mnemonicode.
Go package for parsing log lines in the logfmt style.
Clean up raw terminal output by stripping escape sequences, optionally preserving color.
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.
Minimalist assertion library
go-github-com-gosuri-uiprogress is go library to render progress bars in terminal applications.
SOCKS5 server in Golang
A speedy fuzzy matching package for Go inspired by the JavaScript library bevacqua/fuzzysearch.
go-github-com-klauspost-pgzip implements reading and writing of gzip format compressed files, as specified in RFC 1952.
Converts markdown into roff (man pages).
This package provides character set convertion as a Go library.
The message package implements the Internet Message Format and Multipurpose Internet Mail Extensions in Go.
The sortthread package implements message sorting and threading for go-github-com-emersion-go-imap.
Package blackfriday is a markdown processor.
The uniseg package provides a tool to iterate over grapheme clusters. This may be used to determine the number of user-perceived characters, to split strings in their intended places, or to extract individual characters which form a unit.
go-github-com-kyokomi-emoji is a library for displaying emojis to the terminal.
go-github-com-oklog-run a universal mechanism to manage goroutine lifecycles.
The pty package provides functions for working with Unix pseudoterminals.
go-github-com-vividcortex-gohistogram contains implementations of weighted and exponential histograms.
Simplistic, opinionated logging for Golang.
go-github-com-hashicorp-errwrap is a package that formalizes the pattern of wrapping errors and checking if an error contains another error.