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.
Package seccomp provides bindings for libseccomp, a library wrapping the Linux seccomp syscall. Seccomp enables an application to restrict system call use for itself and its children.
This is a pure Go package for the Linux evdev interface, without cgo dependencies.
The implementation in this package has the following features:
Query device information such as the name, the physical location, the unique ID, the vendor/product/bus/version IDs
Query supported event types, codes and device properties
Query the current status of bit-field based input types (such as keyboard, switches etc) as well as information on absolute types (
ABS_X, ...) including their min/max values and current stateGrab/Ungrab/Revoke support for exclusive claiming of devices
Auto-generated
constdefinitions and maps for types and codes from the kernel include headers
This package is a Go library, for evtest and uinputtest, use go-evdev.
Standalone FTS5 extension for go-sqlite3, that provides full-text search functionality to database applications.
base32 encoding package from Go with NoPadding option
refmt is a serialization and object-mapping library.
go-units is a library to transform human friendly measurements into machine friendly values.
Package semver provides the ability to work with Semantic Versions in Go.
This package provides functionality to load functions used in Sonic JSON library.
This package is a collection of miscellaneous Go utility code that is potentially useful across multiple projects, and has therefore been factored out.
Package colorprofile provides a way to downsample ANSI escape sequence colors and styles automatically based on output, environment variables, and Terminfo databases.
jsync is a package that implements various synchronisation helpers that are missing from sync. It does not and will not rely on golinkname to be portable.
Package script aims to make it easy to write shell-type scripts in Go, for general system administration purposes: reading files, counting lines, matching strings, and so on.
dbus is a library that implements native Go client bindings for the D-Bus message bus system.
This package parses text into shell arguments. Based on the cpan module Parse::CommandLine.
Package times provides a platform-independent way to get atime, mtime,ctime and btime for files.
This package provides a functionality for encoding and decoding unsigned varints.
This package provides notify, a file system event notification library in Go. It's an alternative fork of https://github.com/rjeczalik/notify.
This package provides common data formats and utilities for transparency log implementations, including checkpoint and proof formats.
Package sortutil provides utilities supplementing the standard sort package.
gofpdi allows you to import an existing PDF into a new PDF.
slog-multi provides advanced composition patterns for Go's structured logging (slog). It enables you to build sophisticated logging workflows by combining multiple handlers with different strategies for distribution, routing, transformation, and error handling.
Package goversion provides utilities to get the Go module version information.
Go library to load docker CLI configs, auths, etc. with minimal deps. So far the only deps are on the stdlib.
This package providies two additional libraries for go.uber.org/zap:
zapslogimplementsslog.Handlerwhich writes to the suppliedzapcore.Corezapfieldimplements experimentalzap.Fieldhelpers whose APIs may be unstable