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 lxc provides Go Bindings for LXC (Linux Containers) C API.
Package libc provides a C standard library implementation for use with ccgo-generated code.
Semver is a library for Semantic versioning written in Go.
This package provides a QR code encoder for the Goloang.
This package provides a simple error package with stack traces.
Package bytefmt contains helper methods and constants for converting to and from a human-readable byte format.
Go-hdb is a native Go HANA database driver for Go's sql package. It implements the SAP HANA SQL command network protocol.
This package provides a simple TUN/TAP interface library for Go that efficiently works with standard packages like io, bufio, etc.. Use waterutil with it to work with TUN/TAP packets/frames.
This package implements a restriction for the current processes' ability to use files, using Linux 5.13's Landlock feature.
The OCI Image Format project creates and maintains the software shipping container image format spec (OCI Image Format).
This package provides a simple Go application to get the size of the terminal.
This package implements an alternative logging extension.
Package uuid provides implementations of the Universally Unique Identifier (UUID), as specified in RFC-4122 and the Peabody RFC Draft (revision 03).
This library defines functions to perform string interning in Go, storing only one copy of each unique string in memory. All functions may be called concurrently with themselves and each other.
Porter2 implements the english Porter2 stemmer. It is written completely using finite state machines to do suffix comparison, rather than the string-based or tree-based approaches.
Package xdg provides functions related to freedesktop.org.
Package uuid provides implementations of the Universally Unique Identifier (UUID), as specified in RFC-4122 and the Peabody RFC Draft (revision 03).
The tview package implements rich widgets for terminal based user interfaces. The widgets provided with this package are useful for data exploration and data entry.
Leveled execution logs for Go.
Pflag is library to replace Go's flag package. It implements POSIX/GNU-style command-line options with double hyphens. It is is compatible with the GNU extensions to the POSIX recommendations for command-line options.
This package provides a token bucket implementation in Golang.
Package bytesp is a plus to the standard bytes package.
Package logr defines a general-purpose logging API and abstract interfaces to back that API. Packages in the Go ecosystem can depend on it, while callers can implement logging with whatever backend is appropriate.
Exiffix is a one function golang library made to be a replacement for image.Decode to handle orientation stored in EXIF data.