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 CLI binary executable built from go-github-com-tdewolff-minify-v2 source.
The html2text package converts HTML emails to plain text, allowing text-only mail clients to display them.
DHCPv4 and DHCPv6 decoding/encoding library for Golang. This package is split in several logical parts:
dhcpv4- implementation of DHCPv4 packet, client and servernetboot- network booting wrappers on top of dhcpv6 and dhcpv4iana- several IANA constants, and helpers used by dhcpv6 and dhcpv4rfc1035label- simple implementation of RFC1035 labels, used by dhcpv6 and dhcpv4interfaces- a thin layer of wrappers around network interfaces
Package httphead contains utils for parsing HTTP and HTTP-grammar compatible text protocols headers.
This package implements a functionality to run Go web applications on AWS Lambda and API Gateway or ALB without changing the existing HTTP handlers.
This package implements a functionality to fills a struct with form values.
GoBGP is an BGP implementation.
Package jsonrpc2 provides a Go implementation of JSON-RPC 2.0.
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.
Common enterprise features for the Go programming language.
Package status implements errors returned by gRPC. These errors are serialized and transmitted on the wire between server and client, and allow for additional data to be transmitted via the Details field in the status proto. gRPC service handlers should return an error created by this package, and gRPC clients should expect a corresponding error to be returned from the RPC call.
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
Package otlptrace contains abstractions for OTLP span exporters.
Package jsonschema provides json-schema compilation and validation.
Package urlesc implements query escaping as per RFC 3986. It contains some parts of the net/url package, modified so as to allow some reserved characters incorrectly escaped by net/url.
Package sdk provides an auto-instrumentable OpenTelemetry SDK.
datadog-go is a library that provides a DogStatsD client in Golang.
Package secretsmanager provides the API client, operations, and parameter types for AWS Secrets Manager.
This is a tiny Go package which wraps HTTP handlers to transparently gzip the response body, for clients which support it.
Package aws contains OpenTelemetry propagators that use AWS propagation formats.
Package metric provides an implementation of the metric part of the OpenTelemetry API.
This package provides a library for reading MaxMind GeoLite2 and GeoIP2 databases in Go.
Package safehtml provides immutable string-like types which represent values that are guaranteed to be safe, by construction or by escaping or sanitization, to use in various HTML contexts and with various DOM APIs.
This package provides a re-implementation of Julien Schmidt's httprouter, in that it uses a patricia tree, but the logic is rather different. Specifically, the routing rules are relaxed so that a single path segment may be a wildcard in one route and a static token in another.