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.
gg is a library for rendering 2D graphics in pure Go.
This package implements minimal utility functions for working with SQL dates and other date-only dates in Go.
This package provides a driver for Mongo data base.
This package implements a functionality of handling FIFOs in a sane way.
This package provides a minimal interface for structured logging in services. It may be wrapped to encode conventions, enforce type-safety, provide leveled logging, and so on. It can be used for both typical application log events, and log-structured data streams.
This package implements incremental encoding in Golang.
This package provides useful encodings not included in the standard Text package, including some for dealing with I/O streams from non-UTF-friendly sources.
Package retry provides a simple, stateless, functional mechanism to perform actions repetitively until successful.
Package udev provides a cgo wrapper around the libudev C library.
This package implements directed acyclic graphs (DAGs).
This package provides functions to calculate LCS values from two arbitrary arrays.
This package provides a minimal and colorful Go logging library.
This package provides a duplicate function call suppression mechanism with support for context cancellation.
Currently GoMusicBrainz provides methods to perform search and lookup requests. Browse requests are not supported yet.
Docker Distribution is a Docker toolset to pack, ship, store, and deliver content. It contains Docker Registry 2.0 and libraries to interact with distribution components.
sqlx is a library which provides a set of extensions on go's standard database/sql library. The sqlx versions of sql.DB, sql.TX, sql.Stmt, et al. all leave the underlying interfaces untouched, so that their interfaces are a superset on the standard ones. This makes it relatively painless to integrate existing codebases using database/sql with sqlx.
This package provides a C99 compiler front end.
This package provides an implementation of Gil Tene's HDR Histogram data structure. The HDR Histogram allows for fast and accurate analysis of the extreme ranges of data with non-normal distributions, like latency.
This package provides a pretty printer for Go values.
cpuid provides information about the CPU running the current program. CPU features are detected on startup, and kept for fast access through the life of the application. Currently x86 / x64 (AMD64) is supported, and no external C (cgo) code is used, which should make the library very eas to use.
This package provides a way to check whether two Go source directories contain equivalent code.
This package provides a golang wrapper for parsing gocui keybindings.
This package provides a C99 compiler front end.
This package implements GNU gettext utilities in Go. It features:
Implements GNU gettext support in native Go.
Complete support for PO files including:
Support for MO files.
Thread-safe: This package is safe for concurrent use across multiple goroutines.
It works with UTF-8 encoding as it's the default for Go language.
Unit tests available.
Language codes are automatically simplified from the form en_UK to en if the first isn't available.
Ready to use inside Go templates.
Objects are serializable to []byte to store them in cache.
Support for Go Modules.