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.
Pretty is a Go package that provides fast methods for formatting JSON for human readability, or to compact JSON for smaller payloads.
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.
go-github-com-dsnet-golib is a collection of mostly unrelated helper libraries.
go-github-com-oklog-run a universal mechanism to manage goroutine lifecycles.
SJSON is a Go package that provides a very fast and simple way to set a value in a json document.
Clean up raw terminal output by stripping escape sequences, optionally preserving color.
Pure-Go library for cross-platform local peer discovery using UDP multicast.
Collection of compression libraries for Go
go-github-com-anmitsu-go-shlex provides a simple lexical analysis like the Unix shell.
This package provides a Sqlite3 driver for Go using database/sql.
Is provides a quick, clean and simple framework for writing Go tests.
Work in Progress. This still needs a lot of help to be complete, or even usable!
go-github-com-tomasen-realip can be used to get client's real public IP, which is usually useful for logging HTTP server.
go-github-com-gosuri-uilive go library for updating terminal output in realtime. It provides a buffered io.Writer that is flushed at a timed interval. go-github-com-gosuri-uilive powers go-github-com-gosuri-uiprogress.
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.
go-github-com-jpillora-sizestr provides a library to pretty print byte counts 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.
disintegration-imaging provides basic image processing functions such as resize, rotate, crop, brightness/contrast, adjustments, etc.
The maildir package provides an interface to mailboxes in the Maildir format.
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-rs-xid is a globally unique id generator library, ready to safely be used directly in your server code.
go-github-com-aryann-difflib is a simple library written in Go for diffing two sequences of text.
Simplistic, opinionated logging for Golang.
The message package implements the Internet Message Format and Multipurpose Internet Mail Extensions in Go.