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 provides a High Performance, Feature-Rich Idiomatic codec/encoding library for msgpack, JSON.
Supported Serialization formats are:
msgpack: https://github.com/msgpack/msgpack
json: http://json.org http://tools.ietf.org/html/rfc7159
This package provides a Go library for handling a superset of semantic versioning.
Package term manages POSIX terminals. As POSIX terminals are connected to, or emulate, a UART, this package also provides control over the various UART and serial line parameters.
Enforce a stricter format than gofmt, while being backwards compatible. That is, gofumpt is happy with a subset of the formats that gofmt is happy with.
This project contains the CSI specification and protobuf files.
This package is a wrapper around each of the the Unicode-version-specific textseg implementations that selects an implementation automatically based on the Unicode version of the Go standard library that it's being built against.
This package implements functionality to format Assembler code the same way that gofmt formats Go code.
Package retry provides a simple, stateless, functional mechanism to perform actions repetitively until successful.
This package provides a C99 compiler front end.
This package provides a ordered map library that maintains amortized O(1) for Set, Get, Delete and Len.
sqlx is a library which provides a set of extensions on go's standard database/sql library. The sqlx versions of sql.DB, sql.TX, sql.Stmt, et al. all leave the underlying interfaces untouched, so that their interfaces are a superset on the standard ones. This makes it relatively painless to integrate existing codebases using database/sql with sqlx.
This package provides all the Linux Capabilities userspace library API bindings in native Go.
This package provides a Go implementation for reading and writing Singularity Image Format (SIF) files. SIF is a container format used by Singularity/Apptainer for packaging applications.
This package provides a functionality to create and access LevelDB databases.
Ingo is a Go library helping you to persist flags in a INI-like configuration file.
This package just simplifies working with go/* packages to parse a source code. Initially the package was written to simplify code generation.
This package provides Go clients for talking to a kubernetes cluster.
This package provides a golang wrapper for parsing gocui keybindings.
Hebcal's greg package converts between Gregorian dates and R.D. (Rata Die) day numbers.
Perks contains the Go package quantile that computes approximate quantiles over an unbounded data stream within low memory and CPU bounds.
Package kyaml contains libraries for reading and writing Kubernetes Resource configuration as YAML.
Package pty is a wrapper for github.com/creack/pty, which provides functions for working with Unix terminals.
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.
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.