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 webring send a patch to ~whereiseveryone/toys@lists.sr.ht adding your channel as an entry in channels.scm.
Package jmap implements JMAP Core protocol as defined in RFC 8620 published on July 2019.
This package provides WebAssembly a WebAssembly data model and binary encoder.
This package implements generically consumable SigV4 and SigV4a request signing.
go-github is a Go client library for accessing the GitHub API v3.
This package implements a proxy.Dialer which uses HTTP(s) CONNECT requests.
goquery brings a syntax and a set of features similar to jQuery to the Go language.
This package provides an implementation of JSON Pointer for the Go programming language.
Package browser provides helpers to open files, readers, and URLs in a browser window.
This package provides the definitions for the Container Runtime Interface (CRI). CRI is a plugin interface which enables kubelet to use a wide variety of container runtimes, without the need to recompile. CRI consists of a protocol buffers and gRPC API. Read more about CRI API at @urlhttps://kubernetes.io/docs/concepts/architecture/cri/,kubernetes docs.
sentry-go provides a Sentry client implementation for the Go programming language.
This package implements a functionality for parsing, converting and validating OpenAPI v2.0, OpenAPI v3.0 and OpenAPI v3.1.
This package provides a high performance and feature rich codec and encoding library for the MessagePack, CBOR, JSON and the Binc formats.
This library supports named counters, gauges and histograms. It also provides convenience wrappers for registering latency instrumented functions with Go's builtin http server.
Go-stun is a go implementation of the STUN client (RFC 3489 and RFC 5389).
This package implement a functionality to send logs to services supporting GELF specified in https://go2docs.graylog.org/current/home.html.
This package implements a low level functionality for WebAuthn library. It was forked from CloudFlare's github.com/cloudflare/cfssl/revoke.
Golang TProxy provides an easy to use wrapper for the Linux Transparent Proxy functionality.
This package provides an IMAP4rev1 library written in Go. It can be used to build IMAP clients and servers.
Package ndp implements the Neighbor Discovery Protocol, as described in RFC 4861.
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
Package otlptracegrpc provides an OTLP span exporter using gRPC. By default the telemetry is sent to @urlhttps://localhost:4317.
Package @codexff is a net/http middleware/handler to parse Forwarded HTTP Extension in Golang.
GoTURN is a library providing a Go interface compatible with the golang proxy package which connects through a TURN relay. It provides parsing and encoding support for STUN and TURN protocols.