_            _    _        _         _
      /\ \         /\ \ /\ \     /\_\      / /\
      \_\ \       /  \ \\ \ \   / / /     / /  \
      /\__ \     / /\ \ \\ \ \_/ / /     / / /\ \__
     / /_ \ \   / / /\ \ \\ \___/ /     / / /\ \___\
    / / /\ \ \ / / /  \ \_\\ \ \_/      \ \ \ \/___/
   / / /  \/_// / /   / / / \ \ \        \ \ \
  / / /      / / /   / / /   \ \ \   _    \ \ \
 / / /      / / /___/ / /     \ \ \ /_/\__/ / /
/_/ /      / / /____\/ /       \ \_\\ \/___/ /
\_\/       \/_________/         \/_/ \_____\/
go-github-com-mitchellh-copystructure 1.2.0
Propagated dependencies: go-github-com-mitchellh-reflectwalk@1.0.2
Channel: guix
Location: gnu/packages/golang-xyz.scm (gnu packages golang-xyz)
Home page: https://github.com/mitchellh/copystructure
Licenses: Expat
Synopsis: Go library for decoding deep copying values
Description:

copystructure is a Go library for deep copying values in Go.

This allows you to copy Go values that may contain reference values such as maps, slices, or pointers, and copy their data as well instead of just their references.

go-github-com-hashicorp-go-msgpack-v2 2.1.5
Propagated dependencies: 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/go-msgpack
Licenses: Expat
Synopsis: MessagePack implementation in Golang
Description:

This package provides a High Performance, Feature-Rich Idiomatic codec/encoding library for msgpack, JSON.

Supported Serialization formats are:

  • msgpack: https://github.com/msgpack/msgpack

  • json: http://json.org http://tools.ietf.org/html/rfc7159

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
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-ovn-kubernetes-libovsdb 0.8.0
Propagated dependencies: go-github-com-cenkalti-backoff-v4@4.3.0 go-github-com-cenkalti-rpc2@1.0.4 go-github-com-go-logr-logr@1.4.2 go-github-com-go-logr-stdr@1.2.2 go-github-com-google-uuid@1.6.0 go-github-com-prometheus-client-golang@1.22.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/ovn-kubernetes/libovsdb
Licenses: ASL 2.0
Synopsis: OVSDB Client Library in Golang
Description:

This package implements OVSDB specified in RFC 7047. It's used mainly for managing the configuration of Open vSwitch and OVN, but it could also be used to manage your stamp collection.

go-github-com-quic-go-webtransport-go 0.9.0
Propagated dependencies: go-github-com-quic-go-quic-go@0.54.1 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/quic-go/webtransport-go
Licenses: Expat
Synopsis: WebTransport implementation based on quic-go
Description:

webtransport-go is an implementation of the WebTransport protocol, based on @urlhttps://github.com/quic-go/quic-go,quic-go. It currently implements @urlhttps://www.ietf.org/archive/id/draft-ietf-webtrans-http3-02.html,draft-02 of the specification.

go-github-com-ianlancetaylor-demangle 0.0.0-20230524184225-eabc099b10ab
Channel: guix
Location: gnu/packages/golang-xyz.scm (gnu packages golang-xyz)
Home page: https://github.com/ianlancetaylor/demangle
Licenses: Modified BSD
Synopsis: Symbol name demangler written in Go
Description:

This package defines functions that demangle GCC/LLVM C++ and Rust symbol names. This package recognizes names that were mangled according to the C++ ABI defined at https://codesourcery.com/cxx-abi/ and the Rust ABI.

go-github-com-hashicorp-go-multierror 1.1.1
Propagated dependencies: go-github-com-hashicorp-errwrap@1.1.0
Channel: guix
Location: gnu/packages/golang-xyz.scm (gnu packages golang-xyz)
Home page: https://github.com/hashicorp/go-multierror
Licenses: MPL 2.0
Synopsis: Representing a errors list as a single error for Golang
Description:

