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-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-oklog-run a universal mechanism to manage goroutine lifecycles.
Is provides a quick, clean and simple framework for writing Go tests.
SOCKS5 server in Golang
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.
SJSON is a Go package that provides a very fast and simple way to set a value in a json document.
This package provides a SASL library written in Go.
The maildir package provides an interface to mailboxes in the Maildir format.
go-github-com-buger-goterm provides basic building blocks for advanced console UI
The sortthread package implements message sorting and threading for go-github-com-emersion-go-imap.
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.
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-dchest-uniuri generates random strings good for use in URIs to identify uniqueobjects.
disintegration-imaging provides basic image processing functions such as resize, rotate, crop, brightness/contrast, adjustments, etc.
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.
Golang library for media type and file extension detection, based on magic numbers.
GJSON is a Go package that provides a fast and simple way to get values from a JSON document.
Collection of compression libraries for Go
Package machineid provides support for reading the unique machine id of most OSs (without admin privileges).
The pty package provides functions for working with Unix pseudoterminals.
go-github-com-go-windows-terminal-sequences is a globally unique id generator library, ready to safely be used directly in your server code.
This package provides supplemental Go libraries for image processing.
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.
A speedy fuzzy matching package for Go inspired by the JavaScript library bevacqua/fuzzysearch.