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.
Implementation of various data structures and algorithms in Go.
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.
Package math32 provides basic constants and mathematical functions for float32 types.
Package ebiten provides graphics and input API to develop a 2D game.
This package provides a tool for making fat OSX binaries (a portable lipo).
This module provides resources used when developping @urlhttps://github.com/go-text/typesetting,go-text/typesetting, such as :.
Gin middleware/handler to enable CORS support.
This package provides a low-level library to play sound.
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.
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 package provides a library for calling C functions from Go without Cgo.
errcheck is a program for checking for unchecked errors in Go code.
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.
Package markdown implements markdown parser and HTML renderer.
Package cookiejar implements an in-memory @urlhttps://rfc-editor.org/rfc/rfc6265.html,RFC 6265-compliant http.CookieJar.
Package vecf64 provides common functions and methods for slices of float64.
This package provides the ability to use BDF fonts in Go.
Package zenity provides cross-platform access to simple dialogs that interact graphically with the user.
Package go4.org/unsafe/assume-no-moving-gc exists so you can depend on it from unsafe code that wants to declare that it assumes that the Go runtime does not use a moving garbage collector. Specifically, it asserts that the caller is playing stupid games with the addresses of heap-allocated values. It says nothing about values that Go's escape analysis keeps on the stack. Ensuring things aren't stack-allocated is the caller's responsibility.
Package pkcs7 implements parsing and generation of some PKCS#7 structures.
Package requests is a convenience wrapper around net/http to make it faster and easier to build requests and custom transports.