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.
Concise Binary Object Representation is a superset of JSON's schema that's faster and more compact.
This package is a WebDAV client library with a command line tool included.
Goji is a HTTP request multiplexer, similar to std net/http.ServeMux. It compares incoming requests to a list of registered Patterns, and dispatches to the http.Handler that corresponds to the first matching Pattern. Goji also supports Middleware (composable shared functionality applied to every request) and uses the standard context package to store request-scoped values.
This is a collection of Goja modules that provide Node.js compatibility.
This is a library intended to be used by Upstream OpenTelemetry resource detectors. It exists within this repository to allow for integration testing of the detection functions in real GCP environments.
Package config provides utilities for loading configuration from multiple sources that can be used to configure the SDK's API clients, and utilities.
Package dap contains data types and code for Debug Adapter Protocol (DAP) specification.
This package enables OpenID Connect support for the go-golang-org-x-oauth2 package.
This package provides a Simple Authentication and Security Layer library written in Go.
This package provides a library for reading MaxMind GeoLite2 and GeoIP2 databases in Go.
Package hub provides a simple event dispatcher for publish/subscribe pattern.
Package go-nat implements NAT handling facilities.
If you use certificate-based access to protect your Google Cloud resources, the end user device certificate is one of the credentials that is verified before access to a resource is granted. You can configure Google Cloud to use the device certificates in your operating system key store when verifying access to a resource from the gcloud CLI or Terraform by using the enterprise certificates feature.
Package gitea implements a client for the Gitea API. The version corresponds to the highest supported version of the gitea API, but backwards-compatibility is mostly given.
This package provides gRPC Go Middlewares: interceptors, helpers and utilities - middleware that is executed either on the gRPC Server before the request is passed onto the user's application logic, or on the gRPC client either around the user call. It is a perfect way to implement common patterns: auth, logging, tracing, metrics, validation, retries, rate limiting and more, which can be a great generic building blocks that make it easy to build multiple microservices easily.
Httpsnoop provides an easy way to capture http related metrics (i.e. response time, bytes written, and http status code) from your application's http.Handlers.
go-github is a Go client library for accessing the GitHub API v3.
This package provides the parseutil Golang package. It is part of HashiCorp's Secure division products stdlib.
Package binding is a middleware that provides request data binding and validation for net/http. It's a fork of gitea/binding which is a fork of Macaron.
Package httpfs implements http.FileSystem on top of a map[string]string.
This package provides a Go implementation of Coda Hale's Metrics library. It's an alternative fork of https://github.com/rcrowley/go-metrics.
libdns is a collection of free-range DNS provider client implementations. It defines the core interfaces that provider packages should implement. They are small and idiomatic interfaces with well-defined semantics.
The interfaces include:
RecordGetter to list records.
RecordAppender to append new records.
RecordSetter to set (create or change existing) records.
RecordDeleter to delete records.