_            _    _        _         _
      /\ \         /\ \ /\ \     /\_\      / /\
      \_\ \       /  \ \\ \ \   / / /     / /  \
      /\__ \     / /\ \ \\ \ \_/ / /     / / /\ \__
     / /_ \ \   / / /\ \ \\ \___/ /     / / /\ \___\
    / / /\ \ \ / / /  \ \_\\ \ \_/      \ \ \ \/___/
   / / /  \/_// / /   / / / \ \ \        \ \ \
  / / /      / / /   / / /   \ \ \   _    \ \ \
 / / /      / / /___/ / /     \ \ \ /_/\__/ / /
/_/ /      / / /____\/ /       \ \_\\ \/___/ /
\_\/       \/_________/         \/_/ \_____\/
go-github-com-leodido-go-urn 1.4.0
Channel: guix
Location: gnu/packages/golang-xyz.scm (gnu packages golang-xyz)
Home page: https://github.com/leodido/go-urn
Licenses: Expat
Build system: go
Synopsis: Parser for uniform resource names as seen on RFC 2141
Description:

This package implements a parser for uniform resource names (URN) as specified by IETF RFC 2141.

go-github-com-armon-go-radix 1.0.0
Channel: guix
Location: gnu/packages/golang-xyz.scm (gnu packages golang-xyz)
Home page: https://github.com/armon/go-radix
Licenses: Expat
Build system: go
Synopsis: Go implementation of Radix trees
Description:

This package provides a single Tree implementation, optimized for sparse nodes of radix tree.

go-github-com-gofiber-schema 1.7.1
Propagated dependencies: go-github-com-gofiber-utils-v2@2.0.4
Channel: guix
Location: gnu/packages/golang-xyz.scm (gnu packages golang-xyz)
Home page: https://github.com/gofiber/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. It's an alternative fork of https://github.com/gorilla/schema.

go-github-com-tomasen-realip 0.0.0-20180522021738-f0c99a92ddce
Channel: guixrus
Location: guixrus/packages/common/go.scm (guixrus packages common go)
Home page: https://github.com/tomasen/realip
Licenses: Expat
Build system: go
Synopsis: Go library to get a client's public IP
Description:

go-github-com-tomasen-realip can be used to get client's real public IP, which is usually useful for logging HTTP server.

go-github-com-nats-io-jwt-v2 2.8.1
Propagated dependencies: go-github-com-nats-io-nkeys@0.4.15
Channel: guix
Location: gnu/packages/golang-crypto.scm (gnu packages golang-crypto)
Home page: https://github.com/nats-io/jwt
Licenses: ASL 2.0
Build system: go
Synopsis: Go library signing JWT tokens with NKeys for the NATS ecosystem
Description:

This library is a JWT implementation that uses nkeys to digitally sign JWT tokens. Nkeys use Ed25519 to provide authentication of JWT claims.

go-github-com-restic-chunker 0.4.0
Channel: guix
Location: gnu/packages/golang-web.scm (gnu packages golang-web)
Home page: https://github.com/restic/chunker
Licenses: FreeBSD
Build system: go
Synopsis: Implementation of Content Defined Chunking Golang
Description:

Package chunker implements Content Defined Chunking based on a rolling Rabin Checksum.

go-github-com-h2non-filetype 1.1.3
Channel: guix
Location: gnu/packages/golang-xyz.scm (gnu packages golang-xyz)
Home page: https://github.com/h2non/filetype
Licenses: Expat
Build system: go
Synopsis: Infer binary file types based on the magic numbers header signature
Description:

This package implements a functionality to infer file and MIME type checking the magic numbers signature.

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

Package zitadel/schema converts structs to and from form values. It is a maintained fork of https://github.com/gorilla/schema

go-github-com-google-rpmpack 0.7.1
Propagated dependencies: go-github-com-cavaliergopher-cpio@1.0.1 go-github-com-klauspost-compress@1.18.0 go-github-com-klauspost-pgzip@1.2.6 go-github-com-ulikunitz-xz@0.5.12
Channel: guix
Location: gnu/packages/golang-compression.scm (gnu packages golang-compression)
Home page: https://github.com/google/rpmpack
Licenses: ASL 2.0
Build system: go
Synopsis: Pack files to rpm files
Description:

Package rpmpack packs files to rpm files. It is designed to be simple to use and deploy, not requiring any filesystem access to create rpm files.

go-github-com-mr-tron-base58 1.2.0
Channel: guix
Location: gnu/packages/golang-crypto.scm (gnu packages golang-crypto)
Home page: https://github.com/mr-tron/base58
Licenses: Expat
Build system: go
Synopsis: Fast implementation of base58 encoding on Golang
Description:

Fast implementation of base58 encoding on Golang. A trivial big.Int encoding benchmark results in 6 times faster encoding and 8 times faster decoding.

go-github-com-cloudwego-iasm 0.2.0
Propagated dependencies: go-github-com-klauspost-cpuid-v2@2.3.0 go-github-com-knz-go-libedit@1.10.1 go-nullprogram-com-x-optparse@1.0.0
Channel: guix
Location: gnu/packages/golang-xyz.scm (gnu packages golang-xyz)
Home page: https://github.com/cloudwego/iasm
Licenses: ASL 2.0
Build system: go
Synopsis: Interactive Assembler for Golang
Description:

This package provides x86_64 variant of ported from a Python module PeachPy, with some adaption to the Go language features.

go-github-com-alimpfard-line 0.0.0-20230131232016-03b4e7dee324
Propagated dependencies: go-golang-org-x-sys@0.43.0
Channel: guix
Location: gnu/packages/golang-xyz.scm (gnu packages golang-xyz)
Home page: https://github.com/alimpfard/line
Licenses: FreeBSD
Build system: go
Synopsis: Terminal line editor
Description:

This package provides a full reimplementation of SerenityOS's LibLine in Go language. It supports flexible autocompletion, live prompt, buffer update and stylisation, multiline editing and more.

go-github-com-juju-ratelimit 1.0.2
Channel: guix
Location: gnu/packages/golang-web.scm (gnu packages golang-web)
Home page: https://github.com/juju/ratelimit
Licenses: LGPL 3
Build system: go
Synopsis: Efficient token bucket implementation
Description:

The ratelimit package provides an efficient token bucket implementation that can be used to limit the rate of arbitrary things.

go-github-com-zyedidia-json5 0.0.0-20200102012142-2da050b1a98d
Channel: guix
Location: gnu/packages/golang-xyz.scm (gnu packages golang-xyz)
Home page: https://github.com/zyedidia/json5
Licenses: Expat Modified BSD
Build system: go
Synopsis: Go JSON5 decoder package based on encoding/json
Description:

This is a Go package that implements decoding of JSON5.

It's an alternative fork of https://github.com/titanous/json5.

go-github-com-lmittmann-tint 1.1.2
Channel: guix
Location: gnu/packages/golang-xyz.scm (gnu packages golang-xyz)
Home page: https://github.com/lmittmann/tint
Licenses: Expat
Build system: go
Synopsis: @code{slog.Handler} that writes colorized logs
Description:

Package tint implements a zero-dependency slog.Handler that writes tinted (colorized) logs. The output format is inspired by the zerolog.ConsoleWriter and slog.TextHandler.

go-github-com-onsi-ginkgo-v2 2.28.1
Propagated dependencies: go-github-com-gkampitakis-go-snaps@0.5.15-0.0832b79 go-github-com-go-logr-logr@1.4.3 go-github-com-go-task-slim-sprig-v3@3.0.0 go-github-com-google-pprof@0.0.0-20250317173921-a4b03ec1a45e go-github-com-joshdk-go-junit@1.0.0 go-github-com-masterminds-semver-v3@3.2.1 go-github-com-mfridman-tparse@0.18.0 go-github-com-onsi-gomega@1.39.1 go-golang-org-x-sys@0.43.0 go-golang-org-x-tools@0.44.0
Channel: guix
Location: gnu/packages/golang-check.scm (gnu packages golang-check)
Home page: https://github.com/onsi/ginkgo
Licenses: Expat
Build system: go
Synopsis: BDD-style testing framework for Go
Description:

Ginkgo is a Behaviour-Driven Development testing framework for Go. It builds on top of Go's builtin testing library and is complemented by the Gomega matcher library.

go-github-com-cloudsoda-sddl 0.0.0-20250224235906-926454e91efc
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/cloudsoda/sddl
Licenses: LGPL 3
Build system: go
Synopsis: Windows Security Descriptor library and CLI tool
Description:

This package provides a cross-platform Go library and command-line tool for working with Windows Security Descriptors, providing conversion between binary and SDDL (Security Descriptor Definition Language) string formats.

go-github-com-go-retry-retry 1.0.3
Propagated dependencies: go-github-com-rogpeppe-clock@0.0.0-20190514195947-2896927a307a go-github-com-frankban-quicktest@1.14.6
Channel: lauras-channel
Location: laura/packages/go-common.scm (laura packages go-common)
Home page: https://github.com/go-retry/retry
Licenses: LGPL 3
Build system: go
Synopsis: retry
Description:

Package retry provides a framework for retrying actions. It does not itself invoke the action to be retried, but is intended to be used in a retry loop.

go-github-com-davecgh-go-xdr 0.0.0-20161123171359-e6a2ba005892
Channel: guix
Location: gnu/packages/golang-web.scm (gnu packages golang-web)
Home page: https://github.com/davecgh/go-xdr
Licenses: ISC
Build system: go
Synopsis: Pure Go implementation of the XDR standard
Description:

go-xdr implements the data representation portion of the External Data Representation (XDR) standard protocol as specified in RFC 4506 (obsoletes RFC 1832 and RFC 1014) in pure Go.

