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 cookiejar implements an in-memory @urlhttps://rfc-editor.org/rfc/rfc6265.html,RFC 6265-compliant http.CookieJar.
Package pkcs7 implements parsing and generation of some PKCS#7 structures.
This Go package removes ANSI escape codes from strings.
Package oggvorbis decodes audio from ogg/vorbis files.
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.
@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.
The Go mobile repository holds packages and build tools for using Go on mobile platforms.
This module provides resources used when developping @urlhttps://github.com/go-text/typesetting,go-text/typesetting, such as :.
This package provides a low-level library to play sound.
Package ebiten provides graphics and input API to develop a 2D game.
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.
@urlhttps://github.com/slembcke/Chipmunk2D,Chipmunk2D ported to Go.
@urlhttp://go4.org,go4.org is a collection of packages for Go programmers.
errcheck is a program for checking for unchecked errors in Go code.
Package goversioninfo creates a syso file which contains Microsoft Version Information and an optional icon.
Package bitmapfont provides font.Face values with bitmap glyphs.
mousetrap is a tiny library that answers a single question.
Converts markdown into roff (man pages).
Package set implements type-safe, non-allocating algorithms that operate on ordered sets.
Package mpb is a library for rendering progress bars in terminal applications.
@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 XGB provides the X Go Binding, which is a low-level API to communicate with the core X protocol and many of the X extensions.
Package requests is a convenience wrapper around net/http to make it faster and easier to build requests and custom transports.