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 retry provides a simple, stateless, functional mechanism to perform actions repetitively until successful.
Package strftime provides strftime/strptime compatible time formatting and parsing.
This package implements optimal parameters for data-types.
This package provides the ability to generate Sortable Identifiers. These identifiers are also universally unique.
The ansiterm package provides a writer to output the ANSI escape codes for color and styles.
Ingo is a Go library helping you to persist flags in a INI-like configuration file.
This package provides an implementation of JSON5.
This is a memcache client library for the Go programming language.
This package provides both library functions and a command-line tool to query information regarding the number of CPUs available to the system.
Golang utilities to make your life easier with zero allocations.
This package implements functionality for parsing and formating the mbox file format. It's an alternative fork of https://github.com/emersion/go-mbox.
Optimized codec for []byte <=> base36 string conversion.
This package provides a functionality to remove common leading whitespace from multiline strings. Inspired by (code textwrap.dedent) in Python.
This package is an alternative fork of https://github.com/peterh/liner to build delve - debugger for the Go programming language.
shlex implements a simple lexer which splits input into tokens using shell-style rules for quoting and commenting.
This package provides an implementation of Gil Tene's HDR Histogram data structure. The HDR Histogram allows for fast and accurate analysis of the extreme ranges of data with non-normal distributions, like latency.
This package implements functionality to encode and decode DRCS Sixel.
This package provides functionality of converting a blob of text into a list of sentences. This package provides an command line interface (CLI) tool.
Package cellbuf provides terminal cell buffer functionality.
Unicode transliterator in Golang - Replaces non-ASCII characters with their ASCII approximations.
This package provides a port of Pixelmatch, a pixel-level image comparison library, to Go. Both a library and a command-line tool are included in this package.
This package provides functionality to generate Go code.
This package provides bindings for the https://github.com/cowsql/cowsql C library and a pure Golang client for the https://github.com/cowsql/cowsql/blob/main/doc/protocol.md.
This package contains code that supplements the sync package from the Go standard library.
In particular:
Bundle, which makes it easy to write code that spawns multiple cancellation-aware workers that may fail
invariantMutex, which makes it possible to automatically check your invariants at lock and unlock time