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

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-cloud-google-com-go-auth-oauth2adapt 0.2.8
Propagated dependencies: go-golang-org-x-oauth2@0.36.0 go-github-com-google-go-cmp@0.7.0 go-cloud-google-com-go-auth@0.18.2
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: Convert Google Auth types
Description:

This package helps convert types used in cloud.google.com/go/auth and golang.org/x/oauth2.

go-github-com-jhillyerd-enmime 1.3.0
Propagated dependencies: go-github-com-cention-sany-utf7@0.0.0-20170124080048-26cad61bd60a go-github-com-gogs-chardet@0.0.0-20211120154057-b7413eaefb8f go-github-com-jaytaylor-html2text@0.0.0-20230321000545-74c2419ad056 go-github-com-pkg-errors@0.9.1 go-golang-org-x-text@0.36.0
Channel: guix
Location: gnu/packages/golang-web.scm (gnu packages golang-web)
Home page: https://github.com/jhillyerd/enmime
Licenses: Expat
Build system: go
Synopsis: MIME encoder and decoder for Go
Description:

The enmime package implements a MIME encoding and decoding library geared towards parsing MIME encoded emails.

go-go-opentelemetry-io-otel-metric 1.42.0
Propagated dependencies: go-github-com-cespare-xxhash-v2@2.3.0 go-github-com-go-logr-logr@1.4.3 go-github-com-go-logr-stdr@1.2.2 go-go-opentelemetry-io-auto-sdk@1.1.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 Metric API
Description:

Package metric provides an implementation of the metric part of the OpenTelemetry API.

go-0xacab-org-leap-menshen 1.8.1
Propagated dependencies: go-0xacab-org-leap-lb@0.0.0-20210225193050-570f848edccf go-github-com-emirpasic-gods-v2@2.0.0-alpha go-github-com-go-openapi-errors@0.22.1 go-github-com-go-openapi-runtime@0.26.2 go-github-com-go-openapi-strfmt@0.23.0 go-github-com-go-openapi-swag@0.23.0 go-github-com-go-openapi-validate@0.24.0 go-github-com-jmoiron-sqlx@1.4.0 go-github-com-kellydunn-golang-geo@0.7.0 go-github-com-labstack-echo-v4@4.15.2 go-github-com-mattn-go-sqlite3@1.14.34 go-github-com-prometheus-client-golang@1.23.2 go-github-com-rs-zerolog@1.33.0 go-github-com-spf13-cobra@1.10.2 go-github-com-spf13-pflag@1.0.10 go-github-com-spf13-viper@1.8.1 go-github-com-swaggo-echo-swagger@1.4.1 go-github-com-swaggo-swag@1.16.4 go-github-com-tidwall-cities@0.1.0 go-golang-org-x-crypto@0.50.0 go-golang-org-x-exp@0.0.0-20250911091902-df9299821621 go-gonum-org-v1-gonum@0.16.0 go-google-golang-org-grpc@1.69.2 go-gopkg-in-yaml-v2@2.4.0
Channel: guix
Location: gnu/packages/golang-web.scm (gnu packages golang-web)
Home page: https://0xacab.org/leap/menshen
Licenses: GPL 3
Build system: go
Synopsis: Gateway & bridge distribution service for LEAP VPN
Description:

menshen is a resource distributor for LEAP VPN. Here, resource means information for accessing either gateways, bridges, or a combination of the two. This information includes not only endpoint discovery but also credentials (although the credential distribution is not fully integrated at this point). In chinese folk religions, menshen are guardians of doors and gates.

go-github-com-azure-azure-pipeline-go 0.2.3
Propagated dependencies: go-github-com-mattn-go-ieproxy@0.0.12 go-github-com-pkg-errors@0.9.1
Channel: guix
Location: gnu/packages/golang-web.scm (gnu packages golang-web)
Home page: https://github.com/Azure/azure-pipeline-go
Licenses: Expat
Build system: go
Synopsis: HTTP request/response middleware pipeline for Go
Description:

Package pipeline implements an HTTP request/response middleware pipeline whose policy objects mutate an HTTP request's URL, query parameters, and/or headers before the request is sent over the wire.

go-github-com-42wim-httpsig 1.2.3
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/42wim/httpsig
Licenses: Modified BSD
Build system: go
Synopsis: Golang implementation of the HTTP Signatures RFC draft
Description:

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.

