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 an optimized implementation of protobuf's varint encoding/decoding. It has no dependencies.
sudo is a package to make reflect more powerful (and dangerous). It exports a single function, Sudo, which when passed a reflect.Value, will return a new reflect.Value with the read-only restrictions removed.
This package implements a functionality to create console user interfaces.
This library provides unit multipliers and functions for Go.
This package allows for a cgo argument to be passed a Go pointer.
runc is a CLI tool and library for spawning and running containers on Linux according to the OCI specification.
Package btrfs provides bindings for working with btrfs partitions from Go. The Linux kernel headers are only required on compilation time, not on run time.
Package sortorder implements sort orders and comparison functions.
Package strcase is a package for converting strings into various word cases (e.g. snake_case, camelCase, kebab-case, etc).
ring provides a high performance and thread safe Go implementation of a bloom filter.
This package provides a support for system calls that are run simultaneously on all threads under Linux.
This package provides a functionality to create and access LevelDB databases.
Package kong aims to support arbitrarily complex command-line structures with as little developer effort as possible.
Package kong aims to support arbitrarily complex command-line structures with as little developer effort as possible.
This package implements fuctionality of detecting and decoding various content front matter formats e.g. JSON, TOML and YAML.
This package provides a set of conversion utilities to migrate between different versioned Go structs.
A speedy fuzzy matching package for Go inspired by the JavaScript library bevacqua/fuzzysearch.
This package is a Graylog Extended Log Format (specification) library for Go. GELF is an application-level logging protocol that avoids many of the shortcomings of syslog. While it can be run over any stream or datagram transport protocol, it has special support to allow long messages to be split over multiple datagrams.
Package appengine provides basic functionality for Google App Engine.
This package automatically set GOMAXPROCS to match Linux container CPU quota.
deepcopy implements a functionality of deep copies of things. A standard copy will copy the pointers where deepcopy copies the values pointed to. Unexported field values are not copied.
Package tcell provides a gruid Driver for making terminal apps.
This package provides a library for handling IP addresses, including IPv4 and IPv6 addresses, subnets, and ranges with support for parsing, validation, and manipulation.
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.