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.
Picobuf is a minimal replacement for google.golang.org/protobuf with focusing on small binary size. It does not support the whole Protocol Buffers feature set and features are added on as the need arises.
gateway is a Go library for discovering the IP address of the default LAN gateway.
This package provides helpers to validate Swagger 2.0 specification (aka OpenAPI 2.0).
Package grequests implements a friendly API over Go's existing net/http library.
This package provides access to Google Compute Engine (GCE) metadata and API service accounts for Go.
Multiaddr is a standard way to represent addresses that does the following:
Support any standard network protocols.
Self-describe (include protocols).
Have a binary packed format.
Have a nice string representation.
Encapsulate well.
This package provides Go bindings for iptables utility. In-kernel netfilter does not have a good userspace API. The tables are manipulated via setsockopt that sets/replaces the entire table. Changes to existing table need to be resolved by userspace code which is difficult and error-prone. Netfilter developers heavily advocate using iptables utlity for programmatic manipulation. go-iptables wraps invocation of iptables utility with functions to append and delete rules; create, clear and delete chains.
This module creates very simple multiaddr formatted cidr netmasks.
Package s3 provides the API client, operations, and parameter types for Amazon Simple Storage Service.
This package provides OpenTelemetry Otel SDK.
This package implements functionality to marshal and unmarshal Swagger API specifications into a Golang object model.
Package elastic provides an Elasticsearch client with AWS sigv4 support.
Package token is variant of the stdlib package token with types FileSet and Token removed.
Package ot implements the ot-tracer-* propagator used by the default Tracer implementation from the OpenTracing project.
This package provides an unofficial Go SDK for integrating with v2 of the Dropbox API.
This package providies itegration tests module for k8s.io/kube-openapi.
Package srtp implements Secure Real-time Transport Protocol.
This package provides an interface for implementing milter mail filters for Go.
Package dap contains data types and code for Debug Adapter Protocol (DAP) specification.
Package log provides the OpenTelemetry Logs SDK.
This package provides a CLI binary executable built from go-github-com-tdewolff-minify-v2 source.
go-netroute provides an implementation of the gopacket/routing.Router interface for Golang.
Package admission is a fast way to ingest/send metrics via UDP.
The netns package provides a simple interface for handling network namespaces in Go.