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 cron implements a cron spec parser and job runner. This package provides an independent fork of the https://github.com/robfig/cron project,
This package provides a glob library that implements descending into other directories. It is optimized for filewalking.
Safe and easy casting from one type to another in Go.
This package provides an additional Golang modules for error handling in containerd projects.
errgrpc - provides utility functions for translating errors to and from a gRPC context
errhttp - provides utility functions for translating errors to and from a HTTP context
Package magex provides helper methods for working with Magefiles - make/rake-like build tool using Go.
Exiffix is a one function golang library made to be a replacement for image.Decode to handle orientation stored in EXIF data.
Package strcase is a package for converting strings into various word cases (e.g. snake_case, camelCase, kebab-case, etc).
This package provides a Flexible Logging Framework for Go.
Package goversion provides utilities to get the Go module version information.
This package implements ULID as specified in https://github.com/ulid/spec.
Features of ULID:
128-bit compatibility with UUID
1.21e+24 unique ULIDs per millisecond
lexicographically sortable
canonically encoded as a 26 character string, as opposed to the 36 character UUID
uses Crockford's base32 for better efficiency and readability (5 bits per character)
case insensitive
no special characters (URL safe)
monotonic sort order (correctly detects and handles the same millisecond)
This Go library provides facilities for pattern matching on file names.
This package provides an implementation for the goverter feature wrapErrorsUsing.
The bom package provides small tools for cleaning BOMs from a byte array or reader.
This package provides DSL module for Go custom linting rules.
This package implements a functionality to parse and construct common network packets.
This package provides a functionality to generate type-safe converters for Go. The project is meant as alternative to jinzhu/copier that doesn't use reflection.
doublestar is a Go implementation of path pattern matching and globbing with support for "doublestar" patterns.
This package provides a library for embedding human-meaningful graphics in QR codes. However, instead of scribbling on redundant pieces and relying on error correction to preserve the meaning, qart engineers the encoded values to create the picture in a code with no inherent errors.
Package filepathx adds double-star globbing support to the Glob function from the core path/filepath package. You might recognize "**" recursive globs from things like your .gitignore file, and zsh. The "**" glob represents a recursive wildcard matching zero-or-more directory levels deep.
Scorch supports a pluggable segment interface. This package provides that segment API interface.
This package provides a simple, fast, persistable, ordered key-value collection implementation as a Go library.
This package implements functionality to encode and decode DRCS Sixel. The package provides the following commands:
gosrImage renderergosdDecoder to pnggoscatRender catsgosgifRender animation GIFgoslRun SL
ioprogress is a Go library with implementations of io.Reader and io.Writer that draws progress bars. The primary use case for these are for command-line applications but alternate progress bar writers can be supplied for alternate environments.
Package errdefs defines the common errors used throughout containerd packages.