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.
This package implements a functionality to marshal/unmarshal XML to/from map[string]interface values (and JSON); extract/modify values from maps by key or key-path, including wildcards.
This package provides a man-page generator for the Go flag, pflag, cobra, coral, and kong packages. It extracts commands, flags, and arguments from the target program and enables it to self-document.
This package is a simple Golang implementation of tag parser.
PIO is a low-level package that provides a way to centralize different output targets. Supports colors and text decoration to all popular terminals.
This package works with the flags package to implement sub-commands in the manner of git and similar tools.
Package jcs transforms UTF-8 JSON data into a canonicalized version according @urlhttps://rfc-editor.org/rfc/rfc8785.html, RFC 8785.
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 a simple, fast, persistable, ordered key-value collection implementation as a Go library.
This package provides a text formatting functions in Go.
The options Go package resolves configuration values set via command line flags, config files, and default struct values.
go-multierror is Golang module providing a mechanism for representing a list of error values as a single error. It is fully compatible with the standard errors package, including the functions As, Is, and Unwrap. This provides a standardized approach for introspecting on error values.
This package provides binary tree and trie data structures for Golang.
This package provides utilities for manipulating POSIX capabilities.
String conversion functions for lipgloss Styles.
Package webp implements a decoder and encoder for https://en.wikipedia.org/wiki/WebP, WebP images.
memory provides a single method reporting total physical system memory accessible to the kernel. It does not account for memory used by other processes.
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 functionality to generate Go code.
Regexp2 is a feature-rich RegExp engine for Go. This package is a fork of dlclark/regexp2 providing a more similar API to regexp.
This package provides a Go library for building, serializing and executing an FST.
The jsonrpc2F package is an implementation of the JSON-RPC 2 specification for Go.
This package provides isatty, a Go module that can tell you whether a file descriptor points to a terminal and the type of the terminal.
This package provides a functionality for cross-platform locale detection.
Go SDK for dicedb.