go-multierror is Golang module providing a mechanism for representing a list of error values as a single error. It is fully compatible with the standard errors package, including the functions As, Is, and Unwrap. This provides a standardized approach for introspecting on error values.

go-github-com-michiwend-golang-pretty 0.0.0-20141116172505-8ac61812ea3f
Propagated dependencies: go-github-com-kr-text@0.2.0
Channel: guix
Location: gnu/packages/golang-xyz.scm (gnu packages golang-xyz)
Home page: https://github.com/michiwend/golang-pretty
Licenses: Expat
Synopsis: Pretty printing for Go values
Description:

Package pretty provides pretty-printing for Go values. This is useful during debugging, to avoid wrapping long output lines in the terminal.

It provides a function, Formatter, that can be used with any function that accepts a format string. It also provides convenience wrappers for functions in packages fmt and log.

go-github-com-spf13-jwalterweatherman 1.1.0
Channel: guix
Location: gnu/packages/golang-xyz.scm (gnu packages golang-xyz)
Home page: https://github.com/spf13/jwalterweatherman
Licenses: Expat
Synopsis: Go logging library
Description:

JWW is primarily a wrapper around the standard log library. It provides a few advantages over using the standard log library alone.

  • ready to go out of the box

  • one library for both printing to the terminal and logging (to files)

  • really easy to log to either a temp file or a file you specify

go-github-com-foxboron-go-uefi-efivar 0.0.0-20240805124652-e2076f0e58ca
Propagated dependencies: go-github-com-spf13-afero@1.6.0 go-github-com-netflix-go-expect@0.0.0-20220104043353-73e0943537d2 go-golang-org-x-text@0.30.0 go-golang-org-x-sys@0.37.0 go-golang-org-x-crypto@0.43.0 go-go-mozilla-org-pkcs7@0.9.0 go-github-com-pkg-errors@0.9.1
Channel: lauras-channel
Location: laura/packages/go-common.scm (laura packages go-common)
Home page: https://github.com/foxboron/go-uefi
Licenses: Expat
Synopsis: go-uefi
Description:

This package provides a UEFI library written to interact with Linux efivars. The goal is to provide a Go library to enable application authors to better utilize secure boot and UEFI. This also includes unit-testing to ensure the library is compatible with existing tools, and integration tests to ensure the library is able of deal with future UEFI revisions.

go-github-com-gabriel-vasile-mimetype 1.4.0
Propagated dependencies: go-golang-org-x-net@0.46.0
Channel: ffab
Location: ffab/packages/golang-xyz.scm (ffab packages golang-xyz)
Home page: https://github.com/gabriel-vasile/mimetype
Licenses: Expat
Synopsis: Fast golang library for MIME type and file extension detection
Description:

This is a package for detecting MIME types and extensions based on magic numbers. Features include

  • fast and precise MIME type and file extension detection

  • long list of supported MIME types

  • common file formats are prioritized

  • small and simple API

  • handles MIME type aliases

  • thread safe

  • low memory usage, besides the file header

go-github-com-ianlancetaylor-demangle 0.0.0-20240312041847-bd984b5ce465
Channel: zzkt
Location: zzkt/packages/duf.scm (zzkt packages duf)
Home page: https://github.com/ianlancetaylor/demangle
Licenses: Modified BSD
Synopsis: github.com/ianlancetaylor/demangle
Description:

Package demangle defines functions that demangle GCC/LLVM C++ and Rust symbol names. This package recognizes names that were mangled according to the C++ ABI defined at @urlhttp://codesourcery.com/cxx-abi/,http://codesourcery.com/cxx-abi/ and the Rust ABI defined at @urlhttps://rust-lang.github.io/rfcs/2603-rust-symbol-name-mangling-v0.html,https://rust-lang.github.io/rfcs/2603-rust-symbol-name-mangling-v0.html

go-github-com-karimkhaleel-jsonschema 0.0.0-0.44bdb91
Propagated dependencies: go-github-com-wk8-go-ordered-map-v2@2.1.8
Channel: ffab
Location: ffab/packages/golang-xyz.scm (ffab packages golang-xyz)
Home page: https://github.com/karimkhaleel/jsonschema
Licenses: Expat
Synopsis: Generate JSON Schemas from Go types
Description:

