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 search send a patch to ~whereiseveryone/toys@lists.sr.ht adding your channel as an entry in channels.scm.
This package is toml parser and encoder for Go. The interface is similar to Go's standard library json and xml package. This package provides a command line interface (CLI) tool.
This package provides a basic system stats like DiskUsage and MemoryInfo.
This package implements a functionality to translate C to Go source code.
Package errors provides an easy way to annotate errors without losing the original error context.
Package complete provides a tool for bash writing bash completion in go, and bash completion for the go command line.
This is a package extracted from go-ipfs. Its purpose to be used to compare a set of keys based on a given metric. The primary metric used is XOR, as in kademlia.
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.
The semver package provides the ability to work with semantic versions. Specifically it provides the ability to:
Parse semantic versions
Sort semantic versions
Check if a semantic version fits within a set of constraints
Optionally work with a
vprefix
This package provides a cobra adapter for the mango man-page generator.
This package provides a code which implements the Kubernetes "apply" operation.
This package allows for a cgo argument to be passed a Go pointer.
Package randomstring can be used for generating different types of random strings.
Library to ease implementation of pluggable discoveries for the Arduino Command Line Interface following the official specification.
Package safecast allows you to safely cast between numeric types in Go and return errors (or panic when using the Must* variants) when the cast would result in a loss of precision, range or sign.
Package sqlite is a CGo-free port of SQLite. It is a drop-in replacement for mattn/go-sqlite3.
Command line argument parser following the GNU standard.
Package clipboard read/write on clipboard. It's an alternative fork of https://github.com/atotto/clipboard.
This package provides a Go compiler front end.
This Package provides a functionality of INI file read and write, implementing features:
load from multiple data sources(file,
[]byte,io.Readerandio.ReadCloser) with overwritesread with recursion values
read with parent-child sections
read with auto-increment key names
read with multiple-line values
read with tons of helper methods
read and convert values to Go types
read and WRITE comments of sections and keys
manipulate sections, keys and comments with ease
keep sections and keys in order as you parse and save
This package provides a simple ASCII tree composing tool.
This package implements a functionality to fills a struct with form values. It's an alternative fork of https://github.com/gorilla/schema.
This package provides the Windows API used at Charmbracelet.
The colorful package provides a library for using colors in Go. It stores colors in RGB and provides methods for converting these to various color spaces.
This package implements a functionalit to list currently running Go processes.