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 Gradle templates for Smithy code generators.
This package implements a various networking related functions used throughout the Pion modules.
This package implements a mDNS (multicast DNS) used by Pion.
Package pipeline implements an HTTP request/response middleware pipeline whose policy objects mutate an HTTP request's URL, query parameters, and/or headers before the request is sent over the wire.
This package enables OpenID Connect support for the go-golang-org-x-oauth2 package.
This package implements a functionality of a bridge to the Proton API, with the goal of providing enough functionality to be a usable backend for projects like rclone.
OjG is a high performance parser with a variety of additional JSON tools. OjG is optimized to processing huge data sets where data does not necessarily conform to a fixed structure.
Hjson is a syntax extension to JSON. It is intended to be used like a user interface for humans, to read and edit before passing the JSON data to the machine.
Package spanner provides a client for reading and writing to Cloud Spanner databases. See https://cloud.google.com/spanner/docs/getting-started/go/ for an introduction to Cloud Spanner and additional help on using this API.
Package httpstat traces HTTP latency infomation, such as DNSLookup and TCP Connection, on any Golang HTTP request with no big code modification.
menshen-agent is the agent running on a host (bridge or gateway) which communicates with menshen in order to provide configuration information and allow for dynamic registration/inventory.
Package ssooidc provides the API client, operations, and parameter types for AWS SSO OIDC.
go-querystring is Go library for encoding structs into URL query parameters.
This package implements encoding and decoding of JSON as defined in RFC 4627 and provides interfaces with identical syntax of standard lib encoding/json. Converting from encoding/json to jsoniter is no more than replacing the package with jsoniter and variable type declarations (if any). jsoniter interfaces gives 100% compatibility with code using standard lib.
Package ieproxy is a utility to retrieve the proxy parameters.
This package provides a functionality to get the hash used to differentiate between installs of Mozilla software in installs.ini and profiles.ini.
Package websocket implements the @urlhttps://rfc-editor.org/rfc/rfc6455.html,RFC 6455 WebSocket protocol.
This package provides the socks5 package that implements a SOCKS5 server. SOCKS (Secure Sockets) is used to route traffic between a client and server through an intermediate proxy layer. This can be used to bypass firewalls or NATs.
This package provides a protocol Buffer schema and go package for Forgejo Actions.
goupnp is a Universal Plug and Play client library for Go.
Core components:
goupnp: core library - contains datastructures and utilities typically used by the implemented DCPshttpu: HTTPU implementation, underlies SSDPssdp: SSDP client implementation (simple service discovery protocol) - used to discover UPnP services on a networksoap: SOAP client implementation (simple object access protocol) - used to communicate with discovered services
This package provides a collection of utilities for Pluggable Transports.
Package jsonschema provides json-schema compilation and validation.
This package provides a Go client library for the SPIFFE Workload API, enabling applications to fetch and validate SPIFFE identities (SVIDs). It supports X.509-SVID and JWT-SVID workload identity documents.
This package provides a command line tool to generate gojay's marshaling and unmarshaling interface implementation for custom struct type(s).