go-github-com-sigstore-rekor 1.4.3
Propagated dependencies: go-cloud-google-com-go-iam@1.7.0 go-github-com-asaskevich-govalidator@11.0.1 go-github-com-blang-semver@3.8.0 go-github-com-cyberphone-json-canonicalization@0.0.0-20241213102144-19d51d7fe467 go-github-com-go-chi-chi-v5@5.2.1 go-github-com-go-openapi-errors@0.22.1 go-github-com-go-openapi-loads@0.22.0 go-github-com-go-openapi-runtime@0.26.2 go-github-com-go-openapi-spec@0.21.0 go-github-com-go-openapi-strfmt@0.23.0 go-github-com-go-openapi-swag@0.23.0 go-github-com-go-openapi-swag-conv@0.24.0 go-github-com-go-openapi-validate@0.24.0 go-github-com-go-sql-driver-mysql@1.8.1 go-github-com-go-viper-mapstructure-v2@2.5.0 go-github-com-google-rpmpack@0.7.1 go-github-com-google-trillian@1.7.2 go-github-com-grpc-ecosystem-go-grpc-middleware@1.4.0 go-github-com-hashicorp-go-cleanhttp@0.5.2 go-github-com-hashicorp-go-retryablehttp@0.7.8 go-github-com-in-toto-in-toto-golang@0.9.0 go-github-com-jedisct1-go-minisign@0.2.5 go-github-com-jmoiron-sqlx@1.4.0 go-github-com-prometheus-client-golang@1.23.2 go-github-com-redis-go-redis-v9@9.17.3 go-github-com-rs-cors@1.11.1 go-github-com-secure-systems-lab-go-securesystemslib@0.10.0 go-github-com-sigstore-protobuf-specs@0.5.0 go-github-com-sigstore-sigstore@1.10.4 go-github-com-sigstore-sigstore-pkg-signature-kms-aws@1.10.5 go-github-com-sigstore-sigstore-pkg-signature-kms-azure@1.10.5 go-github-com-sigstore-sigstore-pkg-signature-kms-gcp@1.10.5 go-github-com-sigstore-sigstore-pkg-signature-kms-hashivault@1.10.5 go-github-com-theupdateframework-go-tuf@0.7.0 go-github-com-tink-crypto-tink-go-awskms-v2@2.1.0 go-github-com-tink-crypto-tink-go-gcpkms-v2@2.2.0 go-github-com-tink-crypto-tink-go-v2@2.6.0 go-github-com-transparency-dev-merkle@0.0.2 go-github-com-veraison-go-cose@1.3.0-0.a633822 go-go-uber-org-zap@1.27.0 go-golang-org-x-crypto@0.50.0 go-golang-org-x-mod@0.35.0 go-golang-org-x-net@0.53.0 go-golang-org-x-sync@0.20.0 go-google-golang-org-api@0.272.0 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 go-gopkg-in-ini-v1@1.67.0 go-gopkg-in-yaml-v2@2.4.0 go-sigs-k8s-io-yaml@1.6.0
Channel: guix
Location: gnu/packages/golang-web.scm (gnu packages golang-web)
Home page: https://github.com/sigstore/rekor
Licenses: ASL 2.0
Build system: go
Synopsis: Sigstore transparency log
Description:

Rekor provides an immutable tamper-resistant ledger of metadata generated within a software project's supply chain. It enables software maintainers and consumers to transparently record signed metadata to a ledger.

go-github-com-maruel-natural 1.3.0
Channel: guix
Location: gnu/packages/golang-xyz.scm (gnu packages golang-xyz)
Home page: https://github.com/maruel/natural
Licenses: ASL 2.0
Build system: go
Synopsis: Natural sorting (natsort) in Golang
Description:

This package implements a speed-optimized natural sorting (natsort) in Golang. This implementation does not allocate memory, does not depend on sort and hence doesn't depend on reflect.

go-github-com-mohae-deepcopy 0.0.0-20170308212314-bb9b5e7adda9
Channel: guix
Location: gnu/packages/golang-xyz.scm (gnu packages golang-xyz)
Home page: https://github.com/mohae/deepcopy
Licenses: Expat
Build system: go
Synopsis: Copy of pointers and values for Golang
Description:

deepcopy implements a functionality of deep copies of things. A standard copy will copy the pointers where deepcopy copies the values pointed to. Unexported field values are not copied.

go-github-com-avast-retry-go 2.7.0
Propagated dependencies: go-github-com-stretchr-testify@1.11.1
Channel: guix
Location: gnu/packages/golang-xyz.scm (gnu packages golang-xyz)
Home page: https://github.com/avast/retry-go
Licenses: Expat
Build system: go
Synopsis: Simple golang library for retry mechanism
Description:

This package is a simple Go library that provides retry functionality for functions that may fail. It includes various customizable retry strategies, such as fixed delay, backoff delay, and random delay.

go-github-com-tomasen-realip 0.0.0-20180522021738-f0c99a92ddce
Channel: guix
Location: gnu/packages/golang-web.scm (gnu packages golang-web)
Home page: https://github.com/tomasen/realip
Licenses: Expat
Build system: go
Synopsis: Extract real client IP from Go requests
Description:

This package provides a Golang library to determine the real client IP address by inspecting common headers such as X-Forwarded-For and X-Real-IP, with safe fallbacks in the presence of proxies.

Page: 13334353637107
Total packages: 2561