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.
go-github-com-jpillora-ansi implements the ANSI VT100 control set for use in Go.
The imap package provides an IMAP4rev1 library written in Go. It can be used to build IMAP clients and servers.
Package machineid provides support for reading the unique machine id of most OSs (without admin privileges).
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.
MauLogger is a logger for Go programs.
Package colorstring provides functions for colorizing strings for terminal output.
Windows-portable ANSI escape sequence utility for Go language
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.
go-gemini implements the Gemini protocol in Go. It provides an API similar to that of net/http to facilitate the development of Gemini clients and servers.
The sortthread package implements message sorting and threading for go-github-com-emersion-go-imap.
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-hashicorp-errwrap is a package that formalizes the pattern of wrapping errors and checking if an error contains another error.
Small library for executing an ffprobe process on a given file and getting an easy to use struct representing the returned ffprobe data.
Go client API for InfluxDB 1.x.
go-github-com-gliderlabs-ssh wraps the crypto/ssh package with a higher-level API for building SSH servers.
go-github-com-bradfitz-iter provides a syntactically different way to iterate over integers. That's it.
The getopt package is a POSIX-compatible implementation of getopt(3) for Go.
go-github-com-aryann-difflib is a simple library written in Go for diffing two sequences of text.
Terminal utilities for golang
go-github-com-tomasen-realip can be used to get client's real public IP, which is usually useful for logging HTTP server.
Minimalist assertion library
The pty package provides functions for working with Unix pseudoterminals.
go-github-com-buger-goterm provides basic building blocks for advanced console UI
Converts markdown into roff (man pages).