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.
The acme Go package provides simple interface for interacting with Acme windows of the Plan 9 text editor.
Package udev provides a cgo wrapper around the libudev C library.
This package provides x86_64 variant of ported from a Python module PeachPy, with some adaption to the Go language features.
Package kong aims to support arbitrarily complex command-line structures with as little developer effort as possible.
This package implements a functionality of creating here-documents from raw strings.
This package provides implementation of various data structures and algorithms in Go.
Package firebird provides database/sql driver for Firebird RDBMS.
It's an alternative fork of https://github.com/mattn/go-runewidth.
subcommands implements a functionality for a single command to have many subcommands, each of which takes arguments.
This package implements a "diff" algorithm that compares two JSON objects and generates deltas that describe the differences between them. The deltas can be applied to a JSON object to "patch" them.
This package provides a transport-agnostic, filesystem metadata manifest system.
This package provides generic implementations for Go.
doublestar is a Go implementation of path pattern matching and globbing with support for "doublestar" patterns.
This package implements a fast bloom filter with real bitset and JSONMarshal/JSONUnmarshal to store/reload the Bloom filter.
This package provides a token bucket implementation in Golang.
GopherLua is a Lua5.1(+ goto statement in Lua5.2) VM and compiler. It provides Go APIs that allow you to easily embed a scripting language to your Go host programs.
clipboard provides copying and pasting to the clipboard for Go.
This is a Go package that implements decoding of JSON5.
It's an alternative fork of https://github.com/titanous/json5.
The jsonrpc2F package is an implementation of the JSON-RPC 2 specification for Go.
This package provides a implementation reflection that greatly improved performance, that is between 25 to 50x time faster than native one.
This package implements the tree command in Go, in a way such that it can be used programatically.
This package provides an ANSI color package to output colorized or SGR defined output to the standard output.
Bolt is a pure Go key/value store inspired by Howard Chu's LMDB project. The goal of the project is to provide a simple, fast, and reliable database for projects that don't require a full database server such as Postgres or MySQL.
Cobra is both a library for creating powerful modern CLI applications as well as a program to generate applications and command files.