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.
This package provides access to Google Compute Engine (GCE) metadata and API service accounts for Go.
This package implements a functinality to help filling out plain html forms during testing. Will automatically take the existing values from the form so there is no need to manually set things like csrf tokens. Alerts about missing required fields, or when pattern validation does not match.
This package provides a source code for P2P overlay Yaggdrasil network. It is to used for inputs in other packages.
This package provides command line tools: gqlclient, gqlclientgen, and gqlintrospect. For the Golang libriray, see go-git-sr-ht-emersion-gqlclient package.
go-netroute provides an implementation of the gopacket/routing.Router interface for Golang.
Package gomatrix implements the Matrix Client-Server API. This package is an alternative fork of not maintained https://github.com/matrix-org/gomatrix project.
This go library implements some parts of the official INWX XML-RPC API.
Package ndp implements the Neighbor Discovery Protocol, as described in RFC 4861.
Package httpfs implements http.FileSystem on top of a map[string]string.
This package provides NT (New Technology) LAN Manager/Negotiate authentication over HTTP.
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 jsonrpc2 provides a Go implementation of JSON-RPC 2.0.
Package gopacket provides packet decoding for the Go language.
A collection of useful middleware for Go HTTP services and web applications.
Package httpcache provides a http.RoundTripper implementation that works as a mostly RFC 7234 compliant cache for HTTP responses. It is only suitable for use as a "private" cache (i.e. for a web-browser or an API-client and not for a shared proxy).
Package rpc2 provides bi-directional RPC client and server similar to net/rpc.
The Microsoft Authentication Library (MSAL) for Go is part of the Microsoft identity platform for developers (formerly named Azure AD) v2.0. It allows you to sign in users or apps with Microsoft identities (Azure AD and Microsoft Accounts) and obtain tokens to call Microsoft APIs such as Microsoft Graph or your own APIs registered with the Microsoft identity platform. It is built using industry standard OAuth2 and OpenID Connect protocols.
This package provides a Go SDK based on the official APIs of Alibaba Cloud OSS.
This package provides an IMAP4rev1 library written in Go. It can be used to build IMAP clients and servers.
This package implements a fake S3 server for rclone.
Package arp implements the ARP protocol, as described in RFC 826.
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 implements a functionality to fills a struct with form values.
WebTunnel is a Go Pluggable Transport that attempts to imitate web browsing activities based on HTTP Upgrade (HTTPT).