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.
Semver is a library for Semantic versioning written in Go.
The options Go package resolves configuration values set via command line flags, config files, and default struct values.
This Go library provides facilities to access /etc/passwd and related files.
Package docopt parses command-line arguments based on a help message. It's an alternative fork of https://github.com/docopt/docopt.go.
This package provides an implementation of the Unicode Text Segmentation specification for Go. Specifically, it currently includes only the grapheme cluster segmentation algorithm.
Package logutils augments the standard log package with levels.
This package provides a token bucket implementation in Golang.
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.
Package klog implements logging analogous to the Google-internal C++ INFO/ERROR/V setup. It provides functions Info, Warning, Error, Fatal, plus formatting variants such as Infof. It also provides V-style logging controlled by the -v and -vmodule=file=2 flags. It's a is a permanent fork of https://github.com/golang/glog.
Package go-scfg parses scfg files.
This package provides a driver for Mongo data base.
This package provides a functionality to create and access LevelDB databases.
Leakless is a Go library that ensures child processes are properly terminated when the parent process exits, preventing zombie processes.
This package provides a implementation reflection that greatly improved performance, that is between 25 to 50x time faster than native one.
Package appengine provides basic functionality for Google App Engine.
flock implements a thread-safe file lock. It also includes a non-blocking TryLock function to allow locking without blocking execution.
This package provides a CodePage decoder for Windows, enabling Go programs to read locale-specific character encodings such as Shift JIS. It handles locale reading differently across Unix and Windows systems.
This package implements a functionality to marshal/unmarshal XML to/from map[string]interface values (and JSON); extract/modify values from maps by key or key-path, including wildcards.
Go library for decoding generic map values
The datacounter package provides counters for Go readers and writers.
Package table provides a convenient way to generate tabular output of any data, primarily useful for CLI tools. It features a fluent API, with customization of column alignment, width, and padding.
Package randomstring can be used for generating different types of random strings.
This is a repository containing Go bindings for writing FUSE file systems.
This package implements a log client.