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 Go language implementation of the QUIC network protocol.
Package secretsmanager provides the API client, operations, and parameter types for AWS Secrets Manager.
This package provides Go interface to manage CPU cache allocation and memory bandwidth; CPU frequency in core granularity; and Storage I/O scheduler priority and bandwidth.
This package provides the strutil Golang package. It is part of HashiCorp's Secure division products stdlib.
This package provides a low-level network connection type which integrates with Go's runtime network poller to provide asynchronous I/O and deadline support.
The message package implements the Internet Message Format and Multipurpose Internet Mail Extensions in Go.
Package autoprop provides an OpenTelemetry TextMapPropagator creation function. The OpenTelemetry specification states that the default TextMapPropagator needs to be a no-operation implementation. The opentelemetry-go project adheres to this requirement. However, for systems that perform propagation this default is not ideal. This package provides a TextMapPropagator with useful defaults (a combined TraceContext and Baggage TextMapPropagator), and supports environment overrides using the OTEL_PROPAGATORS environment variable.
Xurls extracts urls from plain text using regular expressions. It can be used as both a binary and a library.
This package implements functionality to marshal and unmarshal Swagger API specifications into a Golang object model.
This package provides a Go implementation of Coda Hale's Metrics library. It's an alternative fork of https://github.com/rcrowley/go-metrics.
This package provides an OpenTracing instrumentation for net/http standard library.
This is a Go port of the exponential backoff algorithm from Google's HTTP Client Library for Java.
Exponential backoff is an algorithm that uses feedback to multiplicatively decrease the rate of some process, in order to gradually find an acceptable rate. The retries exponentially increase and stop increasing when a certain threshold is met.
This package provides a simple but powerful ICMP echo (ping) library.
This package implements a functionality to run Go web applications on AWS Lambda and API Gateway or ALB without changing the existing HTTP handlers.
Azure File Shares offers fully managed file shares in the cloud that are accessible via the industry standard Server Message Block (SMB) protocol. Azure file shares can be mounted concurrently by cloud or on-premises deployments of Windows, Linux, and macOS. Additionally, Azure file shares can be cached on Windows Servers with Azure File Sync for fast access near where the data is being used.
This package provides a standalone interceptor for Prometheus monitoring for gRPC Go servers and clients.
Package vsock provides access to Linux VM sockets (AF_VSOCK) for communication between a hypervisor and its virtual machines.
ipvs provides a native Go implementation for communicating with IPVS kernel module using a netlink socket.
Package linkheader provides functions for parsing HTTP Link headers.
Package srtp implements Secure Real-time Transport Protocol.
jsonpatch is a library which provides functionality for both applying RFC6902 JSON patches against documents, as well as for calculating & applying RFC7396 JSON merge patches.
Package mautrix implements the Matrix Client-Server API and originated from https://github.com/matrix-org/gomatrix.
Features:
appservice support (Intent API like mautrix-python, room state storage, etc)
end-to-end encryption support (incl. interactive SAS verification)
high-level module for building puppeting bridges
high-level module for building chat clients
wrapper functions for the Synapse admin API
structs for parsing event content
helpers for parsing and generating Matrix HTML
helpers for handling push rules
This package provides a Real-time Transport Protocol packetizer and depacketizer.
This package provides support for SCTP support for Golang.