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.
mousetrap is a tiny library that answers a single question.
This package provides a TOML parser and JSON encoder.
This library provides typesetting capabilities in pure Go. It is appropriate for use in GUI applications, and is shared by multiple Go UI toolkits including @urlhttps://fyne.io,Fyne, @urlhttps://gioui.org,Gio, and @urlhttps://ebitengine.org,Ebitengine.
This Go package removes ANSI escape codes from strings.
Go library used to retrieve the current locale(s) of the operating system.
An interface definition for a fully defined clock.
Package oggvorbis decodes audio from ogg/vorbis files.
@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.
hashstructure is a Go library for creating a unique hash value for arbitrary values in Go.
Gin middleware/handler to enable CORS support.
Package tmx implements a parser for the TMX file format used in the Tiled Map Editor.
Implementation of various data structures and algorithms in Go.
ANSI escape sequence parser and definitions
Package ebiten provides graphics and input API to develop a 2D game.
Package arrow provides an implementation of Apache Arrow.
Package enumflag supplements the Golang CLI flag handling packages spf13/cobra and spf13/pflag with enumeration flags.
Package markdown implements markdown parser and HTML renderer.
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.
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.
The Go mobile repository holds packages and build tools for using Go on mobile platforms.
Regexp2 is a feature-rich RegExp engine for Go.
This package provides a library for calling C functions from Go without Cgo.
Package argon2 implements the key derivation function Argon2.
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.