_            _    _        _         _
      /\ \         /\ \ /\ \     /\_\      / /\
      \_\ \       /  \ \\ \ \   / / /     / /  \
      /\__ \     / /\ \ \\ \ \_/ / /     / / /\ \__
     / /_ \ \   / / /\ \ \\ \___/ /     / / /\ \___\
    / / /\ \ \ / / /  \ \_\\ \ \_/      \ \ \ \/___/
   / / /  \/_// / /   / / / \ \ \        \ \ \
  / / /      / / /   / / /   \ \ \   _    \ \ \
 / / /      / / /___/ / /     \ \ \ /_/\__/ / /
/_/ /      / / /____\/ /       \ \_\\ \/___/ /
\_\/       \/_________/         \/_/ \_____\/
go-github-com-gdamore-encoding 1.0.1
Dependencies: go-golang-org-x-text@0.30.0
Channel: guix
Location: gnu/packages/golang-xyz.scm (gnu packages golang-xyz)
Home page: https://github.com/gdamore/encoding
Licenses: Expat
Build system: go
Synopsis: Provide encodings missing from Go
Description:

This package provides useful encodings not included in the standard Text package, including some for dealing with I/O streams from non-UTF-friendly sources.

go-github-com-prometheus-sigv4 0.1.2
Propagated dependencies: go-github-com-aws-aws-sdk-go@1.55.7 go-github-com-prometheus-client-golang@1.22.0 go-github-com-prometheus-common@0.63.0 go-gopkg-in-yaml-v2@2.4.0
Channel: guix
Location: gnu/packages/prometheus.scm (gnu packages prometheus)
Home page: https://github.com/prometheus/sigv4
Licenses: ASL 2.0
Build system: go
Synopsis: HTTP signed requests with Amazon's Signature Verification V4
Description:

sigv4 provides a http.RoundTripper that will sign requests using Amazon's Signature Verification V4 signing procedure, using credentials from the default AWS credential chain.

go-github-com-dgryski-go-metro 0.0.0-20250106013310-edb8663e5e33
Channel: guix
Location: gnu/packages/golang-crypto.scm (gnu packages golang-crypto)
Home page: https://github.com/dgryski/go-metro
Licenses: Expat
Build system: go
Synopsis: Go translation of MetroHash
Description:

This package provides a Go translation of the reference C++ code for MetroHash, a high quality, high performance hash algorithm.

go-github-com-veraison-go-cose 1.3.0-0.a633822
Propagated dependencies: go-github-com-fxamacker-cbor-v2@2.9.0
Channel: guix
Location: gnu/packages/golang-crypto.scm (gnu packages golang-crypto)
Home page: https://github.com/veraison/go-cose
Licenses: MPL 2.0
Build system: go
Synopsis: COSE specification for Go
Description:

This package provides a Go library for the Concise Binary Object Representation (CBOR) Object Signing and Encryption (COSE) specification.

go-github-com-geoffgarside-ber 1.2.0
Channel: guix
Location: gnu/packages/golang-web.scm (gnu packages golang-web)
Home page: https://github.com/geoffgarside/ber
Licenses: Modified BSD
Build system: go
Synopsis: ASN.1 package supporting Basic Encoding Rules
Description:

This package is a fork of the standard library encoding/asn1 package, adding Basic Encoding Rules support for use with https://github.com/k-sone/snmpgo.

go-github-com-gorilla-sessions 1.2.1
Propagated dependencies: 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/sessions
Licenses: Modified BSD
Build system: go
Synopsis: Manage user sessions in web applications
Description:

This package that provides infrastructure for creating and managing user sessions in web applications. It supports cookie and filesystem-based sessions, flash messages, custom backends, and more.

go-github-com-docopt-docopt-go 0.6.2-0.ee0de3b
Channel: guix
Location: gnu/packages/golang-xyz.scm (gnu packages golang-xyz)
Home page: https://github.com/docopt/docopt.go
Licenses: Expat
Build system: go
Synopsis: Implementation of docopt in Golang
Description:

This package provides command-line arguments parser based on written help message which may simplify crating CLI applications, it's Golang implementation of http://docopt.org/.

go-github-com-sosodev-duration 1.3.1
Channel: guix
Location: gnu/packages/golang-xyz.scm (gnu packages golang-xyz)
Home page: https://github.com/sosodev/duration
Licenses: Expat
Build system: go
Synopsis: ISO 8601 duration parsing in Golang
Description:

This package provides a functionality for parsing ISO 8601 durations and converting them to the time.Duration type.

go-github-com-jcmturner-rpc-v2 2.0.3
Propagated dependencies: 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/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-client9-misspell 0.3.4
Propagated dependencies: go-github-com-gobwas-glob@0.2.3
Channel: guix
Location: gnu/packages/golang-xyz.scm (gnu packages golang-xyz)
Home page: https://github.com/client9/misspell
Licenses: Expat
Build system: go
Synopsis: Correct commonly misspelled English words in source files
Description:

misspell assists with correcting commonly misspelled English words in source files. A neutral variety of English is used by default, but a US or UK locale can be selected.

go-github-com-go-logfmt-logfmt 0.4.0
Channel: guixrus
Location: guixrus/packages/common/go.scm (guixrus packages common go)
Home page: https://github.com/go-logfmt/logfmt
Licenses: Expat
Build system: go
Synopsis: Marshals and unmarshals logfmt messages
Description:

go-github-com-go-logfmt-logfmt implements utilities to mars and unmarshal data in the logfmt format. It provides an API similar encoding/json and encoding/xml.

go-github-com-mdlayher-ethtool 0.2.0
Propagated dependencies: go-github-com-josharian-native@1.1.0 go-github-com-mdlayher-genetlink@1.3.2 go-github-com-mdlayher-netlink@1.7.2 go-golang-org-x-sys@0.37.0
Channel: guix
Location: gnu/packages/golang-web.scm (gnu packages golang-web)
Home page: https://github.com/mdlayher/ethtool
Licenses: Expat
Build system: go
Synopsis: Control of the Linux ethtool generic netlink interface
Description:

Package ethtool allows control of the Linux ethtool generic netlink interface. as it's described in ethtool-netlink.

go-github-com-willscott-goturn 0.0.0-20170802220503-19f41278d0c9
Channel: guix
Location: gnu/packages/golang-web.scm (gnu packages golang-web)
Home page: https://github.com/willscott/goturn
Licenses: Modified BSD
Build system: go
Synopsis: Go TURN dialer
Description:

GoTURN is a library providing a Go interface compatible with the golang proxy package which connects through a TURN relay. It provides parsing and encoding support for STUN and TURN protocols.

go-github-com-lithammer-dedent 1.1.0
Channel: guix
Location: gnu/packages/golang-xyz.scm (gnu packages golang-xyz)
Home page: https://github.com/lithammer/dedent
Licenses: Expat
Build system: go
Synopsis: Remove any common leading whitespace from multiline strings
Description:

This package provides a functionality to remove common leading whitespace from multiline strings. Inspired by (code textwrap.dedent) in Python.

go-github-com-gorhill-cronexpr 0.0.0-20180427100037-88b0669f7d75
Channel: guix
Location: gnu/packages/golang-xyz.scm (gnu packages golang-xyz)
Home page: https://github.com/gorhill/cronexpr
Licenses: GPL 3+ ASL 2.0
Build system: go
Synopsis: Cron expression parser in the Go language
Description:

This package provides a cron expression parser in the Go language. Given a cron expression and a time stamp, you can get the next time stamp which satisfies the cron expression.

go-github-com-josharian-intern 1.0.0
Channel: guix
Location: gnu/packages/golang-xyz.scm (gnu packages golang-xyz)
Home page: https://github.com/josharian/intern
Licenses: Expat
Build system: go
Synopsis: String interning for Go
Description:

This library defines functions to perform string interning in Go, storing only one copy of each unique string in memory. All functions may be called concurrently with themselves and each other.