Package jsonschema uses reflection to generate JSON Schemas from Go types.

Features:

  • supports arbitrarily complex types, including interface, maps, slices, etc.

  • supports json-schema features such as minLength, maxLength, pattern, format, etc.

  • supports simple string and numeric enums

  • supports custom property fields via the jsonschema_extras struct tag

This package is a modified clone of github.com/invopop/jsonschema for purpose of LazyGit project.

go-github-com-prometheus-alertmanager 0.28.1
Propagated dependencies: go-github-com-alecthomas-kingpin-v2@2.4.0 go-github-com-alecthomas-units@0.0.0 go-github-com-aws-aws-sdk-go@1.55.7 go-github-com-cenkalti-backoff-v4@4.3.0 go-github-com-cespare-xxhash-v2@2.3.0 go-github-com-coder-quartz@0.2.1 go-github-com-go-openapi-analysis@0.23.0 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-validate@0.24.0 go-github-com-gofrs-uuid@4.4.0 go-github-com-gogo-protobuf@1.3.2 go-github-com-hashicorp-go-sockaddr@1.0.7 go-github-com-hashicorp-golang-lru-v2@2.0.7 go-github-com-hashicorp-memberlist@0.5.3 go-github-com-jessevdk-go-flags@1.6.1 go-github-com-kimmachinegun-automemlimit@0.7.1 go-github-com-matttproud-golang-protobuf-extensions@1.0.4 go-github-com-oklog-run@1.1.0 go-github-com-oklog-ulid@1.3.1 go-github-com-prometheus-client-golang@1.22.0 go-github-com-prometheus-common@0.63.0 go-github-com-prometheus-common-assets@0.2.0 go-github-com-prometheus-exporter-toolkit@0.13.2 go-github-com-prometheus-sigv4@0.1.2 go-github-com-rs-cors@1.11.1 go-github-com-shurcool-httpfs@0.0.0-20230704072500-f1e31cf0ba5c go-github-com-shurcool-vfsgen@0.0.0-20230704071429-0000e147ea92 go-github-com-xlab-treeprint@1.2.0 go-go-uber-org-automaxprocs@1.5.3 go-golang-org-x-mod@0.29.0 go-golang-org-x-net@0.46.0 go-golang-org-x-text@0.30.0 go-golang-org-x-tools@0.37.0 go-gopkg-in-telebot-v3@3.3.8 go-gopkg-in-yaml-v2@2.4.0
Channel: guix
Location: gnu/packages/prometheus.scm (gnu packages prometheus)
Home page: https://github.com/prometheus/alertmanager
Licenses: ASL 2.0
Synopsis: Prometheus Alertmanager
Description:

The Alertmanager handles alerts sent by client applications such as the Prometheus server. It takes care of deduplicating, grouping, and routing them to the correct receiver integrations such as email, PagerDuty, OpsGenie, or many other mechanisms thanks to the webhook receiver. It also takes care of silencing and inhibition of alerts.

go-github-com-gabriel-vasile-mimetype 1.4.5
Propagated dependencies: go-golang-org-x-net@0.46.0
Channel: guix
Location: gnu/packages/golang-xyz.scm (gnu packages golang-xyz)
Home page: https://github.com/gabriel-vasile/mimetype
Licenses: Expat
Synopsis: Golang library for media type and file extension detection
Description:

This package provides a Golang module that uses magic number signatures to detect the MIME type of a file.

Main features:

go-gitlab-com-gitlab-org-api-client-go 0.130.1
Propagated dependencies: go-github-com-google-go-querystring@1.1.0 go-github-com-hashicorp-go-cleanhttp@0.5.2 go-github-com-hashicorp-go-retryablehttp@0.7.7 go-golang-org-x-oauth2@0.23.0 go-golang-org-x-time@0.14.0
Channel: guix
Location: gnu/packages/golang-web.scm (gnu packages golang-web)
Home page: https://gitlab.com/gitlab-org/api/client-go
Licenses: ASL 2.0
Synopsis: GitLab client for Golang
Description:

