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 functionality to generate Go code.
Package vfs provides an abstraction of the os and ioutil packages that is easy to test.
Package fx is a framework that makes it easy to build applications out of reusable, composable modules.
This package provides a simple way to create a system service.
This package implements recursive copy functionality for directory.
This packages is fork of gopkg.in/yaml.v2 maintained by YAML organization.
Perks contains the Go package quantile that computes approximate quantiles over an unbounded data stream within low memory and CPU bounds.
Viper is a complete configuration solution for Go applications including 12-Factor apps. It is designed to work within an application, and can handle all types of configuration needs and formats.
This package provides a Sqlite3 driver for Go using database/sql.
rxhash is a Go library for creating a unique hash value for struct in Go, but data consistency.
Package lxc provides Go Bindings for LXC (Linux Containers) C API.
This package implements a functionality to translate C to Go source code.
String conversion functions for lipgloss Styles.
This package implements a functionality to translate C to Go source code.
Common SELinux package used across the container ecosystem.
This package defines functions that demangle GCC/LLVM C++ and Rust symbol names. This package recognizes names that were mangled according to the C++ ABI defined at https://codesourcery.com/cxx-abi/ and the Rust ABI.
This package provides binary tree and trie data structures for Golang.
Package vaxis is a terminal user interface for modern terminals. It supports supports modern terminal features, such as styled underlines and graphics. A widgets package is provided with some useful widgets.
Package cmd runs external commands with concurrent access to output and status. It wraps the Go standard library os/exec.Command to correctly handle reading output (STDOUT and STDERR) while a command is running and killing a command. All operations are safe to call from multiple goroutines.
The nsq Go module provides a high-level Consumer and Producer types as well as low-level functions to communicate over the NSQ protocol https://nsq.io/.
This package implements functionality to initialize structs with default values. It supports almost all kind of types: int/8/16/32/64, uint/8/16/32/64, float32/64, uintptr, bool, string, map, slice, struct, f,map[K1]map[K2]Struct, []map[K1]Struct[]
This package provides a Go port of the Ruby's dotenv library https://github.com/bkeepers/dotenv.
This package provides a library to works with graphics.
Package times provides a platform-independent way to get atime, mtime,ctime and btime for files.