go-github-com-clbanning-mxj-v2 2.7.0
Channel: guix
Location: gnu/packages/golang-xyz.scm (gnu packages golang-xyz)
Home page: https://github.com/clbanning/mxj
Licenses: Expat
Build system: go
Synopsis: Decode / encode XML in Golang
Description:

This package implements a functionality to marshal/unmarshal XML to/from map[string]interface values (and JSON); extract/modify values from maps by key or key-path, including wildcards.

go-github-com-libp2p-go-libp2p 0.43.0
Propagated dependencies: go-github-com-benbjohnson-clock@1.3.5 go-github-com-davidlazar-go-crypto@0.0.0-20200604182044-b73af7476f6c go-github-com-decred-dcrd-dcrec-secp256k1-v4@4.4.0 go-github-com-flynn-noise@1.0.0 go-github-com-google-gopacket@1.1.19 go-github-com-gorilla-websocket@1.5.3 go-github-com-hashicorp-golang-lru-arc-v2@2.0.7 go-github-com-hashicorp-golang-lru-v2@2.0.7 go-github-com-huin-goupnp@1.3.0 go-github-com-ipfs-go-cid@0.4.1 go-github-com-ipfs-go-datastore@0.8.2 go-github-com-ipfs-go-log-v2@2.5.1 go-github-com-jackpal-go-nat-pmp@1.0.2 go-github-com-jbenet-go-temp-err-catcher@0.1.0 go-github-com-klauspost-compress@1.18.0 go-github-com-koron-go-ssdp@0.0.4 go-github-com-libp2p-go-buffer-pool@0.1.0 go-github-com-libp2p-go-flow-metrics@0.1.0 go-github-com-libp2p-go-libp2p-asn-util@0.4.1 go-github-com-libp2p-go-msgio@0.3.0 go-github-com-libp2p-go-netroute@0.2.1 go-github-com-libp2p-go-reuseport@0.4.0 go-github-com-libp2p-go-yamux-v5@5.0.0 go-github-com-libp2p-zeroconf-v2@2.2.0 go-github-com-marten-seemann-tcp@0.0.0-20210406111302-dfbc87cc63fd go-github-com-mikioh-tcpinfo@0.0.0-20190314235526-30a79bb1804b go-github-com-mr-tron-base58@1.2.0 go-github-com-multiformats-go-base32@0.1.0 go-github-com-multiformats-go-multiaddr@0.15.0 go-github-com-multiformats-go-multiaddr-dns@0.3.1 go-github-com-multiformats-go-multiaddr-fmt@0.1.0 go-github-com-multiformats-go-multibase@0.2.0 go-github-com-multiformats-go-multicodec@0.9.0 go-github-com-multiformats-go-multihash@0.2.3 go-github-com-multiformats-go-multistream@0.5.0 go-github-com-multiformats-go-varint@0.0.7 go-github-com-pbnjay-memory@0.0.0-2.7b4eea6 go-github-com-pion-datachannel@1.5.10 go-github-com-pion-ice-v4@4.0.7 go-github-com-pion-logging@0.2.3 go-github-com-pion-sctp@1.8.36 go-github-com-pion-stun@0.6.1 go-github-com-pion-webrtc-v4@4.0.11 go-github-com-prometheus-client-golang@1.22.0 go-github-com-prometheus-client-model@0.6.1 go-github-com-quic-go-quic-go@0.54.1 go-github-com-quic-go-webtransport-go@0.9.0 go-go-uber-org-fx@1.23.0 go-go-uber-org-zap@1.27.0 go-golang-org-x-crypto@0.43.0 go-golang-org-x-sync@0.17.0 go-golang-org-x-sys@0.37.0 go-golang-org-x-time@0.14.0 go-golang-org-x-tools@0.37.0 go-google-golang-org-protobuf@1.36.10
Channel: guix
Location: gnu/packages/ipfs.scm (gnu packages ipfs)
Home page: https://github.com/libp2p/go-libp2p
Licenses: Expat
Build system: go
Synopsis: LIBP2P networking stack implementation in Golang
Description:

