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.
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.
Regexp2 is a feature-rich RegExp engine for Go.
This package provides the ability to use BDF fonts in Go.
Package grpc implements an RPC system called gRPC.
Package vecf64 provides common functions and methods for slices of float64.
This Go package removes ANSI escape codes from strings.
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.
An interface definition for a fully defined clock.
@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.
Package arrow provides an implementation of Apache Arrow.
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.
@urlhttps://github.com/slembcke/Chipmunk2D,Chipmunk2D ported to Go.
Go library used to retrieve the current locale(s) of the operating system.
Package jsmin implements JavaScript minifier. It's a direct port of Doulas Crockford's JSMin.
Package pkcs7 implements parsing and generation of some PKCS#7 structures.
Gin middleware/handler to enable CORS support.
BFloat16 conversion utilities for Go/Golang.
Package success improves your testing feng shui tremendiously by shimming in Gomega error detection whenever trying to be Successful().
Package math32 provides basic constants and mathematical functions for float32 types.
Package set implements type-safe, non-allocating algorithms that operate on ordered sets.
Package tmx implements a parser for the TMX file format used in the Tiled Map Editor.
errcheck is a program for checking for unchecked errors in Go code.
This package provides a tool for making fat OSX binaries (a portable lipo).