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 implements a websocket proxy for grpc-gateway backed services.
Package opencensus contains Go support for OpenCensus.
This package exposes a registry of data types to support string formats in the go-openapi toolkit. strfmt represents a well known string format such as credit card or email. The Go toolkit for OpenAPI specifications knows how to deal with those.
This package provides support for SCTP support for Golang.
Wray is a client for the Faye publish-subscribe messaging service. It's alternative fork of https://github.com/pythonandchips/wray.
This package provides a simple API for opening web pages on your default browser.
Tessera is a Go library for building tile-based transparency logs (tlogs). It is the logical successor to the approach Trillian v1 takes in building and operating logs. The implementation and its APIs bake-in current best-practices based on the lessons learned over the past decade of building and operating transparency logs in production environments and at scale.
This package provides an Bytestream to interact with GCP.
Package otlptracehttp provides an OTLP span exporter using HTTP with protobuf payloads. By default the telemetry is sent to @urlhttps://localhost:4318/v1/traces.
Package resty provides Simple HTTP and REST client library for Go.
Package ec2 provides a resource detector for Amazon Elastic Compute Cloud instances using aws-sdk-go-v2.
Xurls extracts urls from plain text using regular expressions. It can be used as both a binary and a library.
JSON Patch implementation for Go as specified in RFC 6902 from the IETF.
JSON Patch allows you to generate JSON that describes changes you want to make to a document, so you don't have to send the whole doc. JSON Patch format is supported by HTTP PATCH method, allowing for standards based partial updates via REST APIs.
A simple alternative to rcrowley's go-metrics that's a lot faster (and only does simple bandwidth metrics).
Package packet provides access to Linux packet sockets (https://www.man7.org/linux/man-pages/man7/packet.7.html).
go-github-com-go-chi-chi-v5 is an HTTP router that lets the user decompose request handling into many smaller layers.
AWS S3 fake server and testing library for extensive S3 test integrations. Either by running a test-server, e.g. for testing of AWS Lambda functions accessing S3. Or, to have a simple and convenience S3 mock- and test-server.
Package oauth is a library for Go client applications that need to perform OAuth authorization against a server, typically GitHub.com.
Package snowflake is a network service for generating unique ID numbers at high scale with some simple guarantees. The ID generated by the snowflake algorithm is not guaranteed to be unique. For example, when two different requests enter the same machine at the same time, and the sequence generated by the node is the same, the generated ID will be duplicated. It's an alternative fork of https://github.com/godruoyi/go-snowflake.
This package implements HTTP request and response signing and verification. Supports the major MAC and asymmetric key signature algorithms. It has several safety restrictions: One, none of the widely known non-cryptographically safe algorithms are permitted; Two, the RSA SHA256 algorithms must be available in the binary (and it should, barring export restrictions); Finally, the library assumes either the Authorizationn or Signature headers are to be set (but not both).
It's an alternative fork of https://github.com/go-fed/httpsig.
This package provides an implementation of client side part of XMLRPC protocol in Go language.
Package linkheader provides functions for parsing HTTP Link headers.
This package implements a functionality to convert Golang's http.Request to CURL command line.