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 package provides a more structured and controlled goroutines implementation.
Package vt100 implements a quick-and-dirty programmable ANSI terminal emulator.
This package provides functions to read and traverse directory trees.
This package implements incremental encoding in Golang.
This package implements fuctionality of detecting and decoding various content front matter formats e.g. JSON, TOML and YAML.
This package implements functionality to format Assembler code the same way that gofmt formats Go code.
This package implements a Perl5 like temporary variable, for applications requiring reloading of configuration from environment variables or during the tests temporarily change the value of an environment variable in Golang.
This package implements a functionality to tag traces.
refmt is a serialization and object-mapping library.
Go package containing implementations of encoders and decoders for various data formats.
Package times provides a platform-independent way to get atime, mtime,ctime and btime for files.
Package logr defines a general-purpose logging API and abstract interfaces to back that API. Packages in the Go ecosystem can depend on it, while callers can implement logging with whatever backend is appropriate.
This package provides a set of utilities to safely iterate over arbitrary array and maps types.
This package provides some utilities for messing with extended Backus–Naur form grammars.
This package provides a Go program for creating sanitized anchor names.
This package provides a code generation tool for creating methods to serialize and de-serialize Go data structures to and from data interchange format - MessagePack.
This package provides a cron library for Go. It implements a cron spec parser and job runner.
This package provides implementation of various data structures and algorithms in Go.
This package provides realpath, a Go module that when provided with a valid relative path / alias path, it will return you with a string of its real absolute path in the system.
This package is an enhanced version of the golang.org/x/image/tiff library featuring:
Read support for CCITT Group3/4 compressed images.
Read/write support for LZW compressed images.
Read/write support for the CMYK color model.
The options Go package resolves configuration values set via command line flags, config files, and default struct values.
This package provides function FieldByName to access to any field (including private/unexported) of a structure.
Automatically set GOMEMLIMIT to match Linux cgroups(7) memory limit.
This package implements a functionality for reading and parsing the terminfo database.