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.
go-github-com-jpillora-sizestr provides a library to pretty print byte counts in Go.
Clean up raw terminal output by stripping escape sequences, optionally preserving color.
This package provides supplemental Go networking libraries.
GJSON is a Go package that provides a fast and simple way to get values from a JSON document.
go-github-com-gliderlabs-ssh wraps the crypto/ssh package with a higher-level API for building SSH servers.
This package provides a Sqlite3 driver for Go using database/sql.
go-github-com-kyokomi-emoji is a library for displaying emojis to the terminal.
Simplistic, opinionated logging for Golang.
go-github-com-buger-goterm provides basic building blocks for advanced console UI
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.
The colorful package providos a library for using colors in Go. colorful stores colors in RGB and provides methods for converting these to various color spaces.
Pure-Go library for cross-platform local peer discovery using UDP multicast.
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.
Package blackfriday is a markdown processor.
Package cli provides a minimal framework for creating and organizing command line Go applications.
go-github-com-gosuri-uiprogress is go library to render progress bars in terminal applications.
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.
This package provides character set convertion as a Go library.
This package provides a logger in Go.
Simple request logging in Go
go-github-com-hashicorp-errwrap is a package that formalizes the pattern of wrapping errors and checking if an error contains another error.
go-github-com-dchest-uniuri generates random strings good for use in URIs to identify uniqueobjects.
This package provides a SASL library written in Go.
The pty package provides functions for working with Unix pseudoterminals.