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.
Package bitmapfont provides font.Face values with bitmap glyphs.
Converts markdown into roff (man pages).
This module provides resources used when developping @urlhttps://github.com/go-text/typesetting,go-text/typesetting, such as :.
Package tmx implements a parser for the TMX file format used in the Tiled Map Editor.
Package vecf32 provides common functions and methods for slices of float32.
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.
Package pkcs7 implements parsing and generation of some PKCS#7 structures.
The Go mobile repository holds packages and build tools for using Go on mobile platforms.
Package json5 implements decoding of JSON5 values.
Package arrow provides an implementation of Apache Arrow.
This Go package removes ANSI escape codes from strings.
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.
This package provides a library for calling C functions from Go without Cgo.
Package vecf64 provides common functions and methods for slices of float64.
Package cookiejar implements an in-memory @urlhttps://rfc-editor.org/rfc/rfc6265.html,RFC 6265-compliant http.CookieJar.
ANSI escape sequence parser and definitions
This package provides a low-level library to play sound.
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.
BFloat16 conversion utilities for Go/Golang.
Package goversioninfo creates a syso file which contains Microsoft Version Information and an optional icon.
Package success improves your testing feng shui tremendiously by shimming in Gomega error detection whenever trying to be Successful().
@urlhttps://github.com/slembcke/Chipmunk2D,Chipmunk2D ported to Go.