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 search send a patch to ~whereiseveryone/toys@lists.sr.ht adding your channel as an entry in channels.scm.
go-github-com-go-windows-terminal-sequences is a globally unique id generator library, ready to safely be used directly in your server code.
A speedy fuzzy matching package for Go inspired by the JavaScript library bevacqua/fuzzysearch.
go-github-com-oklog-run a universal mechanism to manage goroutine lifecycles.
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.
go-github-com-rs-xid is a globally unique id generator library, ready to safely be used directly in your server code.
The sortthread package implements message sorting and threading for go-github-com-emersion-go-imap.
This package provides supplemental Go libraries for image processing.
go-github-com-jpillora-ansi implements the ANSI VT100 control set for use in Go.
go-maunium-net-go-mautrix is a Golang Matrix framework.
Blackfriday is a Markdown processor in Go.
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.
Is provides a quick, clean and simple framework for writing Go tests.
Package cli provides a minimal framework for creating and organizing command line Go applications.
SJSON is a Go package that provides a very fast and simple way to set a value in a json document.
The getopt package is a POSIX-compatible implementation of getopt(3) for Go.
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.
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.
Go package for parsing log lines in the logfmt style.
go-github-com-gosuri-uiprogress is go library to render progress bars in terminal applications.
go-github-com-bradfitz-iter provides a syntactically different way to iterate over integers. That's it.
Windows-portable ANSI escape sequence utility for Go language
Small library for executing an ffprobe process on a given file and getting an easy to use struct representing the returned ffprobe data.
Simplistic, opinionated logging for Golang.
This package provides a logger in Go.