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 vfs provides an abstraction of the os and ioutil packages that is easy to test.
Package fuse enables writing FUSE file systems. It is a from-scratch implementation of the kernel-userspace communication protocol, and does not use the C library from the project called FUSE.
Common SELinux package used across the container ecosystem.
Build Go code from arbitrary value in Go.
This package implements image resizing for the Go programming language with common interpolation methods.
Package sqlite is a CGo-free port of SQLite. It is a drop-in replacement for mattn/go-sqlite3.
Package crawlspace provides a means to dynamically interact with registered Go objects in a live process, using small scripting language based around the reflect package inspired by Twisted's manhole library .
Package lexer provides generating actionless scanners (lexeme recognizers) at run time.
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 ical package provides an ICS/iCalender parser and serialiser for Go.
Package errors provides simple error handling primitives. It's an alternative fork of https://github.com/pkg/errors project.
This package provides unified and context-aware diffs in Go.
This package provides utilities for correcting image orientation based on EXIF metadata. It's an alternative fork of https://github.com/edwvee/exiffix maintained by Kitty comunity.
Package appengine provides basic functionality for Google App Engine.
This package implements a functionality of handling FIFOs in a sane way.
Package strcase is a package for converting strings into various word cases (e.g. snake_case, camelCase, kebab-case, etc).
This package implements column-formatted output for Golang.
This package provides wrappers around the ZFS command line tools.
Command line argument parser following the GNU standard.
This is a Go package that implements decoding of JSON5.
It's an alternative fork of https://github.com/titanous/json5.
This package provides an optimized implementation of protobuf's varint encoding/decoding. It has no dependencies.
lumin is a simple command-line program which highlights matches to a specified pattern (string or regex) in the specified files. This is like grep with --color, except that lumin shows all lines, not just matching lines. This package provides a CLI tool and colors library.
This package provides a transport-agnostic, filesystem metadata manifest system.
Package udev provides a cgo wrapper around the libudev C library.