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.
The parth Go library provides path parsing for segment unmarshaling and slicing. In other words, parth provides simple and flexible access to (URL) path parameters.
This is a repository containing Go bindings for writing FUSE file systems.
This package provides functions to read and traverse directory trees.
This package provides a Go color manipulation, conversion and printing library/utility.
This package provides a minimal and colorful Go logging library.
This project contains data structures for entities ordered across a single dimension, which can conceptually be embedded into the real number axis.
This package provides memcache client and server functionality.
This project contains the CSI specification and protobuf files.
The ansiterm package provides a writer to output the ANSI escape codes for color and styles.
This package provides ANSI colors for Golang. The package supports Printf/Sprintf etc.
The acme Go package provides simple interface for interacting with Acme windows of the Plan 9 text editor.
This package provides a CLI build from the go-github-com-tklauser-numcpus source.
Leveled execution logs for Go.
This package provides a verity Go packages.
buffer - provides a thin wrapper around a byte slice
log - provides support for logging to stdout, stderr and file
pid - provides structure and helper functions to create and remove PID file
This package provides Protocol Buffer models and associated libraries for working with API description formats supported by gnostic. It exists to provide a lightweight distribution of these models with minimal dependencies.
Billy implements an interface based on the OS's standard library to develop applications without depending on the underlying storage. This makes it virtually free to implement mocks and testing over file system operations.
This package provides an additional tooling powered by https://github.com/zeebo/goof - calling functions in binary files.
Go package xstrings is a collection of string functions,which are widely used in other languages but absent in Go package strings.
This package implements an immutable radix tree. It only provides a single Tree implementation, optimized for sparse nodes.
This package provides tiny utilities for use during the release preparation tasks.
This package provides a pretty-printer for Go. The functions defined by pp follow an API similar to fmt and its configuration can be customized globally.
This package provides a new inflection engine to replace https://github.com/markbates/inflect designed to be more modular, readable, and easier to fix issues on than the original.
Package webp implements a decoder and encoder for https://en.wikipedia.org/wiki/WebP, WebP images. It's a maintained fork of github.com/chai2010/webp.
This package provides a Golang library implementing a shell parser, formatter, and interpreter with bash support.