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.
This package provides a TOML parser and JSON encoder.
Regexp2 is a feature-rich RegExp engine for Go.
An MP3 decoder in pure Go based on @urlhttps://github.com/technosaurus/PDMP3,PDMP3.
Package oggvorbis decodes audio from ogg/vorbis files.
errcheck is a program for checking for unchecked errors in Go code.
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.
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.
Package requests is a convenience wrapper around net/http to make it faster and easier to build requests and custom transports.
Implementation of various data structures and algorithms in Go.
@urlhttp://go4.org,go4.org is a collection of packages for Go programmers.
An interface definition for a fully defined clock.
@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 package provides the ability to use BDF fonts in Go.
Package markdown implements markdown parser and HTML renderer.
Gin middleware/handler to enable CORS support.
Package jsmin implements JavaScript minifier. It's a direct port of Doulas Crockford's JSMin.
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.
Package grpc implements an RPC system called gRPC.
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 argon2 implements the key derivation function Argon2.
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 ebiten provides graphics and input API to develop a 2D game.
@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.