This package provides a networking stack and library modularized out of The IPFS Project as specified in libp2p.

go-github-com-serialx-hashring 0.0.0-20200727003509-22c0c7ab6b1b
Channel: guix
Location: gnu/packages/golang-crypto.scm (gnu packages golang-crypto)
Home page: https://github.com/serialx/hashring
Licenses: Expat
Build system: go
Synopsis: Consistent hashing for Golang
Description:

This package implements consistent hashing that can be used when the number of server nodes increase or decrease (like in memcached). The hashing ring is built using the same algorithm as libketama.

go-github-com-yudai-gojsondiff 1.0.0
Propagated dependencies: go-github-com-sergi-go-diff@1.3.1 go-github-com-yudai-golcs@0.0.0-20170316035057-ecda9a501e82
Channel: guix
Location: gnu/packages/golang-xyz.scm (gnu packages golang-xyz)
Home page: https://github.com/yudai/gojsondiff
Licenses: Expat
Build system: go
Synopsis: JSON Diff and Patch for Golang
Description:

This package implements a "diff" algorithm that compares two JSON objects and generates deltas that describe the differences between them. The deltas can be applied to a JSON object to "patch" them.

go-github-com-gdamore-tcell-v2 2.8.1
Dependencies: go-github-com-gdamore-encoding@1.0.1 go-github-com-mattn-go-runewidth@0.0.16 go-github-com-lucasb-eyer-go-colorful@1.2.0 go-golang-org-x-sys@0.37.0 go-golang-org-x-text@0.30.0
Propagated dependencies: go-golang-org-x-term@0.36.0 go-golang-org-x-sys@0.37.0 go-github-com-gdamore-encoding@1.0.1 go-github-com-mattn-go-runewidth@0.0.16 go-github-com-lucasb-eyer-go-colorful@1.2.0 go-golang-org-x-sys@0.37.0 go-golang-org-x-text@0.30.0
Channel: guix
Location: gnu/packages/golang-xyz.scm (gnu packages golang-xyz)
Home page: https://github.com/gdamore/tcell
Licenses: ASL 2.0
Build system: go
Synopsis: Provide a cell-based view for text terminals
Description:

This package includes a full parser and expander for terminfo capability strings to avoid hard-coding escape strings for formatting. It also favors portability, and includes support for all POSIX systems.

go-github-com-buger-jsonparser 1.1.1
Channel: guix
Location: gnu/packages/golang-web.scm (gnu packages golang-web)
Home page: https://github.com/buger/jsonparser
Licenses: Expat
Build system: go
Synopsis: Alternative JSON parser for Golang
Description:

This package provides an alternative JSON parser for Go. It does not require to know the structure of the payload (eg. create structs), and allows accessing fields by providing the path to them.

go-github-com-docker-go-events 0.0.0-20250808211157-605354379745
Propagated dependencies: go-github-com-sirupsen-logrus@1.9.3
Channel: guix
Location: gnu/packages/docker.scm (gnu packages docker)
Home page: https://github.com/docker/go-events
Licenses: ASL 2.0
Build system: go
Synopsis: Composable event distribution for Golang
Description:

This package implements a composable event distribution library, originally created to implement the notifications in Docker Registry 2.

go-github-com-hashicorp-hcl-v2 2.23.0
Propagated dependencies: go-github-com-agext-levenshtein@1.2.3 go-github-com-apparentlymart-go-textseg-v13@13.0.0 go-github-com-mitchellh-go-wordwrap@1.0.1 go-github-com-zclconf-go-cty@1.16.0 go-golang-org-x-tools@0.37.0
Channel: guix
Location: gnu/packages/golang-xyz.scm (gnu packages golang-xyz)
Home page: https://github.com/hashicorp/hcl
Licenses: MPL 2.0
Build system: go
Synopsis: Go implementation of HashiCorp Configuration Language V2
Description:

This package contains the main implementation of the HCL. HCL is designed to be a language for expressing configuration which is easy for both humans and machines to read.

Total results: 2124