go-go-opencensus-io 0.24.0
Propagated dependencies: go-github-com-golang-groupcache@0.0.0-20210331224755-41bb18bfe9da go-github-com-golang-protobuf@1.5.4 go-github-com-google-go-cmp@0.7.0 go-github-com-stretchr-testify@1.11.1 go-golang-org-x-net@0.53.0 go-google-golang-org-grpc@1.69.2
Channel: guix
Location: gnu/packages/golang-web.scm (gnu packages golang-web)
Home page: https://opencensus.io/
Licenses: ASL 2.0
Build system: go
Synopsis: Stats collection and distributed tracing framework
Description:

Package opencensus contains Go support for OpenCensus.

go-github-com-go-fed-httpsig 1.1.0
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-fed/httpsig
Licenses: Modified BSD
Build system: go
Synopsis: Golang implementation of the HTTP Signatures RFC draft
Description:

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).

go-github-com-realclientip-realclientip-go 1.0.0
Channel: guix
Location: gnu/packages/golang-web.scm (gnu packages golang-web)
Home page: https://github.com/realclientip/realclientip-go
Licenses: Zero-Clause BSD
Build system: go
Synopsis: Go reference implementation of "real" client IP algorithms
Description:

Package realclientip provides strategies for obtaining the "real" client IP from HTTP requests.

go-github-com-azure-azure-sdk-for-go-sdk-security-keyvault-internal 1.2.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-internal@1.11.2
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: Key Vault Internal Module for Go
Description:

This module contains shared code for all the Key Vault SDKs, mainly the challenge authentication policy.

go-github-com-gorilla-schema 1.4.1
Channel: guix
Location: gnu/packages/golang-web.scm (gnu packages golang-web)
Home page: https://github.com/gorilla/schema
Licenses: Modified BSD
Build system: go
Synopsis: Fills a struct with form values
Description:

This package implements a functionality to fills a struct with form values.

go-github-com-gorilla-securecookie 1.1.1
Channel: guix
Location: gnu/packages/golang-web.scm (gnu packages golang-web)
Home page: https://github.com/gorilla/securecookie
Licenses: Modified BSD
Build system: go
Synopsis: Encodes and decodes authenticated and optionally encrypted cookie values
Description:

Gorilla/securecookie encodes and decodes authenticated and optionally encrypted cookie values for Go web applications.

go-github-com-jhillyerd-enmime-v2 2.1.0
Propagated dependencies: go-github-com-cention-sany-utf7@0.0.0-20170124080048-26cad61bd60a go-github-com-gogs-chardet@0.0.0-20211120154057-b7413eaefb8f go-github-com-jaytaylor-html2text@0.0.0-20230321000545-74c2419ad056 go-github-com-pkg-errors@0.9.1 go-golang-org-x-text@0.36.0
Channel: guix
Location: gnu/packages/golang-web.scm (gnu packages golang-web)
Home page: https://github.com/jhillyerd/enmime
Licenses: Expat
Build system: go
Synopsis: MIME encoder and decoder for Go
Description:

The enmime package implements a MIME encoding and decoding library geared towards parsing MIME encoded emails.

go-go-mau-fi-whatsmeow 0.0.0-20260529101937-a7ea56383ec4
Propagated dependencies: go-github-com-beeper-argo-go@1.1.2 go-github-com-coder-websocket@1.8.14 go-github-com-google-uuid@1.6.0 go-github-com-rs-zerolog@1.33.0 go-go-mau-fi-libsignal@0.2.1 go-go-mau-fi-util@0.9.9 go-golang-org-x-crypto@0.50.0 go-golang-org-x-net@0.53.0 go-golang-org-x-sync@0.20.0 go-google-golang-org-protobuf@1.36.11
Channel: guix
Location: gnu/packages/golang-web.scm (gnu packages golang-web)
Home page: https://go.mau.fi/whatsmeow
Licenses: MPL 2.0
Build system: go
Synopsis: Go library for the WhatsApp web multidevice API
Description:

Package whatsmeow implements a client for interacting with the WhatsApp web multidevice API.

Features:

  • sending messages to private chats and groups (both text and media)

  • receiving all messages

  • managing groups and receiving group change events

  • joining via invite messages, using and creating invite links

  • sending and receiving typing notifications

  • sending and receiving delivery and read receipts

  • reading and writing app state (contact list, chat pin/mute status, etc)

  • sending and handling retry receipts if message decryption fails

  • sending status messages (experimental, may not work for large contact lists)

go-github-com-ssgelm-cookiejarparser 1.0.1
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/ssgelm/cookiejarparser
Licenses: Expat
Build system: go
Synopsis: Parse a curl cookiejar with Go
Description:

This package is a Go library that parses a curl (netscape) cookiejar file into a Go http.CookieJar.

