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.
Package vorbis implements a vorbis decoder.
Package retry provides a framework for retrying actions. It does not itself invoke the action to be retried, but is intended to be used in a retry loop.
An MP3 decoder in pure Go based on @urlhttps://github.com/technosaurus/PDMP3,PDMP3.
Package pkcs7 implements parsing and generation of some PKCS#7 structures.
Converts markdown into roff (man pages).
ANSI escape sequence parser and definitions
Package argon2 implements the key derivation function Argon2.
Package json5 implements decoding of JSON5 values.
Package expect provides an expect-like interface to automate control of applications. It is unlike expect in that it does not spawn or manage process lifecycle. This package only focuses on expecting output and sending input through it's psuedoterminal.
@urlhttps://esbuild.github.io/,Website | @urlhttps://esbuild.github.io/getting-started/,Getting started | @urlhttps://esbuild.github.io/api/,Documentation | @urlhttps://esbuild.github.io/plugins/,Plugins | @urlhttps://esbuild.github.io/faq/,FAQ.
This module provides resources used when developping @urlhttps://github.com/go-text/typesetting,go-text/typesetting, such as :.
@urlhttps://esbuild.github.io/,Website | @urlhttps://esbuild.github.io/getting-started/,Getting started | @urlhttps://esbuild.github.io/api/,Documentation | @urlhttps://esbuild.github.io/plugins/,Plugins | @urlhttps://esbuild.github.io/faq/,FAQ.
Package tensor is a package that provides efficient, generic n-dimensional arrays in Go. Also in this package are functions and methods that are used commonly in arithmetic, comparison and linear algebra operations.
This package provides a low-level library to play sound.
Package tmx implements a parser for the TMX file format used in the Tiled Map Editor.
Package grpc implements an RPC system called gRPC.
Implementation of various data structures and algorithms in Go.
Regexp2 is a feature-rich RegExp engine for Go.
Package vecf32 provides common functions and methods for slices of float32.
Package math32 provides basic constants and mathematical functions for float32 types.
The errgo package provides a way to create and diagnose errors. It is compatible with the usual Go error idioms but adds a way to wrap errors so that they record source location information while retaining a consistent way for code to inspect errors to find out particular problems.
errcheck is a program for checking for unchecked errors in Go code.
hashstructure is a Go library for creating a unique hash value for arbitrary values in Go.
This package provides a UEFI library written to interact with Linux efivars. The goal is to provide a Go library to enable application authors to better utilize secure boot and UEFI. This also includes unit-testing to ensure the library is compatible with existing tools, and integration tests to ensure the library is able of deal with future UEFI revisions.