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.
Collection of compression libraries for Go
Pretty is a Go package that provides fast methods for formatting JSON for human readability, or to compact JSON for smaller payloads.
Go client API for InfluxDB 1.x.
Pure-Go library for cross-platform local peer discovery using UDP multicast.
This package provides a small library that simplifies parsing RSS and Atom feeds in Go.
go-github-com-jpillora-ansi implements the ANSI VT100 control set for use in Go.
go-github-com-tomasen-realip can be used to get client's real public IP, which is usually useful for logging HTTP server.
The sortthread package implements message sorting and threading for go-github-com-emersion-go-imap.
Converts markdown into roff (man pages).
Is provides a quick, clean and simple framework for writing Go tests.
The imap package provides an IMAP4rev1 library written in Go. It can be used to build IMAP clients and servers.
Package blackfriday is a markdown processor.
Clean up raw terminal output by stripping escape sequences, optionally preserving color.
Super-Isolated Elliptic Curve Implementation in Go
go-github-com-oklog-run a universal mechanism to manage goroutine lifecycles.
go-github-com-gosuri-uiprogress is go library to render progress bars in terminal applications.
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.
Package colorstring provides functions for colorizing strings for terminal output.
MauLogger is a logger for Go programs.
Work in Progress. This still needs a lot of help to be complete, or even usable!
go-github-com-anmitsu-go-shlex provides a simple lexical analysis like the Unix shell.
SJSON is a Go package that provides a very fast and simple way to set a value in a json document.
Package ansi provides ansi escape sequence processing as defined by the ECMA-48 standard "Control Functions for Coded Character Sets - Fifth Edition".
SOCKS5 server in Golang