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.
Minimalist assertion library
go-github-com-dchest-uniuri generates random strings good for use in URIs to identify uniqueobjects.
go-github-com-gosuri-uiprogress is go library to render progress bars in terminal applications.
Converts markdown into roff (man pages).
Go package for parsing log lines in the logfmt style.
Windows-portable ANSI escape sequence utility for Go language
This package provides a logger in Go.
The colorful package providos a library for using colors in Go. colorful stores colors in RGB and provides methods for converting these to various color spaces.
The getopt package is a POSIX-compatible implementation of getopt(3) for Go.
go-github-com-c4milo-unpackit allows you to easily unpack *.tar.gz, *.tar.bzip2, *.tar.xz, *.zip and *.tar files. CGO is not involved nor hard dependencies of any type.
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-kyokomi-emoji is a library for displaying emojis to the terminal.
Terminal utilities for golang
The textwrapper package provides a writer that wraps long text lines to a specified length.
The imap package provides an IMAP4rev1 library written in Go. It can be used to build IMAP clients and servers.
Package mnemonicode.
go-github-com-jpillora-sizestr provides a library to pretty print byte counts in Go.
Work in Progress. This still needs a lot of help to be complete, or even usable!
The sortthread package implements message sorting and threading for go-github-com-emersion-go-imap.
SJSON is a Go package that provides a very fast and simple way to set a value in a json document.
go-github-com-tidwall-match is a very simple pattern matcher where * matches on any number of characters and ? matches on any one character.
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-anmitsu-go-shlex provides a simple lexical analysis like the Unix shell.
This package provides character set convertion as a Go library.