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 implements a functionality to infer file and MIME type checking the magic numbers signature.
Package termtext deals with monospace text as interpreted by terminals.
This package is an implementation of HTTP Basic and HTTP Digest authentication.
This packae provides bindings for https://github.com/ostreedev/ostree, OSTree.
This package provides functions to atomically change files, by writing first to a temp file, and then overwriting the target file in an atomic way.
This package implements Go types for over 70 PostgreSQL types. It is the type system underlying the https://github.com/jackc/pgx PostgreSQL driver. These types support the binary format for enhanced performance with pgx. They also support the database/sql Scan and Value interfaces and can be used with https://github.com/lib/pq.
This package provides a ordered map library that maintains amortized O(1) for Set, Get, Delete and Len.
This package is a simple Go library that provides retry functionality for functions that may fail. It includes various customizable retry strategies, such as fixed delay, backoff delay, and random delay.
Package ff is a flags-first helper package for configuring programs.
The basic idea is that myprogram -h should always show the complete configuration "surface area" of a program. Therefore, every config parameter should be defined as a flag. This module provides a simple and robust way to define those flags, and to parse them from command-line arguments, environment variables, and/or config files.
This package provides wrappers around the ZFS command line tools.
This repository contains modified Go standard library packages for use as work arounds until issues are addressed in the official distribution.
This package implements algorithms for exponentially weighted moving averages.
clipboard provides copying and pasting to the clipboard for Go.
Package gopher-luar simplifies data passing to and from gopher-lua.
Package cellbuf provides terminal cell buffer functionality.
Go library to load docker CLI configs, auths, etc. with minimal deps. So far the only deps are on the stdlib.
Package vfs provides an abstraction of the os and ioutil packages that is easy to test.
This library provides caching capabilities for Go with no garbage collection overhead and high concurrent performance. An unlimited number of objects can be cached in memory without increased latency or degraded throughput.
This package provides a functionality for cross-platform locale detection.
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.
env is a simple, zero-dependencies library to parse environment variables into structs.
This library provides unit multipliers and functions for Go.
This package provides a basic system stats like DiskUsage and MemoryInfo.
fswatch is a go library for watching file system changes to does not depend on inotify.