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 a test corpus of C code as subset of modernc.org/httpfs.
This package enables OpenID Connect support for the go-golang-org-x-oauth2 package.
Azure File Shares offers fully managed file shares in the cloud that are accessible via the industry standard Server Message Block (SMB) protocol. Azure file shares can be mounted concurrently by cloud or on-premises deployments of Windows, Linux, and macOS. Additionally, Azure file shares can be cached on Windows Servers with Azure File Sync for fast access near where the data is being used.
This package provides a validation checker for multiaddrs. Some basic validators for common address types are provided, but creating your own combinations is easy.
A collection of useful middleware for Go HTTP services and web applications.
Package srtp implements Secure Real-time Transport Protocol.
Package browser provides helpers to open files, readers, and urls in a browser window. The choice of which browser is started is entirely client dependent.
This package implements a Network File System (NFS) client in Go. It's an alternative fork of unmaintained https://github.com/davecheney/nfs.
This package provides Golang boilerplate for testing code involving DNS lookups, including hacks to redirect net.Lookup* calls.
This is an extension to the Tink Go library that provides support for Google Cloud KMS.
This package provides a Gitter API for Golang.
This package provides support for SCTP support for Golang.
Package go-nat implements NAT handling facilities.
ipvs provides a native Go implementation for communicating with IPVS kernel module using a netlink socket.
This package provides packet processing capabilities for Go.
nscjar is a Go library used to parse and output Netscape/Mozilla's old-style cookie files. It also implements a simple cookie jar struct to manage the cookies added to the cookie jar.
This package provides a generic Container Network Interface library to provide APIs for CNI plugin interactions.
This package implements an IMAP4rev1 (+extensions) mailserver.
BunRouter is a fast HTTP router for Go with unique combination of features:
middlewares allow to extract common operations from HTTP handlers into reusable functions
error handling allows to further reduce the size of HTTP handlers by handling errors in middlewares
routes priority enables meaningful matching priority for routing rules: first static nodes, then named nodes, lastly wildcard nodes
net/httpcompatible API which means using minimal API without constructing huge wrappers that try to do everything: from serving static files to XML generation (for example,gin.Contextorecho.Context)
Package githubv4 is a client library for accessing GitHub GraphQL API v4.
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.
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.
This package is a light, drop-in replacement for gRPC, a Remote Procedure Call (RPC) framework.