_            _    _        _         _
      /\ \         /\ \ /\ \     /\_\      / /\
      \_\ \       /  \ \\ \ \   / / /     / /  \
      /\__ \     / /\ \ \\ \ \_/ / /     / / /\ \__
     / /_ \ \   / / /\ \ \\ \___/ /     / / /\ \___\
    / / /\ \ \ / / /  \ \_\\ \ \_/      \ \ \ \/___/
   / / /  \/_// / /   / / / \ \ \        \ \ \
  / / /      / / /   / / /   \ \ \   _    \ \ \
 / / /      / / /___/ / /     \ \ \ /_/\__/ / /
/_/ /      / / /____\/ /       \ \_\\ \/___/ /
\_\/       \/_________/         \/_/ \_____\/
go-github-com-xdg-go-stringprep 1.0.4
Propagated dependencies: go-golang-org-x-text@0.21.0
Channel: guix
Location: gnu/packages/golang-xyz.scm (gnu packages golang-xyz)
Home page: https://github.com/xdg-go/stringprep
Licenses: ASL 2.0
Synopsis: Go implementation of RFC-3454 stringprep and RFC-4013 SASLprep
Description:

Package stringprep provides data tables and algorithms for RFC-3454, including errata. It also provides a profile for SASLprep as defined in RFC-4013.

go-github-com-cespare-xxhash-v2 2.1.2
Channel: rrr
Location: rrr/packages/dns.scm (rrr packages dns)
Home page: https://github.com/cespare/xxhash
Licenses: Expat
Synopsis: xxhash
Description:

Package xxhash implements the 64-bit variant of xxHash (XXH64) as described at http://cyan4973.github.io/xxHash/.

go-github-com-chromedp-chromedp 0.9.5
Propagated dependencies: go-github-com-orisano-pixelmatch@0.0.0-20230914042517-fa304d1dc785 go-github-com-mailru-easyjson@0.7.7 go-github-com-ledongthuc-pdf@0.0.0-20240201131950-da5b75280b06 go-github-com-gobwas-ws@1.3.2 go-github-com-chromedp-cdproto@0.0.0-20240312231614-1e5096e63154
Channel: zzkt
Location: zzkt/packages/duf.scm (zzkt packages duf)
Home page: https://github.com/chromedp/chromedp
Licenses: Expat
Synopsis: About chromedp
Description:

Package chromedp is a high level Chrome DevTools Protocol client that simplifies driving browsers for scraping, unit testing, or profiling web pages using the CDP.

go-github-com-felixge-httpsnoop 1.0.4
Channel: guix
Location: gnu/packages/golang-web.scm (gnu packages golang-web)
Home page: https://github.com/felixge/httpsnoop/
Licenses: Expat
Synopsis: Capture http related metrics
Description:

Httpsnoop provides an easy way to capture http related metrics (i.e. response time, bytes written, and http status code) from your application's http.Handlers.

go-github-com-raulk-go-watchdog 1.3.0
Propagated dependencies: go-github-com-benbjohnson-clock@1.3.5 go-github-com-containerd-cgroups@1.1.0 go-github-com-elastic-gosigar@0.14.3 go-github-com-opencontainers-runtime-spec@1.2.0
Channel: guix
Location: gnu/packages/golang-xyz.scm (gnu packages golang-xyz)
Home page: https://github.com/raulk/go-watchdog
Licenses: ASL 2.0 Expat
Synopsis: Go memory watchdog
Description:

Package watchdog runs a singleton memory watchdog in the process, which watches memory utilization and forces Go GC in accordance with a user-defined policy.

go-github-com-mreiferson-go-svc 1.2.1-0.7a96e00
Propagated dependencies: go-golang-org-x-sys@0.28.0
Channel: guix
Location: gnu/packages/golang-xyz.scm (gnu packages golang-xyz)
Home page: https://github.com/mreiferson/go-svc
Licenses: Expat
Synopsis: Go Windows Service wrapper for GNU/Linux
Description:

Go Windows Service wrapper compatible with GNU/Linux. Windows tests here.

go-github-com-minio-highwayhash 1.0.3
Propagated dependencies: go-golang-org-x-sys@0.28.0
Channel: guix
Location: gnu/packages/golang-crypto.scm (gnu packages golang-crypto)
Home page: https://github.com/minio/highwayhash
Licenses: ASL 2.0
Synopsis: HighwayHash library for Go
Description:

