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 module contains pure Go implementation of the Wayland protocol. Currently only wayland-client functionality is supported. It's an alternative chain of forks https://github.com/micaplush/go-wayland -> https://github.com/MatthiasKunnen/go-wayland -> https://github.com/rajveermalviya/go-wayland the original is unmaintained project.
Package flagenv provides the ability to populate flags from environment variables.
Package percent escapes strings using percent-encoding.
This package provides a functionality to generate type-safe converters for Go. The project is meant as alternative to jinzhu/copier that doesn't use reflection.
Package dig provides a functionality to implement resolving object dependencies graph during the process startup.
This package provides simple colorized console logger for golang.
Standalone FTS5 extension for go-sqlite3, that provides full-text search functionality to database applications.
This package provides a Go library for encode and decode YAML values.
Go-Daemon is a library for writing system daemons in Go.
Package protect is a wrapper for OpenBSD's pledge and unveil system calls.
It allows one to safely call Unveil / Pledge on non-OpenBSD operating systems.
This package implements sysconf and provides the associated SC_* constants to query system configuration values at run time.
This package implements the leaky-bucket rate limit algorithm. It refills the bucket based on the time elapsed between requests instead of requiring an interval clock to fill the bucket discretely.
This package implements a parser for uniform resource names (URN) as specified by IETF RFC 2141.
Go-hdb is a native Go HANA database driver for Go's sql package. It implements the SAP HANA SQL command network protocol.
Package cbind provides a tcell key event encoding, decoding and handling as human-readable strings.
This package provides bindings for CRIU. The code is based on the Go-based PHaul implementation from the CRIU repository.
Package linebreak wraps text at a given width, it's a translation of linear, an implementation of SMAWK algorithm.
The protocol package implements the Language Server Protocol (LSP) specification in Go.
This package provides Golang support for Windows' .ico file format.
This package provides an implementation of JSON5.
This package provides a way to attach key/value annotations to a Go context.Context.
Package wincred provides primitives for accessing the Windows Credentials Management API. This includes functions for retrieval, listing and storage of credentials as well as Go structures for convenient access to the credential data.
This package provides a relatively simple declarative config format for zerolog supporting configuration files written in YAML or JSON.
The vtclean provides the vtclean command and a library designed to clean up raw terminal output by stripping escape sequences, optionally preserving color.