go-github-com-toqueteos-webbrowser 1.2.1
Channel: guix
Location: gnu/packages/golang-web.scm (gnu packages golang-web)
Home page: https://github.com/toqueteos/webbrowser
Licenses: Expat
Build system: go
Synopsis: Simple API for opening web pages
Description:

This package provides a simple API for opening web pages on your default browser.

go-go-opentelemetry-io-contrib-instrumentation-google-golang-org-grpc-otelgrpc 0.59.0
Propagated dependencies: go-go-opentelemetry-io-otel@1.42.0 go-go-opentelemetry-io-otel-exporters-stdout-stdouttrace@1.36.0 go-go-opentelemetry-io-otel-metric@1.42.0 go-go-opentelemetry-io-otel-sdk@1.33.0 go-go-opentelemetry-io-otel-sdk-metric@1.33.0 go-go-opentelemetry-io-otel-trace@1.42.0 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://go.opentelemetry.io/contrib
Licenses: ASL 2.0
Build system: go
Synopsis: OTLP instrumentation library for @code{google.golang.org/grpc}
Description:

Package otelgrpc is the instrumentation library for google.golang.org/grpc.

go-github-com-emersion-go-imap-sortthread 1.2.0
Propagated dependencies: go-github-com-emersion-go-imap@1.2.1
Channel: guix
Location: gnu/packages/golang-web.scm (gnu packages golang-web)
Home page: https://github.com/emersion/go-imap-sortthread
Licenses: Expat
Build system: go
Synopsis: Sorting and threading of messages for the imap package
Description:

The sortthread package implements message sorting and threading for go-github-com-emersion-go-imap.

go-github-com-tailscale-peercred 0.0.0-20250107143737-35a0c7bd7edc
Propagated dependencies: go-golang-org-x-sys@0.43.0
Channel: guix
Location: gnu/packages/golang-web.scm (gnu packages golang-web)
Home page: https://github.com/tailscale/peercred
Licenses: Modified BSD
Build system: go
Synopsis: Golang library to get information out of a network connection
Description:

This package maps from a net.Conn to information about the other side of the connection, using various OS-specific facilities.

go-github-com-theodorsm-covert-dtls 1.4.1
Propagated dependencies: go-github-com-google-gopacket@1.1.19 go-github-com-pion-dtls-v3@3.1.2
Channel: guix
Location: gnu/packages/golang-web.scm (gnu packages golang-web)
Home page: https://github.com/theodorsm/covert-dtls
Licenses: Expat
Build system: go
Synopsis: Fingerprint-resistance module for pion/dtls
Description:

covertDTLS is a library inspired by @urlhttps://github.com/refraction-networking/utls, uTLS for offering fingerprint-resistance features to pion/dtls.

go-gopkg-in-jcmturner-rpc-v1 1.1.0
Channel: guix
Location: gnu/packages/golang-web.scm (gnu packages golang-web)
Home page: https://github.com/jcmturner/rpc
Licenses: ASL 2.0
Build system: go
Synopsis: Remote Procedure Call libraries
Description:

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.

go-github-com-libdns-libdns 0.2.2
Propagated dependencies: go-golang-org-x-exp@0.0.0-20250911091902-df9299821621
Channel: guix
Location: gnu/packages/golang-web.scm (gnu packages golang-web)
Home page: https://github.com/libdns/libdns
Licenses: Expat
Build system: go
Synopsis: Universal DNS provider APIs for Go
Description:

libdns is a collection of free-range DNS provider client implementations. It defines the core interfaces that provider packages should implement. They are small and idiomatic interfaces with well-defined semantics.

The interfaces include:

go-github-com-tailscale-hujson 0.0.0-20250605163823-992244df8c5a
Propagated dependencies: go-github-com-hexops-gotextdiff@1.0.3
Channel: guix
Location: gnu/packages/golang-web.scm (gnu packages golang-web)
Home page: https://github.com/tailscale/hujson
Licenses: Modified BSD
Build system: go
Synopsis: Parser for JWCC format
Description:

This package contains a parser and packer for the JWCC format: JSON With Commas and Comments (or "human JSON").

go-github-com-google-go-github-v61 61.0.0
Propagated dependencies: go-github-com-google-go-querystring@1.1.0
Channel: guix
Location: gnu/packages/golang-web.scm (gnu packages golang-web)
Home page: https://github.com/google/go-github/
Licenses: Modified BSD
Build system: go
Synopsis: Client library for accessing the GitHub API v3
Description:

go-github is a Go client library for accessing the GitHub API v3.

Total packages: 73977