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.
This is a pure Go implementation of the MySQL API, compatible with golang's database/sql package.
Package atime provides a platform-independent way to get atimes for files.
Package semver provides the ability to work with Semantic Versions in Go.
PGV is a protoc plugin to generate polyglot message validators. While protocol buffers effectively guarantee the types of structured data, they cannot enforce semantic rules for values. This plugin adds support to protoc-generated code to validate such constraints.
It's an alternative fork of https://github.com/gdamore/tcell.
This package provides a Go implementation of bloom filters, based on murmurhash.
Package stringprep provides data tables and algorithms for RFC-3454, including errata. It also provides a profile for SASLprep as defined in RFC-4013.
Package strcase is a package for converting strings into various word cases (e.g. snake_case, camelCase, kebab-case, etc).
Golang utilities to make your life easier with zero allocations.
This package provides a cancelable reader for Go.
fswatch is a go library for watching file system changes to does not depend on inotify.
This package provides a Go package to intelligently and flexibly pool among multiple hosts from your Go application. Host selection can operate in round robin or epsilon greedy mode, and unresponsive hosts are avoided.
This package implements a functionality for generating things based on go files. This mechanism was first used in Kubernetes code-generator and is split out here for ease of reuse and maintainability.
Package bytesp is a plus to the standard bytes package.
This package provides function FieldByName to access to any field (including private/unexported) of a structure.
Package gojq provides the parser and the interpreter of gojq. Please refer to Usage as a library for introduction. It's fork of github.com/itchyny/gojq, see github.com/wader/gojq fq branc.
Package go-scfg parses scfg files.
fastime is a time function library for Go with zero memory allocation. fastime is returning the approximate time.
This package provides functionality of converting a blob of text into a list of sentences.
Package pgio is a low-level toolkit building messages in the PostgreSQL wire protocol.
Monolith-Go is a Go library for working with byte sequences.
This package provides a wrapper for ANSI escape code.
This package provides shared utilities used to break circular dependencies of u-root project.
Package cli provides a minimal framework for creating and organizing command line Go applications.