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.
This package provides supplemental Go networking libraries.
go-github-com-oklog-run a universal mechanism to manage goroutine lifecycles.
go-github-com-dchest-uniuri generates random strings good for use in URIs to identify uniqueobjects.
go-github-com-gosuri-uilive go library for updating terminal output in realtime. It provides a buffered io.Writer that is flushed at a timed interval. go-github-com-gosuri-uilive powers go-github-com-gosuri-uiprogress.
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.
SOCKS5 server in Golang
Work in Progress. This still needs a lot of help to be complete, or even usable!
Library to listen for keystrokes from the keyboard
Go package for parsing log lines in the logfmt style.
The getopt package is a POSIX-compatible implementation of getopt(3) for Go.
Simplistic, opinionated logging for Golang.
Package colorstring provides functions for colorizing strings for terminal output.
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.
This package implements a low-level key/value store in Go.
Super-Isolated Elliptic Curve Implementation in Go
This library will help you allow two parties to generate a mutual secret key by using a weak key that is known to both beforehand (e.g. via some other channel of communication). This is a simple API for an implementation of password-authenticated key exchange (PAKE). This protocol is derived from Dan Boneh and Victor Shoup's cryptography book (pg 789, "PAKE2 protocol). I decided to create this library so I could use PAKE in my file-transfer utility, croc.
Terminal utilities for golang
Pure-Go library for cross-platform local peer discovery using UDP multicast.
disintegration-imaging provides basic image processing functions such as resize, rotate, crop, brightness/contrast, adjustments, etc.
go-maunium-net-go-mautrix is a Golang Matrix framework.
The message package implements the Internet Message Format and Multipurpose Internet Mail Extensions in Go.
Is provides a quick, clean and simple framework for writing Go tests.
go-github-com-kyokomi-emoji is a library for displaying emojis to the terminal.
go-github-com-anmitsu-go-shlex provides a simple lexical analysis like the Unix shell.