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.
Golang library for media type and file extension detection, based on magic numbers.
SOCKS5 server in Golang
Simple request logging in Go
Pretty is a Go package that provides fast methods for formatting JSON for human readability, or to compact JSON for smaller payloads.
SJSON is a Go package that provides a very fast and simple way to set a value in a json document.
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-dchest-uniuri generates random strings good for use in URIs to identify uniqueobjects.
Go client API for InfluxDB 1.x.
Super-Isolated Elliptic Curve Implementation in Go
The getopt package is a POSIX-compatible implementation of getopt(3) for Go.
Package ansi provides ansi escape sequence processing as defined by the ECMA-48 standard "Control Functions for Coded Character Sets - Fifth Edition".
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.
This package provides a Sqlite3 driver for Go using database/sql.
This package provides supplemental Go networking libraries.
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.
This package provides supplemental Go libraries for image processing.
Converts markdown into roff (man pages).
The maildir package provides an interface to mailboxes in the Maildir format.
This package provides character set convertion as a Go library.
Go package for parsing log lines in the logfmt style.
go-github-com-c4milo-unpackit allows you to easily unpack *.tar.gz, *.tar.bzip2, *.tar.xz, *.zip and *.tar files. CGO is not involved nor hard dependencies of any type.
Package mnemonicode.
A speedy fuzzy matching package for Go inspired by the JavaScript library bevacqua/fuzzysearch.
Small library for executing an ffprobe process on a given file and getting an easy to use struct representing the returned ffprobe data.