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 specification and libraries for writing plugins to configure network interfaces in Linux containers, along with a number of supported plugins.
Package httpsfv implements serializing and parsing of Structured Field Values for HTTP as defined in RFC 9651.
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 kinesis implements a batch producer built on top of the official AWS SDK.
Replay implements a simple function to trim replies from plain text email, it was inspired by Ruby's project email_reply_trimmer. It's a maintained fork of https://github.com/dimiro1/reply.
assetfs allows packages to serve static content embedded with the go-bindata tool with the standard net/http package.
This is a tiny Go package which wraps HTTP handlers to transparently gzip the response body, for clients which support it.
This package is a Go library that implements the internal GitHub Actions caching protocol. It provides support to programmatically store and retrieve build caches, instead of relying on the standard actions/cache YAML step.
This package is the official QingStor SDK for the Go programming language.
The netlink package provides a simple netlink library for Go. Netlink is the interface a user-space program in Linux uses to communicate with the kernel. It can be used to add and remove interfaces, set IP addresses and routes, and configure IPsec.
Package ndp implements the Neighbor Discovery Protocol, as described in RFC 4861.
Package sdk provides an auto-instrumentable OpenTelemetry SDK.
Package grequests implements a friendly API over Go's existing net/http library.
This package provides a library for parsing and formatting mbox files.
This package provides helpers to validate Swagger 2.0 specification (aka OpenAPI 2.0).
This provides bidirectionally connected net.Conns, net.PacketConns made from socketpair(2) as well as bidirectionally connected net.TCPConns.
This package provides a standalone interceptor for Prometheus monitoring for gRPC Go servers and clients.
This package provides a parser for MIME messages.
This library is meant to handle Web Authentication for Go apps that wish to implement a passwordless solution for users. This library conforms as much as possible to the guidelines and implementation procedures outlined by the document. It's a successor of not maintained https://github.com/duo-labs/webauthn library.
This Package provides facilities for running metamorphic, property-based testing. By running logically equivalent operations with different conditions, metamorphic tests can identify bugs without requiring an oracle.
This package provides a validation checker for multiaddrs. Some basic validators for common address types are provided, but creating your own combinations is easy.