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 nio provides a few buffered I/O primitives.
The chardet package ports character set detection from ICU to Go.
This package provides a collection of tools for working with the OCI runtime specification. To build from source code, runtime-tools requires Go 1.10.x or above.
Package kyaml contains libraries for reading and writing Kubernetes Resource configuration as YAML.
This package provides the tools for monitoring and limiting the flow rate of an arbitrary data stream.
This package is a flexible process data collection, metrics, monitoring, instrumentation, and tracing client library for Go.
This package provides a simple key/value logging interface for Golang for use in development and production environments. Unlike the standard library log package, this package provides logging levels that provide decreased output based upon the desired amount of output. It also comes with a command-line program hclogvet that can be used to check that the logging level methods on hclog.Logger are used correctly.
This package provides Go modules focused on text parsing, with lexers, parsers, and related tools.
Included modules are:
github.com/tekwizely/go-parsing
github.com/tekwizely/go-parsing/lexer
github.com/tekwizely/go-parsing/lexer/token
github.com/tekwizely/go-parsing/parser
This package is a simple Go library that provides retry functionality for functions that may fail. It includes various customizable retry strategies, such as fixed delay, backoff delay, and random delay.
The datacounter package provides counters for Go readers and writers.
Readline is a pure Go implementation of a GNU-Readline like library.
This library provides caching capabilities for Go with no garbage collection overhead and high concurrent performance. An unlimited number of objects can be cached in memory without increased latency or degraded throughput.
This package implements RFC 5545 iCalendar specification.
This Go library is for walking the directories of a code repository, while respecting .gitignore and .ignore files.
This package provides a parser library for Golang which constructs parsers from definitions in struct tags and parses directly into those structs. The approach is similar to how other marshallers work in Golang, "unmarshalling" an instance of a grammar into a struct.
This package provides a encoder and decoder of the PostgreSQL wire protocol version 3.
This package includes a full parser and expander for terminfo capability strings to avoid hard-coding escape strings for formatting. It also favors portability, and includes support for all POSIX systems.
This package provides basic image processing functions including resize, rotate, crop, and various adjustments. This is a fork maintained by Kovid Goyal for use in Kitty.
This package provides a functionality for encoding and decoding unsigned varints.
Java properties scanner for Go
This package provides traditional getopt processing for implementing programs that use traditional command lines.
This package provides a pretty printing library for Golang values.
Currently GoMusicBrainz provides methods to perform search and lookup requests. Browse requests are not supported yet.
Promptui is a library providing a simple interface to create interactive prompts for command-line applications. It supports selections, text input, and confirmation dialogs with customizable templates.