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.
Go library provides utilities for building command line interfaces.
This package provides an efficient way to capture timing information and periodically output metrics
Tengo is a small, dynamic, fast, secure script language for Go. Features:
simple and highly readable syntax
dynamic typing with type coercion
higher-order functions and closures
immutable values
securely embeddable and extensible
compiler/runtime written in native Go (no external deps or cgo)
executable as a standalone language/REPL
use cases: rules engine, state machine, data pipeline, transpiler
This package provides a command line interface (CLI) tool.
This package provides a command-line completion engine for the Kong CLI parser.
This package provides a useful boilerplate and organizational information for all OCI projects.
Package sortutil provides utilities supplementing the standard sort package.
This package just simplifies working with go/* packages to parse a source code. Initially the package was written to simplify code generation.
This package allows for a cgo argument to be passed a Go pointer.
This package provides a Go module that provides a stabler alternative to exec.LookPath().
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 packages is fork of gopkg.in/yaml.v2 maintained by YAML organization.
This package implements a functionality of an in-memory key:value store/cache that is suitable for applications running on a single machine. This in-memory cache uses Go Generics which is introduced in 1.18.
Package rgbterm colorizes bytes and strings using RGB colors, for a full range of pretty terminal strings.
This package implements RFC 5545 iCalendar specification.
Collection of Go modules for the Go Language Server project.
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
lru is a package which implements a fixed-size thread safe Least recently used cache. It is based on the cache in Groupcache.
This package provides a Go library for printing numbers as Hebrew letters.
Package fileutil collects some file utility functions.
Hebcal's hdate package converts between Hebrew and Gregorian dates.
Package jcs transforms UTF-8 JSON data into a canonicalized version according @urlhttps://rfc-editor.org/rfc/rfc8785.html, RFC 8785.
This package provides a cron library for Go. It implements a cron spec parser and job runner.
Package pgpassfile is a parser PostgreSQL .pgpass files.
Package slice provides utility functions for working with slices in Go.