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.
Package memory implements a memory allocator.
Package linebreak wraps text at a given width, it's a translation of linear, an implementation of SMAWK algorithm.
Package pubsub implements a simple multi-topic pub-sub library.
This package provides a encoder and decoder of the PostgreSQL wire protocol version 3.
This package facilitates the BusyBox style reexec of a binary. Handlers can be registered with a name and the argv 0 of the exec of the binary will be used to find and execute custom init paths.
The fs package provides file-system-related Go functions.
A simple, efficient spring animation library for smooth, natural motion.
Package envparse is a minimal environment variable parser. It handles empty lines, comments, single quotes, double quotes, and JSON escape sequences.
Termbox is a library that provides a minimalistic API which allows the programmer to write text-based user interfaces.
Package sortutil provides utilities supplementing the standard sort package.
This package provides simple wrappers for primitive types to enforce atomic access.
This package implements a functionality to calculate Levenshtein Distance.
This package provides a ordered map library that maintains amortized O(1) for Set, Get, Delete and Len.
This package is intended to support forward-only iteration in a variety of use cases while avoiding the normal errors and leaks that can happen with iterators in Go. It provides mechanisms for map/select filtering, background iteration through a goroutine, and error handling throughout.
This packages is fork of gopkg.in/yaml.v2 maintained by YAML organization.
This package implements a functionality to create console user interfaces.
This package provides a cancelable reader for Go.
This package implements a functionality to infer file and MIME type checking the magic numbers signature.
Chroma takes source code and other structured text and converts it into syntax highlighted HTML, ANSI-coloured text, etc.
This package implements a functionality to tag traces.
This package provides fast methods for formatting JSON for human readability, or to compact JSON for smaller payloads.
This package provides utilities for correcting image orientation based on EXIF metadata. It's an alternative fork of https://github.com/edwvee/exiffix maintained by Kitty comunity.
Go library for the TOML configuration language
This package provides a simple scheduler which, can run a function at a given time, in a given duration, or repeatedly at a given interval.