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 code which implements the Kubernetes "apply" operation.
This package provides a library for accessing the keychain, typically the SecretService D-Bus interface on GNU/Linux.
Package dbus implements bindings to the D-Bus message bus system. Features:
complete native implementation of the D-Bus message protocol
go-like API (channels for signals / asynchronous method calls, Goroutine-safe connections)
subpackages that help with the introspection / property interfaces
This package provides a library, which supports copying value from one struct to another.
This package provides simple colorized console logger for golang.
gitconfig is a package to get configuration values from gitconfig.
This package implements directed acyclic graphs (DAGs).
Go library for input handling using Windows Console API.
This library provides unit multipliers and functions for Go.
Package zitadel/schema converts structs to and from form values. It is a maintained fork of https://github.com/gorilla/schema
gronx is cron expression parser ported from adhocore/cron-expr with task runner and daemon that supports crontab like task list file. It may be used programatically in Golang or as standalone binary instead of crond.
Package match provides a simple pattern matcher with unicode support.
Set is the set collection for the Go language.
EditorConfig makes it easy to maintain the correct coding style when switching between different text editors and between different projects. It maintains a file format and plugins for various text editors which allow this file format to be read and used by those editors.
This package implements functionality of mapping files into memory. It tries to provide a simple interface, but doesn't go out of its way to abstract away every little platform detail.
This specifically means:
forked processes may or may not inherit mappings
a file's timestamp may or may not be updated by writes through mappings
specifying a size larger than the file's actual size can increase the file's size
if the mapped file is being modified by another process while your program's running, don't expect consistent results between platforms
Package pgconn is a low-level PostgreSQL database driver. It operates at nearly the same level as the C library libpq.
It is primarily intended to serve as the foundation for higher level libraries such as https://github.com/jackc/pgx. Applications should handle normal queries with a higher level library and only use pgconn directly when required for low-level access to PostgreSQL functionality.
This package provides a collection of Golang utilities.
This package provides a CLI build from the go-github-com-orisano-pixelmatch source.
This is a Unix utility that outputs randomness. It is a thin wrapper around crypto/rand.
This package provides a set of utilities to safely iterate over arbitrary array and maps types.
bytebufferpool implements a pool of byte buffers with anti-fragmentation protection.
This package provides a means to obtain time.Duration from a string. The string can be a string retorned for time.Duration or a similar string with weeks or days too.
Package gobreaker implements the Circuit Breaker pattern.
This package aims to provide algorithms optimized to leverage advanced instruction sets of modern CPUs to maximize throughput and take the best advantage of the available compute power. It includes functions that have often been designed to work on arrays of values, which is where SIMD and branchless algorithms shine.