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.
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 mnemonicode.
go-github-com-vividcortex-gohistogram contains implementations of weighted and exponential histograms.
go-github-com-hashicorp-errwrap is a package that formalizes the pattern of wrapping errors and checking if an error contains another error.
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.
Golang library for media type and file extension detection, based on magic numbers.
go-github-com-tomasen-realip can be used to get client's real public IP, which is usually useful for logging HTTP server.
GJSON is a Go package that provides a fast and simple way to get values from a JSON document.
Package blackfriday is a markdown processor.
The maildir package provides an interface to mailboxes in the Maildir format.
Clean up raw terminal output by stripping escape sequences, optionally preserving color.
The pty package provides functions for working with Unix pseudoterminals.
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.
go-github-com-hashicorp-go-multierror is a package that provides a mechanism for representing a list of error values as a single error.
The message package implements the Internet Message Format and Multipurpose Internet Mail Extensions in Go.
This package provides character set convertion as a Go library.
Work in Progress. This still needs a lot of help to be complete, or even usable!
This package provides a small library that simplifies parsing RSS and Atom feeds in Go.
Library to listen for keystrokes from the keyboard
MauLogger is a logger for Go programs.
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.
The imap package provides an IMAP4rev1 library written in Go. It can be used to build IMAP clients and servers.