_            _    _        _         _
      /\ \         /\ \ /\ \     /\_\      / /\
      \_\ \       /  \ \\ \ \   / / /     / /  \
      /\__ \     / /\ \ \\ \ \_/ / /     / / /\ \__
     / /_ \ \   / / /\ \ \\ \___/ /     / / /\ \___\
    / / /\ \ \ / / /  \ \_\\ \ \_/      \ \ \ \/___/
   / / /  \/_// / /   / / / \ \ \        \ \ \
  / / /      / / /   / / /   \ \ \   _    \ \ \
 / / /      / / /___/ / /     \ \ \ /_/\__/ / /
/_/ /      / / /____\/ /       \ \_\\ \/___/ /
\_\/       \/_________/         \/_/ \_____\/
go-github-com-envoyproxy-protoc-gen-validate 1.2.1
Propagated dependencies: go-github-com-iancoleman-strcase@0.3.0 go-github-com-lyft-protoc-gen-star-v2@2.0.3-0.496ad1a go-golang-org-x-net@0.46.0 go-google-golang-org-protobuf@1.36.10
Channel: guix
Location: gnu/packages/golang-xyz.scm (gnu packages golang-xyz)
Home page: https://github.com/envoyproxy/protoc-gen-validate
Licenses: ASL 2.0
Synopsis: Protocol Buffer Validation for Go, Java, Python, and C++
Description:

PGV is a protoc plugin to generate polyglot message validators. While protocol buffers effectively guarantee the types of structured data, they cannot enforce semantic rules for values. This plugin adds support to protoc-generated code to validate such constraints.

go-github-com-grpc-ecosystem-grpc-gateway-v2 2.26.3
Propagated dependencies: go-github-com-antihax-optional@1.0.0 go-github-com-google-go-cmp@0.7.0 go-github-com-rogpeppe-fastuuid@1.2.0 go-golang-org-x-oauth2@0.23.0 go-golang-org-x-text@0.30.0 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.10 go-gopkg-in-yaml-v3@3.0.1
Channel: guix
Location: gnu/packages/golang-web.scm (gnu packages golang-web)
Home page: https://github.com/grpc-ecosystem/grpc-gateway
Licenses: Modified BSD
Synopsis: gRPC to JSON proxy generator following the gRPC HTTP spec
Description:

The gRPC-Gateway is a plugin of the Google protocol buffers compiler @urlhttps://github.com/protocolbuffers/protobuf,protoc. It reads protobuf service definitions and generates a reverse-proxy server which translates a RESTful HTTP API into gRPC. This server is generated according to the (code google.api.http) annotations in your service definitions.

go-github-com-decred-dcrd-dcrec-secp256k1-v4 4.4.0
Propagated dependencies: go-github-com-decred-dcrd-crypto-blake256@1.1.0
Channel: guix
Location: gnu/packages/golang-crypto.scm (gnu packages golang-crypto)
Home page: https://github.com/decred/dcrd
Licenses: ISC
Synopsis: Optimized secp256k1 elliptic curve operations
Description:

This package provides an optimized pure Go implementation of elliptic curve cryptography operations over the secp256k1 curve as well as data structures and functions for working with public and private secp256k1 keys as cpecified in the https://www.secg.org/sec2-v2.pdf standard.

In addition, sub packages are provided to produce, verify, parse, and serialize ECDSA signatures and EC-Schnorr-DCRv0 (a custom Schnorr-based signature scheme specific to Decred) signatures. See the README.md files in the relevant sub packages for more details about those aspects.

go-github-com-antithesishq-antithesis-sdk-go 0.5.0
Propagated dependencies: go-golang-org-x-tools@0.37.0 go-golang-org-x-mod@0.29.0
Channel: guix
Location: gnu/packages/golang-web.scm (gnu packages golang-web)
Home page: https://github.com/antithesishq/antithesis-sdk-go
Licenses: Expat
Synopsis: Antithesis SDK for Golang
Description:

