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 fasttemplate implements simple and fast template library.
This package is a Go implementation of the zap file format. The zap file format is used by the bleve search engine to store its indexes. It is documented at https://github.com/blevesearch/zapx/blob/master/zap.md. It was originated as https://github.com/blevesearch/zap.
Shorthand is a superset and friendlier variant of JSON designed with several use-cases in mind..
This package implements a functionality to modify/update field tags in structs making it easy to update, add or delete the tags in a struct field with possibility to add and remove tag options. It's intended to be used by an editor, but also has modes to run it from the terminal. This package provides a command line interface (CLI) tool.
gg is a library for rendering 2D graphics in pure Go.
oras-go is a Go library for managing OCI artifacts, compliant with the OCI Image Format Specification and the OCI Distribution Specification. It provides unified APIs for pushing, pulling, and managing artifacts across OCI-compliant registries, local file systems, and in-memory stores.
Package sqlite is a CGo-free port of SQLite. It is a drop-in replacement for mattn/go-sqlite3.
Go library for ini files
Go sigar is a golang implementation of the sigar API. The Go version of sigar has a very similar interface, but is being written from scratch in pure go/cgo, rather than cgo bindings for libsigar. This package provides an alternative fork of https://github.com/cloudfoundry/gosigar.
hclogvet is a go vet tool for checking that the Trace/Debug/Info/Warn/Error methods on hclog.Logger are used correctly.
This package provides an easy access to native byte order.
Hebcal's greg package converts between Gregorian dates and R.D. (Rata Die) day numbers.
Package slice provides utility functions for working with slices in Go.
This package makes it a breeze to check and modify file permission bits.
This package provides a high-level API for the creation of slide decks using the structures of the deck package (github.com/ajstarks/deck). Initialization of the package specifies the io.Writer destination for the generated markup, along with the width and height of the slides's canvas. Each deck element (text, list, image, rect, ellipse, line, curve, arc, and polygon) are supported. Slides use a percentage-based coordinate system (origin at the lower left corner, x increasing left to right, 0-100%, y increasing upwards, 0-100%).
This package provides a golang wrapper for parsing gocui keybindings.
This package implements a functionality to translate C to Go source code.
Package gu provides Generic Utilities for the Go programming language with low in complexity.
This package provides an implementatioin of Crit-bit trees in Golang.
This is a Unix utility that outputs randomness. It is a thin wrapper around crypto/rand.
This package provides a Go implementation of the LevelDB key/value storage system. It's an alternative fork of https://github.com/syndtr/goleveldb.
Set is the set collection for the Go language.