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.
SipHash is a family of pseudo-random functions optimized for speed on short messages. It computes a 64-bit or 128 bit message authentication code from a variable-length message and 128-bit secret key. This implementation uses the recommended parameters c=2 and d=4.
This package provides a SASL library written in Go.
Golang library for media type and file extension detection, based on magic numbers.
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.
This package provides supplemental Go libraries for image processing.
This package provides a Sqlite3 driver for Go using database/sql.
The getopt package is a POSIX-compatible implementation of getopt(3) for Go.
Converts markdown into roff (man pages).
Package colorstring provides functions for colorizing strings for terminal output.
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.
go-github-com-anmitsu-go-shlex provides a simple lexical analysis like the Unix shell.
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.
Is provides a quick, clean and simple framework for writing Go tests.
Library to listen for keystrokes from the keyboard
Package mnemonicode.
go-github-com-dchest-uniuri generates random strings good for use in URIs to identify uniqueobjects.
go-github-com-gosuri-uiprogress is go library to render progress bars in terminal applications.
A speedy fuzzy matching package for Go inspired by the JavaScript library bevacqua/fuzzysearch.
go-github-com-rs-xid is a globally unique id generator library, ready to safely be used directly in your server code.
Windows-portable ANSI escape sequence utility for Go language
go-github-com-tidwall-match is a very simple pattern matcher where * matches on any number of characters and ? matches on any one character.
Blackfriday is a Markdown processor in Go.
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-github-com-kyokomi-emoji is a library for displaying emojis to the terminal.