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.
The OCI Image Format project creates and maintains the software shipping container image format spec (OCI Image Format).
Package fastwalk provides a faster version of /path/filepath# for file system scanning tools.
Messagediff is a library for calculating diffs of arbitrary structs in the Go programming language.
This package provides a cancelable reader for Go.
This package implements fuctionality of detecting and decoding various content front matter formats e.g. JSON, TOML and YAML.
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 parser library for Golang which constructs parsers from definitions in struct tags and parses directly into those structs. The approach is similar to how other marshallers work in Golang, "unmarshalling" an instance of a grammar into a struct.
This package can be used to return the elapsed time since a given time in a human-readable format.
This package provides a TTY utilities implementation for verity of operation systems.
This package provides a simple byte size formatting in Go.
This package provides a Sqlite3 driver for Go using database/sql.
This package provides geographical locations of countries and cities.
This package allows for a cgo argument to be passed a Go pointer.
Command line argument parser following the GNU standard.
This package provides a means to obtain time.Duration from a string. The string can be a string retorned for time.Duration or a similar string with weeks or days too.
Package js provides a Driver for making browser apps using wasm. The user needs to serve using an http server a directory containing the app.wasm file along with an index.html file.
The fs package provides file-system-related Go functions.
This package provides a terminal event input handler and driver.
This package provides Go clients for talking to a kubernetes cluster.
cpuid provides information about the CPU running the current program. CPU features are detected on startup, and kept for fast access through the life of the application. Currently x86 / x64 (AMD64) is supported, and no external C (cgo) code is used, which should make the library very eas to use.
Utilities to prettify console output of tables, lists, progress-bars, text, etc. with a heavy emphasis on customization.
BadgerDB implements an embeddable, key-value (KV) database, written in pure Go. It is designed to be highly performant for both reads and writes simultaneously. It uses Multi-Version Concurrency Control, supports concurrent serializable transactions.
Package color is an ANSI color package to output colorized or SGR defined output to the standard output. The API can be used in several way, pick one that suits you.
Go library for the TOML configuration language This package provides command line interface (CLI) tools.