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 client API for InfluxDB 1.x.
This package provides a SASL library written in Go.
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-tomasen-realip can be used to get client's real public IP, which is usually useful for logging HTTP server.
This package provides a very simple thread-safe progress bar which should work on every OS without problems. I needed a progressbar for croc and everything I tried had problems, so I made another one. In order to be OS agnostic I do not plan to support multi-line outputs.
Terminal utilities for golang
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 package for parsing log lines in the logfmt style.
disintegration-imaging provides basic image processing functions such as resize, rotate, crop, brightness/contrast, adjustments, etc.
Package blackfriday is a markdown processor.
go-github-com-aryann-difflib is a simple library written in Go for diffing two sequences of text.
GJSON is a Go package that provides a fast and simple way to get values from a JSON document.
SJSON is a Go package that provides a very fast and simple way to set a value in a json document.
go-github-com-hashicorp-go-multierror is a package that provides a mechanism for representing a list of error values as a single error.
Super-Isolated Elliptic Curve Implementation in Go
go-github-com-klauspost-pgzip implements reading and writing of gzip format compressed files, as specified in RFC 1952.
zyedidia-clipboard provides copying and pasting to the Clipboard for Go.
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.
SipHash is a family of pseudo-random functions optimized for speed on short messages. It computes a 64-bit or 128 bit message authentication code from a variable-length message and 128-bit secret key. This implementation uses the recommended parameters c=2 and d=4.
go-github-com-tidwall-match is a very simple pattern matcher where * matches on any number of characters and ? matches on any one character.
go-github-com-olebedev-emitter implements a channel-based pubsub pattern. The design goals are to use Golang concurrency model instead of flat callbacks and to design a very simple API that is easy to consume.
The maildir package provides an interface to mailboxes in the Maildir format.
The getopt package is a POSIX-compatible implementation of getopt(3) for Go.
Package colorstring provides functions for colorizing strings for terminal output.