This package provides methods for Go programs to configure the Antithesis platform. Functionality is grouped into the Go packages:

  • assert - to enable defining [test properties] about your program or [workload]. It is part of the [Antithesis Go SDK], which enables Go applications to integrate with the [Antithesis platform]

  • random - to request both structured and unstructured randomness from the Antithesis environment. is part of the [Antithesis Go SDK], which enables Go applications to integrate with the [Antithesis platform]

  • lifecycle - to lifecycle informs the Antithesis environment that particular test phases or milestones have been reached. It is part of the [Antithesis Go SDK], which enables Go applications to integrate with the [Antithesis platform]

go-github-com-russross-blackfriday-for-gomuks 2.1.0
Propagated dependencies: go-github-com-shurcool-sanitized-anchor-name@1.0.0
Channel: guixrus
Location: guixrus/packages/common/go.scm (guixrus packages common go)
Home page: https://github.com/russross/blackfriday
Licenses: FreeBSD
Synopsis: Markdown processor in Go
Description:

Blackfriday is a Markdown processor in Go.

go-github-com-ipfs-go-ipfs-exchange-interface 0.2.1
Propagated dependencies: go-github-com-ipfs-go-block-format@0.2.0 go-github-com-ipfs-go-cid@0.4.1
Channel: guix
Location: gnu/packages/ipfs.scm (gnu packages ipfs)
Home page: https://github.com/ipfs/go-ipfs-exchange-interface
Licenses: Expat
Synopsis: The IPFS Exchange interface
Description:

go-ipfs-exchange-interface defines the IPFS exchange interface.

go-github-com-jesseduffield-minimal-gitignore 0.3.2
Propagated dependencies: go-github-com-gobwas-glob@0.2.3
Channel: ffab
Location: ffab/packages/golang-xyz.scm (ffab packages golang-xyz)
Home page: https://github.com/jesseduffield/minimal
Licenses: Expat
Synopsis: Parser for .gitignore-style files
Description:

Package gitignore can be used to parse .gitignore-style files into globs that can be used to test against a certain string or selectively walk a file tree. Gobwas's glob package is used for matching because it is faster than using regexp, which is overkill, and supports globstars (**), unlike filepath.Match.

go-github-com-aperturerobotics-jacobsa-crypto 1.0.1-0.b1eb679
Channel: guix
Location: gnu/packages/golang-crypto.scm (gnu packages golang-crypto)
Home page: https://github.com/aperturerobotics/jacobsa-crypto
Licenses: ASL 2.0
Synopsis: Cryptography missing from the Go standard library
Description:

This repository contains Go packages related to cryptographic standards that are not included in the Go standard library.

go-github-com-bradenhilton-mozillainstallhash 1.0.1
Propagated dependencies: go-github-com-bradenhilton-cityhash@1.0.0 go-golang-org-x-text@0.30.0
Channel: guix
Location: gnu/packages/golang-web.scm (gnu packages golang-web)
Home page: https://github.com/bradenhilton/mozillainstallhash
Licenses: Expat
Synopsis: Generates the hash used in installs of Mozilla software
Description:

This package provides a functionality to get the hash used to differentiate between installs of Mozilla software in installs.ini and profiles.ini.

go-github-com-hashicorp-go-immutable-radix-v2 2.1.0
Propagated dependencies: go-golang-org-x-exp@0.0.0-20250911091902-df9299821621 go-github-com-hashicorp-golang-lru-v2@2.0.7 go-github-com-hashicorp-go-uuid@1.0.3
Channel: guix
Location: gnu/packages/golang-xyz.scm (gnu packages golang-xyz)
Home page: https://github.com/hashicorp/go-immutable-radix
Licenses: MPL 2.0
Synopsis: Immutable radix tree implementation in Golang
Description:

This package implements an immutable radix tree. It only provides a single Tree implementation, optimized for sparse nodes.

