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.
Implementation of an R-Way Trie data structure.
This package implements algorithms for exponentially weighted moving averages.
This package provides basic types for OSM elements (nodes/ways/relations/etc).
It include the following submodules:
parser/changeset- a parser for OSM changeset filesparser/diff- a parser for OSM diff files (.osc)parser/pbf- an efficient parser for OpenStreetMap PBF filesreplication- basic types for replication of OSM datareplication/changeset- functions for downloading OSM changeset filesreplication/diff- functions for downloading OSM diff filesstate- functions for reading and writing diff status files
This package provides a little terminal spinner library.
Implementation of multibase (self identifying base encodings) in Go.
Package libc provides a C standard library implementation for use with ccgo-generated code.
Package script implements a small, customizable, platform-agnostic scripting language.
This package provides a implementation reflection that greatly improved performance, that is between 25 to 50x time faster than native one.
Go-md2man is a Go program that converts markdown to roff for the purpose of building man pages.
Go library provides utilities for building command line interfaces.
This package provides basic image processing functions including resize, rotate, crop, and various adjustments. This is a fork maintained by Kovid Goyal for use in Kitty.
This package provides some common scanner stuff.
This package provides a Go compiler front end.
Package fileutil collects some file utility functions.
Logrus is a structured logger for Go, completely API compatible with the standard library logger.
This package provides a Go library for encode and decode YAML values.
This package provides a Golang log library supporting tracing and log levels that works by wrapping the standard log library.
go-msgio implements functionality to read and write length-delimited slices. It's helpful for building wire protocols.
This package provides a toolkit for logging that is both human and machine readable. It is modeled after the Go standard library's io and net/http packages and is an alternative to the standard library's log package.
This package provides a simple Go application to get the size of the terminal.
This package provides a minimal and colorful Go logging library.
This is a pure Go implementation of the MySQL API, compatible with golang's database/sql package.
This package provides an optimized implementation of protobuf's varint encoding/decoding. It has no dependencies.
Go library to load docker CLI configs, auths, etc. with minimal deps. So far the only deps are on the stdlib.