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-tomasen-realip can be used to get client's real public IP, which is usually useful for logging HTTP server.
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 a small library that simplifies parsing RSS and Atom feeds in Go.
This package provides a SASL library written in Go.
Collection of compression libraries for Go
Bit Stream helper in Golang.
go-github-com-hashicorp-go-multierror is a package that provides a mechanism for representing a list of error values as a single error.
go-github-com-jpillora-sizestr provides a library to pretty print byte counts in Go.
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.
A speedy fuzzy matching package for Go inspired by the JavaScript library bevacqua/fuzzysearch.
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.
zyedidia-clipboard provides copying and pasting to the Clipboard for Go.
Library to listen for keystrokes from the keyboard
Simplistic, opinionated logging for Golang.
go-gemini implements the Gemini protocol in Go. It provides an API similar to that of net/http to facilitate the development of Gemini clients and servers.
go-github-com-kyokomi-emoji is a library for displaying emojis to the terminal.
SOCKS5 server in Golang
Package mnemonicode.
go-github-com-gliderlabs-ssh wraps the crypto/ssh package with a higher-level API for building SSH servers.
go-github-com-oklog-run a universal mechanism to manage goroutine lifecycles.
Work in Progress. This still needs a lot of help to be complete, or even usable!
MauLogger is a logger for Go programs.
Package blackfriday is a markdown processor.