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 search send a patch to ~whereiseveryone/toys@lists.sr.ht adding your channel as an entry in channels.scm.
Tools to create and manage shared memory (POSIX Shared memory) across all Unix variants. Pure Go, no external dependencies. Implements Go versions of shm_open() and shm_unlink() that interoperate with the libc versions.
Cobra is both a library for creating powerful modern CLI applications as well as a program to generate applications and command files.
Go package xstrings is a collection of string functions,which are widely used in other languages but absent in Go package strings.
This package provides a simple byte size formatting in Go.
This package provides a function to strip ANSI escape codes from strings in Go. Useful for removing terminal color codes from text.
This package provides geographical locations of countries and cities.
This package provides an implementation of the Unicode Text Segmentation specification for Go. Specifically, it currently includes only the grapheme cluster segmentation algorithm.
go-msgio implements functionality to read and write length-delimited slices. It's helpful for building wire protocols.
This package provides a common plugin interface across containerd repositories.
Deck is a library for clients to make scalable presentations, using a standard markup language. Clients read deck files into the Deck structure, and traverse the structure for display, publication, etc. Clients may be interactive or produce standard formats such as SVG or PDF.
This package provides an optimized implementation of protobuf's varint encoding/decoding. It has no dependencies.
Package sequential provides a set of functions for managing sequential files on Windows.
This Package provides a functionality of INI file read and write, implementing features:
load from multiple data sources(file,
[]byte,io.Readerandio.ReadCloser) with overwritesread with recursion values
read with parent-child sections
read with auto-increment key names
read with multiple-line values
read with tons of helper methods
read and convert values to Go types
read and WRITE comments of sections and keys
manipulate sections, keys and comments with ease
keep sections and keys in order as you parse and save
combinator generates a slice of all possible value combinations for any given struct and a set of its potential member values. This can be used to generate extensive test matrixes among other things.
Go library provides utilities for building command line interfaces.
This package provides basic image processing functions (resize, rotate, crop, brightness/contrast adjustments, etc.).
Package cron implements a cron spec parser and job runner. This package provides an independent fork of the https://github.com/robfig/cron project,
Package zerolog provides a lightweight logging library dedicated to JSON logging.
This provides containers-storage, a command line tool for manipulating local layer/image/container stores.
It depends on storage, which is a pretty barebones wrapping of the graph drivers that exposes the create/mount/unmount/delete operations and adds enough bookkeeping to know about the relationships between layers.
It wraps that as thinly as possible, so that other tooling can use it to import layers from images. Those other tools can then either manage the concept of images on their own, or let the API/CLI handle storing the image metadata and/or configuration.
go-libnp is a tiny cross-platform library for extracting information about the music/image/video that is Now Playing on the system.
This package provides realpath, a Go module that when provided with a valid relative path / alias path, it will return you with a string of its real absolute path in the system.
Package glob provides objects for matching strings with globs.
Package pty is a wrapper for github.com/creack/pty, which provides functions for working with Unix terminals.
fuzzy provides fuzzy string matching optimized for filenames and code symbols in the style of Sublime Text, VSCode, IntelliJ IDEA et al.