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 pterm is a modern go module to beautify console output. It can be used without configuration, but if desired, everything can be customized down to the smallest detail.
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 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.
Dasel (short for data-selector) allows you to query and modify data structures using selector strings. It's similar to jq/yq, but supports JSON, YAML, TOML, XML and CSV with zero runtime dependencies.
This package provides a driver for Mongo data base.
This package parses text into shell arguments. Based on the cpan module Parse::CommandLine.
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.
Golden files (.golden) contain the raw expected output of tests,which can contain control codes and escape sequences. golden package provides an API for comparing Golden files.
zli is a Go library for writing command line interface programs. It includes flag parsing, color escape codes, various helpful utility functions, and makes testing fairly easy.
Package envparse is a minimal environment variable parser. It handles empty lines, comments, single quotes, double quotes, and JSON escape sequences.
Package zstd is a collection of extensions to Go's standard library.
This package provides shared utilities used to break circular dependencies of u-root project.
This package provides some utilities for messing with extended Backus–Naur form grammars.
Package fastjson provides fast JSON parsing comparing to std encoding/json.
This package provides a Go library for encode and decode YAML values. The yaml package supports most of YAML 1.2, but preserves some behavior from 1.1 for backwards compatibility.
go-libnp is a tiny cross-platform library for extracting information about the music/image/video that is Now Playing on the system.
This package provides an API for finding and listing processes in a platform-agnostic way.
This package provides a C99 compiler front end.
Shellquote provides utilities for joining/splitting strings using sh's word-splitting rules.
This package provides a wrapper around libedit for Golang.
Package pgerrcode contains constants for PostgreSQL error codes.
This package implements an immutable radix tree. It only provides a single Tree implementation, optimized for sparse nodes.
Package sortutil provides utilities supplementing the standard sort package.
This package implements directed acyclic graphs (DAGs).