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 smithyotelmetrics implements a Smithy client metrics adapter for the OTEL Go SDK.
Package smithy provides the core components for a Smithy SDK.
This package is a fork of the standard library encoding/asn1 package, adding Basic Encoding Rules support for use with https://github.com/k-sone/snmpgo.
Sigstore is a Go library providing common functionality for Sigstore services. It includes cryptographic utilities, OAuth/OIDC authentication, certificate handling, and tools for interacting with Sigstore infrastructure like Fulcio and Rekor.
This package contains a set of modules which aid the development of APIs for clients and servers based on gRPC and Google API conventions.
This package contains experimental options for the OpenTelemetry metric package. These options are currently under development and not part of the stable API. They may be changed in backwards-incompatible ways, or removed entirely.
Package manager provides utilities to upload and download objects from S3 concurrently. Helpful for when working with large objects.
Package ws implements a client and server for the WebSocket protocol as specified in RFC 6455.
This package provides a partial Go implementation of the Remote Call Procedure libraries, presented in @urlhttp://pubs.opengroup.org/onlinepubs/9629399/,CDE 1.1: Remote Procedure Call.
This package provides a Go interface with Huawei Cloud services such as Elastic Compute Service (ECS) and Virtual Private Cloud (VPC).
Package sdp implements Session Description Protocol.
Gogoprotobuf is a fork of golang/protobuf with extra code generation features. This code generation is used to achieve:
fast marshalling and unmarshalling
more canonical Go structures
goprotobuf compatibility
less typing by optionally generating extra helper code
peace of mind by optionally generating test and benchmark code
other serialization formats
The jose-util command line utility allows for encryption, decryption,signing and verification of JOSE messages. Its main purpose is to facilitate dealing with JOSE messages when testing or debugging.
Package aws contains OpenTelemetry propagators that use AWS propagation formats.
This package provides a GraphQL client and code generator for Go.
This package implements RFC 7234 Hypertext Transfer Protocol (HTTP/1.1): Caching.
Package gcp provides a resource detector for GCP Cloud Function.
This package provides a Golang implementation of the Javascript Object Signing and Encryption set of standards. This includes support for JSON Web Encryption, JSON Web Signature, and JSON Web Token standards.
Package tcpproxy lets users build TCP proxies, optionally making routing decisions based on HTTP/1 Host headers and the SNI hostname in TLS connections.
Package otlpmetrichttp provides an OTLP metrics exporter using HTTP with protobuf payloads.
This package implements a functionality which can be used in instrument code, expose application metrics, and profile runtime performance in a flexible manner. It makes use of a MetricSink interface to support delivery to any type of backend.
Currently the following sinks are provided:
StatsiteSink : Sinks to a statsite instance (TCP)
StatsdSink: Sinks to a StatsD / statsite instance (UDP)
PrometheusSink: Sinks to a Prometheus metrics endpoint (exposed via HTTP for scrapes)
InmemSink : Provides in-memory aggregation, can be used to export stats
FanoutSink : Sinks to multiple sinks. Enables writing to multiple statsite instances for example
BlackholeSink : Sinks to nowhere
gqlgen is a go generate based GraphQL server library. It generates Go server code from a schema written in the GraphQL Schema Definition Language.
This package implement a functionality to send logs to services supporting GELF specified in https://go2docs.graylog.org/current/home.html.