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.
gg is a library for rendering 2D graphics in pure Go.
This package provides a simple byte size formatting in Go.
This package provides utilities for manipulating POSIX capabilities.
Package term provides structures and helper functions to work with terminal (state, sizes).
This package provides a glob library that implements descending into other directories. It is optimized for filewalking.
Package mexpr provides a simple expression parser, originally built for use in templating languages (e.g. for-loop variable selection, if-statement evaluation) so is minimal in what it supports by design.
This package is a simple Golang implementation of tag parser.
Package go-scfg parses scfg files.
This package provides an implementation for the goverter feature wrapErrorsUsing.
This package provides a QR code encoder for the Goloang.
Statik allows you to embed a directory of static files into your Go binary to be later served from an http.FileSystem.
This package implements functionality to encode and decode DRCS Sixel. This package provides an command line interface (CLI) tools.
Package iso8601 is a utility for parsing ISO8601 datetime strings into native Go times. The standard library's RFC3339 reference layout can be too strict for working with 3rd party APIs, especially ones written in other languages.
Package cursor contains cross-platform methods to move the terminal cursor in different directions. This package can be used to create interactive CLI tools and games, live charts, algorithm visualizations and other updatable output of any kind.
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 platform-agnostic Go library to locate TrueType font files in your system's user and system font directories.
This package provides ANSI colors for Golang. The package supports Printf/Sprintf etc.
go-multierror is Golang module providing a mechanism for representing a list of error values as a single error. It is fully compatible with the standard errors package, including the functions As, Is, and Unwrap. This provides a standardized approach for introspecting on error values.
Package spinner is a simple package to add a spinner / progress indicator to any terminal application.
This package provides an utility for timezone manipulation, implementing the following features:
this library uses only the standard package
supports getting offset from timezone abbreviation, which is not supported by the time package
determine whether the specified time.Time is daylight saving time
change the location of time.Time by specifying the timezone
mtree is a filesystem hierarchy validation tooling and format. This is a library and simple CLI tool for mtree(8) implemented in Go.
go-opt is a library to parse command line arguments based on tag annotations on struct fields. It came as a spin-off from aerc to deal with its internal commands.
This package implements a pure Go driver and toolkit for PostgreSQL. It is different from other drivers such as pq because, while it can operate as a database/sql compatible driver, pgx is also usable directly. It offers a native interface similar to database/sql that offers better performance and more features.
This package provides memcache client and server functionality.