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-sizestr provides a library to pretty print byte counts in Go.
Collection of compression libraries for Go
go-github-com-gliderlabs-ssh wraps the crypto/ssh package with a higher-level API for building SSH servers.
go-github-com-hashicorp-errwrap is a package that formalizes the pattern of wrapping errors and checking if an error contains another error.
Super-Isolated Elliptic Curve Implementation in Go
This package provides a small library that simplifies parsing RSS and Atom feeds in Go.
Package ansi provides ansi escape sequence processing as defined by the ECMA-48 standard "Control Functions for Coded Character Sets - Fifth Edition".
Package imohash implements a fast, constant-time hash for files. It is based atop murmurhash3 and uses file size and sample data to construct the hash.
SOCKS5 server in Golang
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-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-kyokomi-emoji is a library for displaying emojis to the terminal.
Small library for executing an ffprobe process on a given file and getting an easy to use struct representing the returned ffprobe data.
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.
This package provides a SASL library written in Go.
Simplistic, opinionated logging for Golang.
Package poller is a file-descriptor multiplexer. It allows concurent Read and Write operations from and to multiple file-descriptors without allocating one OS thread for every blocked operation. It operates similarly to Go's netpoller (which multiplexes network connections) without requiring special support from the Go runtime. It can be used with tty devices, character devices, pipes, FIFOs, and any file-descriptor that is poll-able (can be used with select(2), epoll(7), etc.) In addition, package poller allows the user to set timeouts (deadlines) for read and write operations, and also allows for safe cancelation of blocked read and write operations; a Close from another go-routine safely cancels ongoing (blocked) read and write operations.
Work in Progress. This still needs a lot of help to be complete, or even usable!
zyedidia-clipboard provides copying and pasting to the Clipboard for Go.
go-github-com-oklog-run a universal mechanism to manage goroutine lifecycles.
go-github-com-tidwall-match is a very simple pattern matcher where * matches on any number of characters and ? matches on any one character.
Golang library for media type and file extension detection, based on magic numbers.
Simple request logging in Go