_            _    _        _         _
      /\ \         /\ \ /\ \     /\_\      / /\
      \_\ \       /  \ \\ \ \   / / /     / /  \
      /\__ \     / /\ \ \\ \ \_/ / /     / / /\ \__
     / /_ \ \   / / /\ \ \\ \___/ /     / / /\ \___\
    / / /\ \ \ / / /  \ \_\\ \ \_/      \ \ \ \/___/
   / / /  \/_// / /   / / / \ \ \        \ \ \
  / / /      / / /   / / /   \ \ \   _    \ \ \
 / / /      / / /___/ / /     \ \ \ /_/\__/ / /
/_/ /      / / /____\/ /       \ \_\\ \/___/ /
\_\/       \/_________/         \/_/ \_____\/

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.


go-github-com-go-rod-rod 0.116.2
Propagated dependencies: go-github-com-ysmood-fetchup@0.2.3 go-github-com-ysmood-goob@0.4.0 go-github-com-ysmood-gson@0.7.3 go-github-com-ysmood-leakless@0.9.0
Channel: guix
Location: gnu/packages/golang-web.scm (gnu packages golang-web)
Home page: https://go-rod.github.io/
Licenses: Expat
Build system: go
Synopsis: Chrome DevTools Protocol driver for browser automation
Description:

Rod is a high-level driver for Chrome DevTools Protocol. It's designed for web automation and scraping, providing a simple API to control Chrome or Chromium browsers programmatically.

go-github-com-rabbitmq-amqp091-go 1.11.0
Channel: guix
Location: gnu/packages/golang-web.scm (gnu packages golang-web)
Home page: https://github.com/rabbitmq/amqp091-go
Licenses: FreeBSD
Build system: go
Synopsis: Go RabbitMQ Client Library
Description:

Package amqp091 is an Advanced Message Queuing Protocol 0.9.1 client with RabbitMQ extensions.

go-github-com-muhlemmer-httpforwarded 0.1.0
Channel: guix
Location: gnu/packages/golang-web.scm (gnu packages golang-web)
Home page: https://github.com/muhlemmer/httpforwarded
Licenses: Modified BSD
Build system: go
Synopsis: Parse the HTTP Forwarded header (RFC-7239) in Golang
Description:

Package httpforwarded is a helper package for parsing the Forwarded HTTP header as defined in https://www.rfc-editor.org/rfc/rfc7239. There is a function for parsing the value of multiple Forwarded headers, and a function for formatting a Forwarded header.

go-github-com-libp2p-go-yamux-v5 5.1.0
Propagated dependencies: go-github-com-libp2p-go-buffer-pool@0.1.0
Channel: guix
Location: gnu/packages/golang-web.scm (gnu packages golang-web)
Home page: https://github.com/libp2p/go-yamux
Licenses: MPL 2.0 Modified BSD
Build system: go
Synopsis: Reuse TCP/UDP ports in Golang
Description:

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.

go-github-com-pion-turn-v5 5.0.2
Propagated dependencies: go-github-com-pion-logging@0.2.4 go-github-com-pion-randutil@v0.1.0 go-github-com-pion-stun-v3@3.1.1 go-github-com-pion-transport-v4@4.0.1 go-golang-org-x-sys@0.43.0 go-golang-org-x-time@0.14.0
Channel: guix
Location: gnu/packages/golang-web.scm (gnu packages golang-web)
Home page: https://github.com/pion/turn/
Licenses: Expat
Build system: go
Synopsis: API for building TURN clients and servers in Golang
Description:

This package provides a toolkit for building TURN, specified in RFC 8656, servers and clients.

pion/turn is an API for building STUN/TURN clients and servers, not a binary you deploy then configure. It may require copying the examples and making minor modifications to fit your need, no knowledge of Go is required however.

The advantage of this is that you don't need to deal with complicated configuration files, or custom APIs to modify the state of Pion TURN. After you instantiate an instance of a Pion TURN server or client you interact with it like any library. The quickest way to get started is to look at the examples or GoDoc.

go-github-com-ncw-swift-v2 2.0.3
Channel: guix
Location: gnu/packages/golang-web.scm (gnu packages golang-web)
Home page: https://github.com/ncw/swift
Licenses: Expat
Build system: go
Synopsis: Interface to various cloud storage APIs
Description:

Package swift provides an easy to use interface to Swift / Openstack Object Storage / Rackspace Cloud Files.

