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 requests is a convenience wrapper around net/http to make it faster and easier to build requests and custom transports.
Package mpb is a library for rendering progress bars in terminal applications.
Package arrow provides an implementation of Apache Arrow.
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 mpeg implements MPEG-1 Video decoder, MP2 Audio decoder and MPEG-PS demuxer.
Package math32 provides basic constants and mathematical functions for float32 types.
Package bitmapfont provides font.Face values with bitmap glyphs.
Package zenity provides cross-platform access to simple dialogs that interact graphically with the user.
@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 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.
This package provides a tool for making fat OSX binaries (a portable lipo).
Package set implements type-safe, non-allocating algorithms that operate on ordered sets.
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.
Implementation of various data structures and algorithms in Go.
Package enumflag supplements the Golang CLI flag handling packages spf13/cobra and spf13/pflag with enumeration flags.
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 module provides resources used when developping @urlhttps://github.com/go-text/typesetting,go-text/typesetting, such as :.
errcheck is a program for checking for unchecked errors in Go code.
@strongFlatBuffers is a cross platform serialization library architected for maximum memory efficiency. It allows you to directly access serialized data without parsing/unpacking it first, while still having great forwards/backwards compatibility.
@urlhttp://go4.org,go4.org is a collection of packages for Go programmers.
Package jsmin implements JavaScript minifier. It's a direct port of Doulas Crockford's JSMin.
hashstructure is a Go library for creating a unique hash value for arbitrary values in Go.
Gin middleware/handler to enable CORS support.