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 a implementation of the Snowball stemmer for natural language processing.
Go library provides utilities for building command line interfaces.
This is a repository containing Go bindings for writing FUSE file systems.
Exiffix is a one function golang library made to be a replacement for image.Decode to handle orientation stored in EXIF data.
This package implements a functionalit to list currently running Go processes.
Package templatecheck checks Go templates for problems. It can detect many errors that are normally caught only during execution. Use templatecheck in tests to find template errors early, and along template execution paths that might only rarely be reached.
This package provides an ANSI color package to output colorized or SGR defined output to the standard output.
Package circllhist provides an implementation of Circonus fixed log-linear histogram data structure. This allows tracking of histograms in a composable way such that accurate error can be reasoned about.
This directory contains documents about Docker Image Specification v1.X.
This package provides a bindings for tree-sitter in Golang.
This package is an alternative fork of https://github.com/peterh/liner to build delve - debugger for the Go programming language.
This package implements a functionality to generate barcodes.
Supported Barcode Types:
2 of 5
Aztec Code
Codabar
Code 128
Code 39
Code 93
Datamatrix
EAN 13
EAN 8
PDF 417
QR Code
Flagconf provides extensions to Go's flag package to support prefixed environment variables and a simple config file format.
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.
Package strcase is a package for converting strings into various word cases (e.g. snake_case, camelCase, kebab-case, etc).
This package implements functionality to encode and decode DRCS Sixel. This package provides an command line interface (CLI) tools:
comparesuffixfsmis a finite state machine generator for the porter2switchvsmap
ansi defines common ANSI escape sequences based on the ECMA-48 specs.
This package is an enhanced version of the golang.org/x/image/tiff library featuring:
Read support for CCITT Group3/4 compressed images.
Read/write support for LZW compressed images.
Read/write support for the CMYK color model.
This package implements an immutable radix tree. It only provides a single Tree implementation, optimized for sparse nodes.
This package implements a functionality for reading and parsing the terminfo database.
Blackfriday is a Markdown processor in Go.
This package implements a functionality for creating, managing, inspecting, and destroying cgroups. The resources format for settings on the cgroup uses the OCI runtime-spec found here.
This package provides implementation of MessagePack encoding for Go programming language.
This package implements a reflect-based black magic for Go.