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-buger-goterm provides basic building blocks for advanced console UI
go-github-com-bradfitz-iter provides a syntactically different way to iterate over integers. That's it.
Golang library for media type and file extension detection, based on magic numbers.
go-github-com-jpillora-ansi implements the ANSI VT100 control set for use in Go.
The maildir package provides an interface to mailboxes in the Maildir format.
This package provides a SASL library written in Go.
Blackfriday is a Markdown processor in Go.
go-github-com-gliderlabs-ssh wraps the crypto/ssh package with a higher-level API for building SSH servers.
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-rs-xid is a globally unique id generator library, ready to safely be used directly in your server code.
Package blackfriday is a markdown processor.
This package provides a small library that simplifies parsing RSS and Atom feeds in Go.
The getopt package is a POSIX-compatible implementation of getopt(3) for Go.
go-github-com-oklog-run a universal mechanism to manage goroutine lifecycles.
Go package for parsing log lines in the logfmt style.
Terminal utilities for golang
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.
Simple request logging in Go
go-github-com-dchest-uniuri generates random strings good for use in URIs to identify uniqueobjects.
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.
Windows-portable ANSI escape sequence utility for Go language
go-github-com-go-windows-terminal-sequences is a globally unique id generator library, ready to safely be used directly in your server code.
go-github-com-tidwall-match is a very simple pattern matcher where * matches on any number of characters and ? matches on any one character.
Package mnemonicode.