go-github-com-docker-docker-credential-helpers 0.9.2
Propagated dependencies: go-github-com-keybase-go-keychain@0.0.1 go-github-com-danieljoos-wincred@1.2.2
Channel: guix
Location: gnu/packages/golang-xyz.scm (gnu packages golang-xyz)
Home page: https://github.com/docker/docker-credential-helpers
Licenses: Expat
Synopsis: Keep Docker login credentials safe by storing in platform keystores
Description:

docker-credential-helpers is a suite of programs to use native stores to keep Docker credentials safe.

go-github-com-circonus-labs-circonus-gometrics 2.3.1
Propagated dependencies: go-github-com-hashicorp-go-retryablehttp@0.7.7 go-github-com-openhistogram-circonusllhist@0.4.0 go-github-com-pkg-errors@0.9.1 go-github-com-tv42-httpunix@0.0.0-0.2ba4b9c
Channel: guix
Location: gnu/packages/golang-web.scm (gnu packages golang-web)
Home page: https://github.com/circonus-labs/circonus-gometrics
Licenses: Modified BSD
Synopsis: Circonus metrics tracking for Golang
Description:

This library supports named counters, gauges and histograms. It also provides convenience wrappers for registering latency instrumented functions with Go's builtin http server.

go-github-com-aws-aws-sdk-go-v2-service-ssooidc 1.13.10
Propagated dependencies: go-github-com-aws-smithy-go@1.22.2
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
Synopsis: AWS SDK for Go v2
Description:

Package sdk is the official AWS SDK v2 for the Go programming language.

go-github-com-azure-azure-sdk-for-go-sdk-azcore 1.20.0
Propagated dependencies: go-github-com-azure-azure-sdk-for-go-sdk-internal@1.11.2 go-golang-org-x-net@0.46.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
Synopsis: Azure Core Client Module for Go
Description:

This package implements an HTTP request/response middleware pipeline used by Azure SDK clients.

go-github-com-grpc-ecosystem-go-grpc-prometheus 1.2.0
Propagated dependencies: go-github-com-prometheus-client-golang@1.22.0 go-golang-org-x-net@0.46.0 go-google-golang-org-grpc@1.69.2
Channel: guix
Location: gnu/packages/prometheus.scm (gnu packages prometheus)
Home page: https://github.com/grpc-ecosystem/go-grpc-prometheus
Licenses: ASL 2.0
Synopsis: Go gRPC Interceptors for Prometheus monitoring
Description:

This package implements a Prometheus monitoring for your gRPC Go servers and clients.

go-github-com-grpc-ecosystem-go-grpc-middleware 1.4.0
Propagated dependencies: go-github-com-go-kit-log@0.2.1 go-github-com-gogo-protobuf@1.3.2 go-github-com-golang-protobuf@1.5.4 go-github-com-opentracing-opentracing-go@1.2.0 go-github-com-sirupsen-logrus@1.9.3 go-go-uber-org-zap@1.27.0 go-golang-org-x-net@0.46.0 go-golang-org-x-oauth2@0.23.0 go-google-golang-org-grpc@1.69.2
Channel: guix
Location: gnu/packages/golang-web.scm (gnu packages golang-web)
Home page: https://github.com/grpc-ecosystem/go-grpc-middleware
Licenses: ASL 2.0
Synopsis: Golang gRPC Middlewares
Description:

This package provides gRPC Go Middlewares: interceptors, helpers and utilities - middleware that is executed either on the gRPC Server before the request is passed onto the user's application logic, or on the gRPC client either around the user call. It is a perfect way to implement common patterns: auth, logging, tracing, metrics, validation, retries, rate limiting and more, which can be a great generic building blocks that make it easy to build multiple microservices easily.

go-github-com-makeworld-the-better-one-go-gemini 0.13.1
Propagated dependencies: go-github-com-google-go-cmp@0.7.0 go-golang-org-x-net@0.46.0 go-golang-org-x-text@0.30.0
Channel: guix
Location: gnu/packages/golang-web.scm (gnu packages golang-web)
Home page: https://github.com/makew0rld/go-gemini
Licenses: ISC
Synopsis: Client/server library for the Gemini protocol, in Go
Description:

