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 a fast non-allocating cron parser in Ragel and Go.
This package provides an additinal Golang modules for error handling in containerd projects.
errgrpc - provides utility functions for translating errors to and from a gRPC context
errhttp - provides utility functions for translating errors to and from a HTTP context
This package is a simple Golang implementation of tag parser.
Package strutil provides string metrics for calculating string similarity as well as other string utility functions.
GoUtils provides utility functions to manipulate strings in various ways. It is a Go implementation of some string manipulation libraries of Java Apache Commons.
The colorful package provides a library for using colors in Go. It stores colors in RGB and provides methods for converting these to various color spaces.
Go library for ini files
This package provides a Go compiler front end.
Package vfs provides an abstraction of the os and ioutil packages that is easy to test.
This package provides a Go port of the Ruby's dotenv library https://github.com/bkeepers/dotenv.
This package provides a platform-agnostic Go library to locate TrueType font files in your system's user and system font directories.
The ical package provides an ICS/iCalender parser and serialiser for Go.
This package implements high-performance external sorting library for Go that enables sorting of arbitrarily large datasets that don't fit entirely in memory. The library operates on channels and uses temporary disk storage to handle datasets larger than available RAM.
This package implements a functionality for creating, managing, inspecting, and destroying cgroups. The resources format for settings on the cgroup uses the OCI runtime-spec found here.
This package implements /dev/loop device in Go.
This package provides jbenet's context extensions.
The goipp package implements the IPP core protocol, as defined by @urlhttps://rfc-editor.org/rfc/rfc8010.html,RFC 8010.
timefmt-go is a Go language package for formatting and parsing date time strings.
This package provides a simple byte size formatting in Go.
This package implements recursive copy functionality for directory.
This package provides a library for retrieving information on running processes and system utilization (CPU, memory, disks, network, sensors).
fswatch is a go library for watching file system changes to does not depend on inotify.
This package provides a Go implementation of base32768, binary-to-text encoding, optimized for UTF-16.
This package implements functionality for parsing and formating the mbox file format. It's an alternative fork of https://github.com/emersion/go-mbox.