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.
go-github-com-bradfitz-iter provides a syntactically different way to iterate over integers. That's it.
SJSON is a Go package that provides a very fast and simple way to set a value in a json document.
Is provides a quick, clean and simple framework for writing Go tests.
Windows-portable ANSI escape sequence utility for Go language
go-github-com-jpillora-sizestr provides a library to pretty print byte counts in Go.
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.
go-github-com-nu7hatch-gouuid 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.
go-github-com-tomasen-realip can be used to get client's real public IP, which is usually useful for logging HTTP server.
go-github-com-jpillora-ansi implements the ANSI VT100 control set for use in Go.
Package ansi provides ansi escape sequence processing as defined by the ECMA-48 standard "Control Functions for Coded Character Sets - Fifth Edition".
The textwrapper package provides a writer that wraps long text lines to a specified length.
Go package for parsing log lines in the logfmt style.
go-github-com-gliderlabs-ssh wraps the crypto/ssh package with a higher-level API for building SSH servers.
Small library for executing an ffprobe process on a given file and getting an easy to use struct representing the returned ffprobe data.
Super-Isolated Elliptic Curve Implementation in Go
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.
go-github-com-tidwall-match is a very simple pattern matcher where * matches on any number of characters and ? matches on any one character.
Collection of compression libraries for Go
The getopt package is a POSIX-compatible implementation of getopt(3) for Go.
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.
Blackfriday is a Markdown processor in Go.
go-github-com-buger-goterm provides basic building blocks for advanced console UI
Library to listen for keystrokes from the keyboard
go-github-com-gosuri-uiprogress is go library to render progress bars in terminal applications.