This package provides a GitLab API client enabling Go programs to interact with GitLab in a simple and uniform way.

go-github-com-prometheus-common-assets 0.2.0
Channel: guix
Location: gnu/packages/prometheus.scm (gnu packages prometheus)
Home page: https://github.com/prometheus/common
Licenses: ASL 2.0
Synopsis: Prometheus assets
Description:

This package provides Prometheus assets.

go-github-com-matthewhartstonge-argon2 1.0.0
Propagated dependencies: go-golang-org-x-crypto@0.43.0
Channel: lauras-channel
Location: laura/packages/go-common.scm (laura packages go-common)
Home page: https://github.com/matthewhartstonge/argon2
Licenses: ASL 2.0
Synopsis: 🔐 argon2
Description:

Package argon2 implements the key derivation function Argon2.

go-github-com-awesome-gocui-keybinding 1.0.0
Propagated dependencies: go-github-com-awesome-gocui-gocui@1.1.0
Channel: ffab
Location: ffab/packages/golang-xyz.scm (ffab packages golang-xyz)
Home page: https://github.com/awesome-gocui/keybinding
Licenses: Expat
Synopsis: Golang wrapper for parsing gocui keybindings
Description:

This package provides a golang wrapper for parsing gocui keybindings.

go-github-com-awesome-gocui-keybinding 1.0.0-1.8602903
Propagated dependencies: go-github-com-awesome-gocui-gocui@1.1.0
Channel: guix
Location: gnu/packages/golang-xyz.scm (gnu packages golang-xyz)
Home page: https://github.com/awesome-gocui/keybinding
Licenses: Expat
Synopsis: Wrapper for parsing gocui keybindings in Golang
Description:

This package provides a golang wrapper for parsing gocui keybindings.

go-github-com-libp2p-go-libp2p-kbucket 0.7.0
Propagated dependencies: go-github-com-ipfs-go-log-v2@2.5.1 go-github-com-libp2p-go-cidranger@1.1.0 go-github-com-libp2p-go-libp2p@0.43.0 go-github-com-libp2p-go-libp2p-asn-util@0.4.1 go-github-com-minio-sha256-simd@0.1.1 go-github-com-multiformats-go-multiaddr@0.15.0 go-github-com-multiformats-go-multihash@0.2.3
Channel: guix
Location: gnu/packages/ipfs.scm (gnu packages ipfs)
Home page: https://github.com/libp2p/go-libp2p-kbucket
Licenses: Expat
Synopsis: Kbucket implementation for use as a routing table
Description:

Package kbucket implements a kademlia k-bucket routing table.

go-github-com-julienschmidt-httprouter 1.3.0
Channel: guix
Location: gnu/packages/golang-web.scm (gnu packages golang-web)
Home page: https://github.com/julienschmidt/httprouter
Licenses: Modified BSD
Synopsis: High performance HTTP request router
Description:

Package httprouter is a trie based high performance HTTP request router.

go-github-com-libp2p-go-libp2p-testing 0.12.0
Channel: guix
Location: gnu/packages/ipfs.scm (gnu packages ipfs)
Home page: https://github.com/libp2p/go-libp2p-testing
Licenses: Expat ASL 2.0
Synopsis: Test toolbox for go-libp2p modules
Description:

This package provides a testing toolbox for go-libp2p modules.

go-code-gitea-io-actions-proto-go-ping 0.4.1
Propagated dependencies: go-google-golang-org-protobuf@1.36.10 go-connectrpc-com-connect@1.18.1
Channel: guix
Location: gnu/packages/golang-vcs.scm (gnu packages golang-vcs)
Home page: https://code.gitea.io/actions-proto-go
Licenses: Expat
Synopsis: Helper for the Gitea Action runner
Description:

This package provides a helper for the Gitea Action runer.

Total results: 1956