go-github-com-cloudsoda-go-smb2 0.0.0-20250228001242-d4c70e6251cc
Propagated dependencies: go-github-com-cloudsoda-sddl@0.0.0-20250224235906-926454e91efc go-github-com-geoffgarside-ber@1.2.0 go-github-com-jcmturner-gokrb5-v8@8.4.4 go-golang-org-x-crypto@0.50.0
Channel: guix
Location: gnu/packages/golang-web.scm (gnu packages golang-web)
Home page: https://github.com/cloudsoda/go-smb2
Licenses: FreeBSD
Build system: go
Synopsis: SMB2/3 client implementation
Description:

This package implements the SMB2/3 client in Go.

protoc-gen-pico 0.0.4
Channel: guix
Location: gnu/packages/golang-web.scm (gnu packages golang-web)
Home page: https://storj.io/picobuf
Licenses: Expat
Build system: go
Synopsis: Replacement for subset of protobuf
Description:

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.

go-github-com-go-json-experiment-json 0.0.0-20251027170946-4849db3c2f7e
Channel: guix
Location: gnu/packages/golang-web.scm (gnu packages golang-web)
Home page: https://github.com/go-json-experiment/json
Licenses: Modified BSD
Build system: go
Synopsis: JSON serialization in Go
Description:

This package implements semantic processing of JSON as specified in RFC 8259. JSON is a simple data interchange format that can represent primitive data types such as booleans, strings, and numbers, in addition to structured data types such as objects and arrays.

go-github-com-mattn-goveralls 0.0.12
Propagated dependencies: go-golang-org-x-mod@0.35.0 go-golang-org-x-tools@0.44.0
Channel: guix
Location: gnu/packages/golang-web.scm (gnu packages golang-web)
Home page: https://github.com/mattn/goveralls
Licenses: Expat
Build system: go
Synopsis: Golang client for Coveralls.io
Description:

This package provides a client for http://coveralls.io/ Coveralls.io continuous code coverage tracking system.

protoc-gen-go-drpc 0.0.34
Channel: guix
Location: gnu/packages/golang-web.scm (gnu packages golang-web)
Home page: https://storj.io/drpc
Licenses: Expat
Build system: go
Synopsis: Lightweight, drop-in replacement for gRPC
Description:

This package is a light, drop-in replacement for gRPC, a Remote Procedure Call (RPC) framework.

go-github-com-phayes-freeport 1.0.2
Channel: guix
Location: gnu/packages/golang-web.scm (gnu packages golang-web)
Home page: https://github.com/phayes/freeport
Licenses: Modified BSD
Build system: go
Synopsis: Find a free and open TCP port
Description:

This package provides a Go library that finds a free open TCP port that is ready to use.

go-github-com-azure-azure-sdk-for-go-sdk-security-keyvault-azkeys 1.4.0
Propagated dependencies: go-github-com-azure-azure-sdk-for-go-sdk-azcore@1.20.0 go-github-com-azure-azure-sdk-for-go-sdk-azidentity@1.13.1 go-github-com-azure-azure-sdk-for-go-sdk-internal@1.11.2 go-github-com-azure-azure-sdk-for-go-sdk-security-keyvault-internal@1.2.0
Channel: guix
Location: gnu/packages/golang-web.scm (gnu packages golang-web)
Home page: https://github.com/Azure/azure-sdk-for-go
Licenses: Expat
Build system: go
Synopsis: Azure Key Vault Keys client module for Go
Description:

This package provies a library to create, store, and control access to the keys used to encrypt your data.

go-github-com-lestrrat-go-httprc-v3 3.0.1
Propagated dependencies: go-github-com-lestrrat-go-httpcc@1.0.1 go-github-com-lestrrat-go-option@1.0.1
Channel: guix
Location: gnu/packages/golang-web.scm (gnu packages golang-web)
Home page: https://github.com/lestrrat-go/httprc
Licenses: Expat
Build system: go
Synopsis: Quasi Up-to-date HTTP In-memory Cache
Description:

Package httprc implements a cache for resources available over http(s). Its aim is not only to cache these resources so that it saves on HTTP roundtrips, but it also periodically attempts to auto-refresh these resources once they are cached based on the user-specified intervals and HTTP Expires and Cache-Control headers, thus keeping the entries relativelyfresh.

go-github-com-jackpal-gateway 1.0.15
Propagated dependencies: go-golang-org-x-net@0.53.0
Channel: guix
Location: gnu/packages/golang-web.scm (gnu packages golang-web)
Home page: https://github.com/jackpal/gateway
Licenses: Modified BSD
Build system: go
Synopsis: Discover the address of a LAN gateway
Description:

gateway is a Go library for discovering the IP address of the default LAN gateway.

