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.
Pure-Go library for cross-platform local peer discovery using UDP multicast.
go-github-com-jpillora-ansi implements the ANSI VT100 control set for use in Go.
go-github-com-dchest-uniuri generates random strings good for use in URIs to identify uniqueobjects.
go-github-com-kyokomi-emoji is a library for displaying emojis to the terminal.
GJSON is a Go package that provides a fast and simple way to get values from a JSON document.
Small library for executing an ffprobe process on a given file and getting an easy to use struct representing the returned ffprobe data.
Minimalist assertion library
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-jpillora-sizestr provides a library to pretty print byte counts in Go.
This package provides a Sqlite3 driver for Go using database/sql.
SJSON is a Go package that provides a very fast and simple way to set a value in a json document.
The imap package provides an IMAP4rev1 library written in Go. It can be used to build IMAP clients and servers.
Library to listen for keystrokes from the keyboard
Package colorstring provides functions for colorizing strings for terminal output.
This package provides character set convertion as a Go library.
Package cli provides a minimal framework for creating and organizing command line Go applications.
Simple request logging in Go
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.
Is provides a quick, clean and simple framework for writing Go tests.
This package provides a SASL library written in 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.
go-github-com-anmitsu-go-shlex provides a simple lexical analysis like the Unix shell.
go-github-com-hashicorp-go-multierror is a package that provides a mechanism for representing a list of error values as a single error.
The getopt package is a POSIX-compatible implementation of getopt(3) for Go.