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.
A collection of useful middleware for Go HTTP services and web applications.
This package provides a CSS3 tokenizer.
This package provides functionality for generating JSON Patch documents and for applying JSON Patch operations to JSON documents per RFC 6902. It's an alternative fork of https://github.com/mattbaird/jsonpatch.
Package echo implements a high performance, minimalist Go web framework. Features:
optimized HTTP router which smartly prioritize routes
build robust and scalable RESTful APIs
group APIs
extensible middleware framework
define middleware at root, group or route level
data binding for JSON, XML and form payload
handy functions to send variety of HTTP responses
centralized HTTP error handling
template rendering with any template engine
define your format for the logger
highly customizable
automatic TLS via Let’s Encrypt
HTTP/2 support
This package provides Starlark - a dialect of Python intended for use as a configuration language.
This package provides a client library in go for mega.co.nz storage service. Features:
User login
Fetch filesystem tree
Upload file
Download file
Create directory
Move file or directory
Rename file or directory
Delete file or directory
Parallel split download and upload
Filesystem events auto sync
Unit tests
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 packet processing capabilities for Go.
This package provides a native DTLS 1.2 implementation in Golang.
sentry-go provides a Sentry client implementation for the Go programming language.
A minimal QPACK (RFC 9204) implementation in Go. It is minimal in the sense that it doesn't use the dynamic table at all, but just the static table and (Huffman encoded) string literals. Wherever possible, it reuses code from the HPACK implementation in the Go standard library.
This package is a small Go binary which uses GOOS= GOARCH= go build directly to compile Go binaries and then uses go-containerregistry to create and publish the new containers based on the desired platforms.
GoPtLib is a library for writing Tor pluggable transports in Go.
This package provides a Golang implementation of the Raft Protocol, that manages a replicated log and can be used to manage replicated state machines.
go-ssdp is a Simple Service Discovery Protocol library for Golang.
This go library implements some parts of the official INWX XML-RPC API.
This package provides @codeprotoc-gen-go-vtproto plug-in for protoc, which is used by Vitess to generate optimized marshall & unmarshal code.
This package provides a HTTP client functionality that can be used across various Sakura Cloud APIs (IaaS, ObjectStorage, PHY, etc.).
This package contains a client implementation for OAuth 2.0 spec in Go.
Package hashivault implement the interface with https://www.hashicorp.com/en/products/vault HashiCorp Vault KMS service.
This package is intended to be used by bridges between existing logging libraries and OpenTelemetry. Users should not directly use this package as a logging library. Instead, install one of the bridges listed in the [registry], and use the associated logging library.
This package provides an API to interact with GCP.
This package provides a set of APIs implementing the de facto standard for L4/L7 data plane configuration, similar to the role played by OpenFlow at L2/L3/L4 in Software-defined networking.
The xDS transport protocol provides a low latency versioned streaming gRPC delivery of xDS resources. The data model covers common data plane concerns such as service discovery, load balancing assignments, routing discovery, listener configuration, secret discovery, load reporting, health check delegation, etc.
This package provides a Go implementation of Coda Hale's Metrics library.