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.
jsoncolor is a drop-in replacement for encoding/json's Marshal and MarshalIndent functions and Encoder type which produce colorized output using github.com/fatih/color.
This is a repository containing Go bindings for writing FUSE file systems.
Package shell returns a user's shell across multiple platforms.
The vtclean provides the vtclean command and a library designed to clean up raw terminal output by stripping escape sequences, optionally preserving color.
Package pgconn is a low-level PostgreSQL database driver. It operates at nearly the same level as the C library libpq.
It is primarily intended to serve as the foundation for higher level libraries such as https://github.com/jackc/pgx. Applications should handle normal queries with a higher level library and only use pgconn directly when required for low-level access to PostgreSQL functionality.
term provides an API for working with terminals that includes:
Switching a terminal to the raw mode.
Getting, setting and restoring the state of a terminal.
Getting size of a terminal.
Reading passwords from a terminal without a local echo.
This package implements Btrfs functionality in a pure Go.
go-redis is the official Redis client library for the Go programming language. It offers a straightforward interface for interacting with Redis servers.
This package provides a duplicate function call suppression mechanism with support for context cancellation.
This package implements a deep pretty printer for Go data structures to aid data snapshotting.
Package uuid can be used to generate and parse universally unique identifiers, a standardized format in the form of a 128 bit number.
This package provides a encoder and decoder of the PostgreSQL wire protocol version 3.
Package firebird provides database/sql driver for Firebird RDBMS.
Package strutil provides string metrics for calculating string similarity as well as other string utility functions.
This package provides a collection of ANSI-aware methods and io.Writers helping you to transform blocks of text.
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.
The goipp package implements the IPP core protocol, as defined by @urlhttps://rfc-editor.org/rfc/rfc8010.html,RFC 8010.
This package provides a library for retrieving information on running processes and system utilization (CPU, memory, disks, network, sensors).
File system notifications for Go
Messagediff is a library for calculating diffs of arbitrary structs in the Go programming language.
The OCI Image Format project creates and maintains the software shipping container image format spec (OCI Image Format).
Package pool contains helpers for pooling structures distinguishable by size.
This package provides a Golang data type for ordered maps where the keys keep the order that they're added. It can be de/serialized from/to JSON.
This package implements minimal utility functions for working with SQL dates and other date-only dates in Go.