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.
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.
Blackfriday is a Markdown processor in Go.
The message package implements the Internet Message Format and Multipurpose Internet Mail Extensions in Go.
Go package for parsing log lines in the logfmt style.
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-aryann-difflib is a simple library written in Go for diffing two sequences of text.
zyedidia-clipboard provides copying and pasting to the Clipboard for Go.
go-github-com-klauspost-pgzip implements reading and writing of gzip format compressed files, as specified in RFC 1952.
go-github-com-buger-goterm provides basic building blocks for advanced console UI
Simple request logging in Go
go-github-com-dchest-uniuri generates random strings good for use in URIs to identify uniqueobjects.
The textwrapper package provides a writer that wraps long text lines to a specified length.
Work in Progress. This still needs a lot of help to be complete, or even usable!
Go client API for InfluxDB 1.x.
go-github-com-oklog-run a universal mechanism to manage goroutine lifecycles.
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.
This package provides a logger in Go.
This package provides a SASL library written in Go.
This package implements a low-level key/value store in Go.
This package provides character set convertion as a Go library.
The imap package provides an IMAP4rev1 library written in Go. It can be used to build IMAP clients and servers.
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.
Package mnemonicode.
The getopt package is a POSIX-compatible implementation of getopt(3) for Go.