This package implements the pseudo-random-function (PRF) HighwayHash. HighwayHash is a fast hash function designed to defend hash-flooding attacks or to authenticate short-lived messages.

go-github-com-skeema-knownhosts 1.3.0
Propagated dependencies: go-golang-org-x-crypto@0.31.0
Channel: guix
Location: gnu/packages/golang-crypto.scm (gnu packages golang-crypto)
Home page: https://github.com/skeema/knownhosts
Licenses: ASL 2.0
Synopsis: Go SSH known_hosts wrapper with host key lookup
Description:

Package knownhosts is a thin wrapper around golang.org/x/crypto/ssh/knownhosts, adding the ability to obtain the list of host key algorithms for a known host.

go-github-com-francoispqt-gojay 1.2.13
Channel: guix
Location: gnu/packages/golang-web.scm (gnu packages golang-web)
Home page: https://github.com/francoispqt/gojay
Licenses: Expat
Synopsis: JSON encoder/decoder with powerful stream API for Golang
Description:

GoJay is a performant JSON encoder/decoder for Golang. It has a simple API and doesn't use reflection. It relies on small interfaces to decode/encode structures and slices.

go-github-com-ipfs-go-ds-flatfs 0.5.1
Propagated dependencies: go-github-com-ipfs-go-datastore@0.6.0 go-github-com-ipfs-go-log@1.0.5 go-github-com-jbenet-goprocess@0.1.4
Channel: guix
Location: gnu/packages/ipfs.scm (gnu packages ipfs)
Home page: https://github.com/ipfs/go-ds-flatfs
Licenses: Expat
Synopsis: Datastore implementation using sharded directories and flat files to store data
Description:

Package flatfs is a Datastore implementation that stores all objects in a two-level directory structure in the local file system, regardless of the hierarchy of the keys.

go-github-com-spaolacci-murmur3 1.1.0
Channel: guix
Location: gnu/packages/golang-crypto.scm (gnu packages golang-crypto)
Home page: https://github.com/spaolacci/murmur3
Licenses: Modified BSD
Synopsis: Native MurmurHash3 Go implementation
Description:

Native Go implementation of Austin Appleby's third MurmurHash revision (aka MurmurHash3). Reference algorithm has been slightly hacked as to support the streaming mode required by Go's standard Hash interface.

go-github-com-nwidger-jsoncolor 0.3.0
Channel: guix
Location: gnu/packages/golang-web.scm (gnu packages golang-web)
Home page: https://github.com/nwidger/jsoncolor
Licenses: Expat
Synopsis: Colorized JSON marshalling and encoding
Description:

jsoncolor is a drop-in replacement for encoding/json's Marshal and MarshalIndent functions and Encoder type which produce colorized output using github.com/fatih/color.

go-github-com-mdlayher-sdnotify 1.0.0
Propagated dependencies: go-github-com-google-go-cmp@0.6.0
Channel: efraim-dfsg
Location: dfsg/main/golang.scm (dfsg main golang)
Home page: https://github.com/mdlayher/sdnotify
Licenses: Expat
Synopsis: sdnotify
Description:

Package sdnotify implements systemd readiness notifications as described in @urlhttps://www.freedesktop.org/software/systemd/man/sd_notify.html,https://www.freedesktop.org/software/systemd/man/sd_notify.html.

go-github-com-ergochat-readline 0.1.3
Propagated dependencies: go-golang-org-x-text@0.21.0 go-golang-org-x-sys@0.28.0
Channel: guix
Location: gnu/packages/golang-xyz.scm (gnu packages golang-xyz)
Home page: https://github.com/ergochat/readline
Licenses: Expat
Synopsis: Readline implementation in pure Go
Description:

This package provides a pure Go implementation of functionality comparable to GNU Readline, i.e. line editing and command history for simple TUI programs.

go-github-com-coocood-freecache 1.2.4
Propagated dependencies: go-github-com-cespare-xxhash-v2@2.3.0
Channel: guix
Location: gnu/packages/golang-xyz.scm (gnu packages golang-xyz)
Home page: https://github.com/coocood/freecache
Licenses: Expat
Synopsis: Caching library for Go
Description:

