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.
The getopt package is a POSIX-compatible implementation of getopt(3) for Go.
go-github-com-c4milo-unpackit allows you to easily unpack *.tar.gz, *.tar.bzip2, *.tar.xz, *.zip and *.tar files. CGO is not involved nor hard dependencies of any type.
Go package for parsing log lines in the logfmt style.
The maildir package provides an interface to mailboxes in the Maildir format.
Minimalist assertion library
go-github-com-aryann-difflib is a simple library written in Go for diffing two sequences of text.
This package provides a SASL library written in Go.
Package blackfriday is a markdown processor.
go-github-com-vividcortex-gohistogram contains implementations of weighted and exponential histograms.
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.
This package provides character set convertion as a Go library.
Package mnemonicode.
Super-Isolated Elliptic Curve Implementation in Go
Library to listen for keystrokes from the keyboard
The sortthread package implements message sorting and threading for go-github-com-emersion-go-imap.
Terminal utilities for 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.
go-github-com-jpillora-sizestr provides a library to pretty print byte counts in Go.
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.
The imap package provides an IMAP4rev1 library written in Go. It can be used to build IMAP clients and servers.
The textwrapper package provides a writer that wraps long text lines to a specified length.
Golang library for media type and file extension detection, based on magic numbers.
MauLogger is a logger for Go programs.
SOCKS5 server in Golang