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.
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.
SOCKS5 server in Golang
The pty package provides functions for working with Unix pseudoterminals.
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.
This package provides a small library that simplifies parsing RSS and Atom feeds in Go.
go-github-com-tidwall-match is a very simple pattern matcher where * matches on any number of characters and ? matches on any one character.
zyedidia-clipboard provides copying and pasting to the Clipboard for Go.
Library to listen for keystrokes from the keyboard
Package ansi provides ansi escape sequence processing as defined by the ECMA-48 standard "Control Functions for Coded Character Sets - Fifth Edition".
Package machineid provides support for reading the unique machine id of most OSs (without admin privileges).
This package provides a Sqlite3 driver for Go using database/sql.
Simple request logging in Go
The message package implements the Internet Message Format and Multipurpose Internet Mail Extensions in Go.
Converts markdown into roff (man pages).
go-github-com-gosuri-uiprogress is go library to render progress bars in terminal applications.
go-github-com-go-logfmt-logfmt implements utilities to mars and unmarshal data in the logfmt format. It provides an API similar encoding/json and encoding/xml.
Go package for parsing log lines in the logfmt style.
go-github-com-buger-goterm provides basic building blocks for advanced console UI
Is provides a quick, clean and simple framework for writing Go tests.
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.
go-github-com-rs-xid is a globally unique id generator library, ready to safely be used directly in your server code.
go-github-com-hashicorp-go-multierror is a package that provides a mechanism for representing a list of error values as a single error.
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.
disintegration-imaging provides basic image processing functions such as resize, rotate, crop, brightness/contrast, adjustments, etc.