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 command line tools: gqlclient, gqlclientgen, and gqlintrospect. For the Golang libriray, see go-git-sr-ht-emersion-gqlclient package.
This package provides an SFTP implementation, as described in https://filezilla-project.org/specs/draft-ietf-secsh-filexfer-02.txt, for Go.
This package contains several lexers and parsers written in Go.
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.
A simple alternative to rcrowley's go-metrics that's a lot faster (and only does simple bandwidth metrics).
This module creates very simple multiaddr formatted cidr netmasks.
Package vsock provides access to Linux VM sockets (AF_VSOCK) for communication between a hypervisor and its virtual machines.
This package provides an OpenTracing instrumentation for net/http standard library.
This package provides a Go module fasthttp which may be used as replacement for native net/http module.
This package provides a low-level network connection type which integrates with Go's runtime network poller to provide asynchronous I/O and deadline support.
This package provides helpers to validate Swagger 2.0 specification (aka OpenAPI 2.0).
This package implements an encoding and decoding of TCP-level socket options.
This package provides a native DTLS 1.2 implementation in Golang.
GoJay is a performant JSON encoder/decoder for Golang. It has a simple API and doesn't use reflection. It relies on small interfaces to decode/encode structures and slices.
This package provide an implementatin of https://openid.net/developers/how-connect-works/.
Package httpfs implements http.FileSystem on top of a map[string]string.
TLSRouter is a TLS proxy that routes connections to backends based on the TLS SNI of the TLS handshake. It carries no encryption keys and cannot decode the traffic that it proxies.
Package srtp implements Secure Real-time Transport Protocol.
Package token is variant of the stdlib package token with types FileSet and Token removed.
This package provides a a drop-in replacement to github.com/pkg/errors and Go's standard errors package. It also provides of error objects, in ways suitable for distributed systems with mixed-version software compatibility.
This package provides SOCKS5 proxy for @urlhttps://github.com/makeworld-the-better-one/go-gemini,go-gemini.
Package chunker implements Content Defined Chunking based on a rolling Rabin Checksum.
The message package implements the Internet Message Format and Multipurpose Internet Mail Extensions in Go.