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 vecf32 provides common functions and methods for slices of float32.
Package arrow provides an implementation of Apache Arrow.
Regexp2 is a feature-rich RegExp engine for Go.
Package set implements type-safe, non-allocating algorithms that operate on ordered sets.
This repository contains the generated Go packages for common protocol buffer types, and the generated gRPC code necessary for interacting with Google's gRPC APIs.
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.
Package vecf64 provides common functions and methods for slices of float64.
Package vorbis implements a vorbis decoder.
Package cookiejar implements an in-memory @urlhttps://rfc-editor.org/rfc/rfc6265.html,RFC 6265-compliant http.CookieJar.
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.
Package ebiten provides graphics and input API to develop a 2D game.
Package tmx implements a parser for the TMX file format used in the Tiled Map Editor.
Package mpb is a library for rendering progress bars in terminal applications.
Package hideconsole is a utility package to hide a console automatically even without `-ldflags "-Hwindowsgui"` on Windows.
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.
mousetrap is a tiny library that answers a single question.
Package success improves your testing feng shui tremendiously by shimming in Gomega error detection whenever trying to be Successful().
An interface definition for a fully defined clock.
BFloat16 conversion utilities for Go/Golang.
This Go package removes ANSI escape codes from strings.
Package goversioninfo creates a syso file which contains Microsoft Version Information and an optional icon.
Package argon2 implements the key derivation function Argon2.
Package enumflag supplements the Golang CLI flag handling packages spf13/cobra and spf13/pflag with enumeration flags.
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.