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.
An interface definition for a fully defined clock.
Package jsmin implements JavaScript minifier. It's a direct port of Doulas Crockford's JSMin.
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 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 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 enumflag supplements the Golang CLI flag handling packages spf13/cobra and spf13/pflag with enumeration flags.
BFloat16 conversion utilities for Go/Golang.
Package requests is a convenience wrapper around net/http to make it faster and easier to build requests and custom transports.
Package arrow provides an implementation of Apache Arrow.
@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.
mousetrap is a tiny library that answers a single question.
Package json5 implements decoding of JSON5 values.
Package vecf32 provides common functions and methods for slices of float32.
errcheck is a program for checking for unchecked errors in Go code.
This package provides a TOML parser and JSON encoder.
Package ebiten provides graphics and input API to develop a 2D game.
Package markdown implements markdown parser and HTML renderer.
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 mpb is a library for rendering progress bars in terminal applications.
Regexp2 is a feature-rich RegExp engine for Go.
Package set implements type-safe, non-allocating algorithms that operate on ordered sets.
@urlhttps://github.com/slembcke/Chipmunk2D,Chipmunk2D ported to Go.