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.
Implementation of various data structures and algorithms in Go.
Package jsmin implements JavaScript minifier. It's a direct port of Doulas Crockford's JSMin.
@urlhttp://go4.org,go4.org is a collection of packages for Go programmers.
Converts markdown into roff (man pages).
@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 arrow provides an implementation of Apache Arrow.
This package provides the ability to use BDF fonts in Go.
Package argon2 implements the key derivation function Argon2.
Package enumflag supplements the Golang CLI flag handling packages spf13/cobra and spf13/pflag with enumeration flags.
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.
Package hm is a simple Hindley-Milner type inference system in Go. It provides the necessary data structures and functions for creating such a system.
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).
@urlhttps://github.com/slembcke/Chipmunk2D,Chipmunk2D ported to Go.
An interface definition for a fully defined clock.
Package vecf64 provides common functions and methods for slices of float64.
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 hideconsole is a utility package to hide a console automatically even without `-ldflags "-Hwindowsgui"` on Windows.
Regexp2 is a feature-rich RegExp engine for Go.
Gin middleware/handler to enable CORS support.
GoPickle is a Go library for loading Python's data serialized with @codepickle and PyTorch module files.
Package mpeg implements MPEG-1 Video decoder, MP2 Audio decoder and MPEG-PS demuxer.
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 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.