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 utilities for manipulating POSIX capabilities.
This package provides functionality for detecting natural languages and scripts (writing systems). Languages are represented by a defined list of constants, while scripts are represented by RangeTable.
Set is the set collection for the Go language.
This packages is fork of gopkg.in/yaml.v2 maintained by YAML organization.
base32 encoding package from Go with NoPadding option
Go-Logging implements a logging infrastructure for Go. Its output format is customizable and supports different logging backends like syslog, file and memory. Multiple backends can be utilized with different log levels per backend and logger.
PIO is a low-level package that provides a way to centralize different output targets. Supports colors and text decoration to all popular terminals.
This package provides a useful boilerplate and organizational information for all OCI projects.
Package cli provides a minimal framework for creating and organizing command line Go applications.
Pacakge p takes in values and returns a pointer to the value.
This package provides a fast and simple way to get values from a JSON document. It has features such as one line retrieval, dot notation paths, iteration, and parsing JSON lines.
Package smbios provides detection and access to System Management BIOS (SMBIOS) and Desktop Management Interface (DMI) data and structures.
This is a repository containing Go bindings for writing FUSE file systems.
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 a Sqlite3 driver for Go using database/sql.
ANSI sequence helpers for working with raw ANSI sequences.
This package provides a code which implements the Kubernetes "apply" operation.
This package provides utilities to perform atomic writes to a file or set of files.
This package provides a functionality to remove common leading whitespace from multiline strings. Inspired by (code textwrap.dedent) in Python.
This package provides a library for retrieving information on running processes and system utilization (CPU, memory, disks, network, sensors).
Package builder provides a method for writing fluent immutable DSL builders. It uses immutable persistent data structures so that each step in the method chain can be reused.
Lumberjack is a Go package for writing logs to rolling files.
Package multicodec exposes the multicodec table as Go constants.
This package includes a full parser and expander for terminfo capability strings to avoid hard-coding escape strings for formatting. It also favors portability, and includes support for all POSIX systems.