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 automatically set GOMAXPROCS to match Linux container CPU quota.
Package webp implements a decoder and encoder for https://en.wikipedia.org/wiki/WebP, WebP images.
This list transcoder supports encoding/decoding property lists (Apple XML, Apple Binary, OpenStep, and GNUStep) from/to arbitrary Go types.
This directory contains documents about Docker Image Specification v1.X.
This repository is the home of the Docker command-line interface (CLI).
This package provides a token bucket implementation in Golang.
Ingo is a Go library helping you to persist flags in a INI-like configuration file.
Package errdefs defines the common errors used throughout containerd packages.
PG* is a protoc plugin library for efficient proto-based code generation.
Package markdown implements markdown parser and HTML renderer.
mtree is a filesystem hierarchy validation tooling and format. This is a library and simple CLI tool for mtree(8) implemented in Go.
docker-credential-helpers is a suite of programs to use native stores to keep Docker credentials safe.
The parth Go library provides path parsing for segment unmarshaling and slicing. In other words, parth provides simple and flexible access to (URL) path parameters.
GoUtils provides utility functions to manipulate strings in various ways. It is a Go implementation of some string manipulation libraries of Java Apache Commons.
Command line argument parser following the GNU standard.
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.
The acme Go package provides simple interface for interacting with Acme windows of the Plan 9 text editor.
cli is a simple, fast, and fun package for building command line apps in Go. The goal is to enable developers to write fast and distributable command line applications in an expressive way.
Enforce a stricter format than gofmt, while being backwards compatible. That is, gofumpt is happy with a subset of the formats that gofmt is happy with.
This package provides simple wrappers for primitive types to enforce atomic access.
This package provides a cron expression parser in the Go language. Given a cron expression and a time stamp, you can get the next time stamp which satisfies the cron expression.
This package, fsx, takes the style of the io/fs package, and extends it with more features:
fsx provides the ability to write files (using OpenFile, which is much like the os package feature you're already familiar with)
fsx provides the ability to create directories
fsx provides the ability to delete files and directories
fsx provides features for reading symlinks, and creating them
This package provides a CLI build from the go-github-com-tklauser-numcpus source.
Statik allows you to embed a directory of static files into your Go binary to be later served from an http.FileSystem.