go-go-opentelemetry-io-otel-sdk 1.33.0
Propagated dependencies: go-github-com-go-logr-logr@1.4.3 go-github-com-google-go-cmp@0.7.0 go-github-com-google-uuid@1.6.0 go-go-opentelemetry-io-otel@1.42.0 go-golang-org-x-sys@0.43.0
Channel: guix
Location: gnu/packages/golang-web.scm (gnu packages golang-web)
Home page: https://opentelemetry.io/
Licenses: ASL 2.0
Build system: go
Synopsis: OpenTelemetry Golang SDK
Description:

This package provides OpenTelemetry Otel SDK.

go-github-com-victoriametrics-easyproto 1.2.0
Channel: guix
Location: gnu/packages/golang-web.scm (gnu packages golang-web)
Home page: https://github.com/VictoriaMetrics/easyproto
Licenses: ASL 2.0
Build system: go
Synopsis: Building blocks for protobuf marshaling and unmarshaling
Description:

Package easyproto provides building blocks for marshaling and unmarshaling (encoding/decoding) protobuf v3 messages according to https://protobuf.dev/programming-guides/encoding.

go-github-com-multiformats-go-multiaddr-dns 0.5.0
Propagated dependencies: go-github-com-miekg-dns@1.1.72 go-github-com-multiformats-go-multiaddr@0.16.1
Channel: guix
Location: gnu/packages/golang-web.scm (gnu packages golang-web)
Home page: https://multiformats.io/multiaddr/
Licenses: Expat
Build system: go
Synopsis: Library and CLI tool for DNS multiaddr resolution
Description:

Go library for /dns4, /dns6, /dnsaddr multiaddr resolution.

go-github-com-azure-azure-sdk-for-go-sdk-storage-azfile 1.5.3
Propagated dependencies: go-github-com-azure-azure-sdk-for-go-sdk-storage-azblob@1.6.3 go-github-com-azure-azure-sdk-for-go-sdk-internal@1.11.2 go-github-com-azure-azure-sdk-for-go-sdk-azidentity@1.13.1 go-github-com-azure-azure-sdk-for-go-sdk-azcore@1.20.0
Channel: guix
Location: gnu/packages/golang-web.scm (gnu packages golang-web)
Home page: https://github.com/Azure/azure-sdk-for-go
Licenses: Expat
Build system: go
Synopsis: Azure File Storage SDK for Go
Description:

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.

go-cloud-google-com-go-longrunning 0.8.0
Propagated dependencies: go-cloud-google-com-go@0.123.0 go-github-com-googleapis-gax-go-v2@2.19.0 go-google-golang-org-api@0.272.0 go-google-golang-org-genproto@0.0.0-20260226221140-a57be14db171 go-google-golang-org-genproto-googleapis-api@0.0.0-20250519155744-55703ea1f237 go-google-golang-org-genproto-googleapis-rpc@0.0.0-1.49b9836 go-google-golang-org-grpc@1.69.2 go-google-golang-org-protobuf@1.36.11
Channel: guix
Location: gnu/packages/golang-web.scm (gnu packages golang-web)
Home page: https://cloud.google.com/go
Licenses: ASL 2.0
Build system: go
Synopsis: Helper library for working with long running operations
Description:

Package longrunning supports Long Running Operations for the Google Cloud Libraries. See google.golang.org/genproto/googleapis/longrunning for its service definition.

go-github-com-go-webauthn-x 0.1.12
Propagated dependencies: go-golang-org-x-crypto@0.50.0
Channel: guix
Location: gnu/packages/golang-web.scm (gnu packages golang-web)
Home page: https://github.com/go-webauthn/x
Licenses: FreeBSD Modified BSD
Build system: go
Synopsis: Low level packages for WebAuthn
Description:

This package implements a low level functionality for WebAuthn library. It was forked from CloudFlare's github.com/cloudflare/cfssl/revoke.

go-github-com-aws-aws-sdk-go-v2-service-cloudwatchlogs 1.66.0
Propagated dependencies: go-github-com-aws-aws-sdk-go-v2@1.41.7 go-github-com-aws-aws-sdk-go-v2-internal-configsources@1.4.21 go-github-com-aws-aws-sdk-go-v2-internal-endpoints-v2@2.7.21 go-github-com-aws-smithy-go@1.24.0
Channel: guix
Location: gnu/packages/golang-web.scm (gnu packages golang-web)
Home page: https://github.com/aws/aws-sdk-go-v2
Licenses: ASL 2.0
Build system: go
Synopsis: AWS SDK for Go v2 - CloudWatch Logs module
Description:

This package provides the API client, operations, and parameter types for Amazon CloudWatch Logs.

Total packages: 32521