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-gliderlabs-ssh wraps the crypto/ssh package with a higher-level API for building SSH servers.
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.
SOCKS5 server in Golang
The imap package provides an IMAP4rev1 library written in Go. It can be used to build IMAP clients and servers.
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.
go-github-com-dsnet-golib is a collection of mostly unrelated helper libraries.
go-github-com-gosuri-uiprogress is go library to render progress bars in terminal applications.
This package provides a SASL library written in Go.
The pty package provides functions for working with Unix pseudoterminals.
Blackfriday is a Markdown processor in Go.
This package implements a low-level key/value store in Go.
Small library for executing an ffprobe process on a given file and getting an easy to use struct representing the returned ffprobe data.
Work in Progress. This still needs a lot of help to be complete, or even usable!
Minimalist assertion library
The sortthread package implements message sorting and threading for go-github-com-emersion-go-imap.
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.
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.
SJSON is a Go package that provides a very fast and simple way to set a value in a json document.
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-rs-xid is a globally unique id generator library, ready to safely be used directly in your server code.
The textwrapper package provides a writer that wraps long text lines to a specified length.
Library to listen for keystrokes from the keyboard
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.