This library provides caching capabilities for Go with no garbage collection overhead and high concurrent performance. An unlimited number of objects can be cached in memory without increased latency or degraded throughput.

go-github-com-ergochat-readline 0.1.3
Propagated dependencies: go-golang-org-x-text@0.21.0 go-golang-org-x-sys@0.28.0
Channel: ffab
Location: ffab/packages/golang-xyz.scm (ffab packages golang-xyz)
Home page: https://github.com/ergochat/readline
Licenses: Expat
Synopsis: Readline implementation in pure Go
Description:

This package provides a pure Go implementation of functionality comparable to GNU Readline, i.e. line editing and command history for simple TUI programs.

go-github-com-azure-go-ansiterm 0.0.0-20210617225240-d185dfc1b5a1
Propagated dependencies: go-golang-org-x-sys@0.28.0
Channel: ffab
Location: ffab/packages/golang-xyz.scm (ffab packages golang-xyz)
Home page: https://github.com/Azure/go-ansiterm
Licenses: Expat
Synopsis: Golang package for ANSI terminal emulation in Windows
Description:

This is a cross platform Ansi Terminal Emulation library. It reads a stream of Ansi characters and produces the appropriate function calls. The results of the function calls are platform dependent.

go-gitlab-com-yawning-obfs4-git 0.0.0-20231012084234-c3e2d44b1033
Propagated dependencies: go-filippo-io-edwards25519@1.1.0 go-github-com-dchest-siphash@1.2.3 go-gitlab-com-yawning-edwards25519-extra@0.0.0-0.2149dca go-gitlab-torproject-org-tpo-anti-censorship-pluggable-transports-goptlib@1.6.0 go-golang-org-x-crypto@0.31.0 go-golang-org-x-net@0.33.0
Channel: guix
Location: gnu/packages/golang-crypto.scm (gnu packages golang-crypto)
Home page: https://gitlab.com/yawning/obfs4
Licenses: GPL 3+
Synopsis: Network traffic obfourscator library
Description:

This package implements functionality based on ideas and concepts from Philipp Winter's ScrambleSuit protocol. The notable differences between ScrambleSuit and obfs4:

  • the handshake always does a full key exchange (no such thing as a Session Ticket Handshake)

  • the handshake uses the Tor Project's ntor handshake with public keys obfuscated via the Elligator 2 mapping

  • the link layer encryption uses NaCl secret boxes (Poly1305/XSalsa20)

go-github-com-hjson-hjson-go-v4 4.4.0
Channel: guix
Location: gnu/packages/golang-web.scm (gnu packages golang-web)
Home page: https://hjson.org/
Licenses: Expat
Synopsis: Human JSON implementation for Go
Description:

Hjson is a syntax extension to JSON. It is intended to be used like a user interface for humans, to read and edit before passing the JSON data to the machine.

go-github-com-avast-retry-go-v3 3.1.1
Propagated dependencies: go-github-com-stretchr-testify@1.10.0
Channel: guix
Location: gnu/packages/golang-xyz.scm (gnu packages golang-xyz)
Home page: https://github.com/avast/retry-go
Licenses: Expat
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-avast-retry-go-v4 4.6.0
Propagated dependencies: go-github-com-stretchr-testify@1.10.0
Channel: guix
Location: gnu/packages/golang-xyz.scm (gnu packages golang-xyz)
Home page: https://github.com/avast/retry-go
Licenses: Expat
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-yookoala-realpath 0.0.0-0.d19ef9c
Channel: guix
Location: gnu/packages/golang-xyz.scm (gnu packages golang-xyz)
Home page: https://github.com/yookoala/realpath
Licenses: Expat
Synopsis: @code{realpath} for Golang
Description:

This package provides realpath, a Go module that when provided with a valid relative path / alias path, it will return you with a string of its real absolute path in the system.

go-github-com-araddon-dateparse 0.0.0-20210429162001-6b43995a97de
Channel: efraim-dfsg
Location: dfsg/main/golang.scm (dfsg main golang)
Home page: https://github.com/araddon/dateparse
Licenses: Expat
Synopsis: Go Date Parser
Description:

Package dateparse parses date-strings without knowing the format in advance, using a fast lex based approach to eliminate shotgun attempts. It leans towards US style dates when there is a conflict.

Total results: 2007