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 implements a various networking related functions used throughout the Pion modules.
Package fiber is an https://github.com/expressjs/express, Express inspired web framework built on top of Fasthttp, the fastest HTTP engine for Go. Designed to ease things up for fast development with zero memory allocation and performance in mind.
This package provides command line tools: gqlclient, gqlclientgen, and gqlintrospect. For the Golang libriray, see go-git-sr-ht-emersion-gqlclient package.
This package provides a collection of utilities for Pluggable Transports.
Package arp implements the ARP protocol, as described in RFC 826.
go-netroute provides an implementation of the gopacket/routing.Router interface for Golang.
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 provide an implementatin of https://openid.net/developers/how-connect-works/.
This package provides a functionality to get the hash used to differentiate between installs of Mozilla software in installs.ini and profiles.ini.
Yamux (Yet another Multiplexer) is a multiplexing library for Golang. It relies on an underlying connection to provide reliability and ordering, such as TCP or Unix domain sockets, and provides stream-oriented multiplexing. It is inspired by SPDY but is not interoperable with it.
Package httpfs implements http.FileSystem on top of a map[string]string.
This package implements HTTP request and response signing and verification. Supports the major MAC and asymmetric key signature algorithms. It has several safety restrictions: One, none of the widely known non-cryptographically safe algorithms are permitted; Two, the RSA SHA256 algorithms must be available in the binary (and it should, barring export restrictions); Finally, the library assumes either the Authorizationn or Signature headers are to be set (but not both).
It's an alternative fork of https://github.com/go-fed/httpsig.
This package implements a proxy.Dialer which uses HTTP(s) CONNECT requests.
This package provides a foundational library to analyze an OpenAPI Initiative specification document for easier reasoning about the content.
Package jsonrpc2 provides a Go implementation of JSON-RPC 2.0.
Package speed implements a golang client for the Performance Co-Pilot, system performance analysis toolkit, instrumentation API.
This package provides a fully featured interface to the DNS. Both server and client side programming is supported. The package allows complete control over what is sent out to the DNS. The API follows the less-is-more principle, by presenting a small interface.
Package ethernet implements marshaling and unmarshaling of IEEE 802.3 Ethernet II frames and IEEE 802.1Q VLAN tags.
This package is a Go library that parses a curl (netscape) cookiejar file into a Go http.CookieJar.
datadog-go is a library that provides a DogStatsD client in Golang.
Package swag converts Go annotations to Swagger Documentation 2.0 for verity of Go web frameworks which may be integrated with an existing project using Swagger UI.
Package urlesc implements query escaping as per RFC 3986. It contains some parts of the net/url package, modified so as to allow some reserved characters incorrectly escaped by net/url.
This packge provides a plugin for the Google protocol buffer compiler to generate Go code.
Libraries, samples, and tools to help Go developers develop AWS Lambda functions.