go-gemini is a library that provides an easy interface to create clients that speak the Gemini protocol.

go-github-com-rootless-containers-proto-go-proto 0.1.3
Propagated dependencies: go-google-golang-org-protobuf@1.36.10
Channel: guix
Location: gnu/packages/golang-xyz.scm (gnu packages golang-xyz)
Home page: https://github.com/rootless-containers/proto
Licenses: ASL 2.0
Synopsis: Protobuf descriptions for rootless containers purposes
Description:

This package provides a protobuf definition of the user.rootlesscontainers extended attribute. The main purpose of this attribute is to allow for a interoperable and standardised way of emulating persistent syscalls in a https://rootlesscontaine.rs/ (syscalls such as chown(2) which would ordinarily fail).

go-github-com-go-playground-universal-translator 0.18.1
Propagated dependencies: go-github-com-go-playground-locales@0.14.1
Channel: guix
Location: gnu/packages/golang-xyz.scm (gnu packages golang-xyz)
Home page: https://github.com/go-playground/universal-translator
Licenses: Expat
Synopsis: Translator using Unicode CLDR data and pluralization rules
Description:

This package offers an Internalization Translator for Go using Unicode CLDR Project data and pluralization rules. Its currently implemented features include

  • Rules generated from the CLDR data, v30.0.3

  • Contains Cardinal, Ordinal and Range Plural Rules

  • Contains Month, Weekday and Timezone translations built in

  • Contains Date & Time formatting functions

  • Contains Number, Currency, Accounting and Percent formatting functions

  • Supports the "Gregorian" calendar only

  • Support loading translations from files

  • Exporting translations to file(s), mainly for getting them professionally translated

go-github-com-azure-azure-sdk-for-go-sdk-internal 1.11.2
Propagated dependencies: go-golang-org-x-text@0.30.0 go-golang-org-x-net@0.46.0 go-github-com-stretchr-testify@1.10.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
Synopsis: Azure.Core Internal Module for Go
Description:

This package contains content for Azure SDK developers.

go-github-com-operatorfoundation-shapeshifter-ipc 2.0.0
Channel: guix
Location: gnu/packages/golang-crypto.scm (gnu packages golang-crypto)
Home page: https://github.com/OperatorFoundation/shapeshifter-ipc
Licenses: Expat
Synopsis: Go implementation of the Pluggable Transports IPC protocol
Description:

Shapeshifter-IPC is a library for Go implementing the IPC protocol from the Pluggable Transports 2.0 specification.

go-github-com-circonus-labs-circonus-gometrics-v3 3.4.7
Propagated dependencies: go-github-com-circonus-labs-go-apiclient@0.7.24 go-github-com-hashicorp-go-retryablehttp@0.7.7 go-github-com-openhistogram-circonusllhist@0.4.0 go-github-com-pkg-errors@0.9.1 go-github-com-tv42-httpunix@0.0.0-0.2ba4b9c
Channel: guix
Location: gnu/packages/golang-web.scm (gnu packages golang-web)
Home page: https://github.com/circonus-labs/circonus-gometrics
Licenses: Modified BSD
Synopsis: Circonus metrics tracking for Golang
Description:

This library supports named counters, gauges and histograms. It also provides convenience wrappers for registering latency instrumented functions with Go's builtin http server.

go-github-com-dropbox-dropbox-sdk-go-unofficial-v6 6.0.5
Propagated dependencies: go-golang-org-x-oauth2@0.23.0
Channel: guix
Location: gnu/packages/golang-web.scm (gnu packages golang-web)
Home page: https://github.com/dropbox/dropbox-sdk-go-unofficial
Licenses: Expat
Synopsis: Unofficial Dropbox v2 API SDK for Golang
Description:

This package provides an unofficial Go SDK for integrating with v2 of the Dropbox API.

Total results: 2138