_            _    _        _         _
      /\ \         /\ \ /\ \     /\_\      / /\
      \_\ \       /  \ \\ \ \   / / /     / /  \
      /\__ \     / /\ \ \\ \ \_/ / /     / / /\ \__
     / /_ \ \   / / /\ \ \\ \___/ /     / / /\ \___\
    / / /\ \ \ / / /  \ \_\\ \ \_/      \ \ \ \/___/
   / / /  \/_// / /   / / / \ \ \        \ \ \
  / / /      / / /   / / /   \ \ \   _    \ \ \
 / / /      / / /___/ / /     \ \ \ /_/\__/ / /
/_/ /      / / /____\/ /       \ \_\\ \/___/ /
\_\/       \/_________/         \/_/ \_____\/
go-github-com-cockroachdb-swiss 0.0.0-20250327203710-2932b022f6df
Propagated dependencies: go-github-com-aclements-go-perfevent@0.0.0-20240703205258-f34bb3e1a4e4
Channel: guix
Location: gnu/packages/golang-xyz.scm (gnu packages golang-xyz)
Home page: https://github.com/cockroachdb/swiss
Licenses: ASL 2.0
Synopsis: Golang port of Google's Swiss Table hash table
Description:

This package implements Swiss Tables as described in https://abseil.io/about/design/swisstables. It provides pseudo-randomized iteration (iteration order will change from one iteration to the next) and iteration stability akin to Go's builtin map if the map is mutated during iteration.

go-github-com-google-go-cmdtest 0.4.0
Propagated dependencies: go-github-com-google-renameio@2.0.0 go-github-com-google-go-cmp@0.7.0
Channel: guix
Location: gnu/packages/golang-build.scm (gnu packages golang-build)
Home page: https://github.com/google/go-cmdtest
Licenses: ASL 2.0
Synopsis: Testing for your CLI
Description:

The cmdtest package simplifies testing of command-line interfaces. It provides a simple, cross-platform, shell-like language to express command execution. It can compare actual output with the expected output, and can also update a file with new "golden" output that is deemed correct.

go-github-com-boombuler-barcode 1.0.2
Channel: guix
Location: gnu/packages/golang-xyz.scm (gnu packages golang-xyz)
Home page: https://github.com/boombuler/barcode
Licenses: Expat
Synopsis: Barcode creation library for golang
Description:

This package implements a functionality to generate barcodes.

Supported Barcode Types:

  • 2 of 5

  • Aztec Code

  • Codabar

  • Code 128

  • Code 39

  • Code 93

  • Datamatrix

  • EAN 13

  • EAN 8

  • PDF 417

  • QR Code

go-github-com-jeremija-gosubmit 0.2.8
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/jeremija/gosubmit
Licenses: Expat
Synopsis: Go library for parsing and submitting HTML forms
Description:

This package implements a functinality to help filling out plain html forms during testing. Will automatically take the existing values from the form so there is no need to manually set things like csrf tokens. Alerts about missing required fields, or when pattern validation does not match.

go-github-com-fxamacker-cbor-v2 2.9.0
Propagated dependencies: go-github-com-x448-float16@0.8.4
Channel: guix
Location: gnu/packages/golang-xyz.scm (gnu packages golang-xyz)
Home page: https://github.com/fxamacker/cbor
Licenses: Expat
Synopsis: CBOR Codec in Golang
Description:

This package implements functionality for encoding and decoding Concise Binary Object Representation (RFC 8949) and CBOR Sequences, with CBOR tags, Golang struct tags (toarray, keyasint, omitempty), float64/32/16, and big.Intp.

go-github-com-zyedidia-terminal 0.0.0-20230315200948-4b3bcf6dddef
Propagated dependencies: go-github-com-creack-pty@1.1.24
Channel: guix
Location: gnu/packages/golang-xyz.scm (gnu packages golang-xyz)
Home page: https://github.com/zyedidia/terminal
Licenses: Expat
Synopsis: Package terminal is a vt10x terminal emulation backend
Description:

Package terminal is a vt10x terminal emulation backend, influenced largely by st, rxvt, xterm, and iTerm as reference. Use it for terminal muxing, a terminal emulation frontend, or wherever else you need terminal emulation.

It's an active fork of https://github.com/james4k/terminal.

go-github-com-marcinbor85-gohex 0.0.0-0.baab252
Channel: guix
Location: gnu/packages/golang-xyz.scm (gnu packages golang-xyz)
Home page: https://pkg.go.dev/github.com/marcinbor85/gohex
Licenses: Expat
Synopsis: Parse Intel HEX files
Description:

This package provides a Golang library for parsing Intel HEX files, implementing features like:

  • robust intelhex parsing (full test coverage)

  • support i32hex format

  • two-way converting hex<->bin

  • trivial but powerful api (only the most commonly used functions)

  • interface-based IO functions

go-github-com-smarty-assertions 1.16.0
Channel: guix
Location: gnu/packages/golang-check.scm (gnu packages golang-check)
Home page: https://github.com/smarty/assertions
Licenses: Expat
Synopsis: Fluent assertion-style functions
Description:

Package assertions contains the implementations for all assertions which are referenced in goconvey's convey package and gunit gunit for use with the So(...) method. They can also be used in traditional Go test functions and even in applications.

go-github-com-99designs-keyring 1.2.2
Propagated dependencies: go-github-com-dvsekhvalnov-jose2go@1.5.0 go-github-com-godbus-dbus@0.0.0-20190726142602-4481cbc300e2 go-github-com-gsterjov-go-libsecret@0.0.0-20161001094733-a6f4afe4910c go-github-com-mitchellh-go-homedir@1.1.0 go-github-com-mtibben-percent@0.2.1 go-golang-org-x-sys@0.37.0 go-golang-org-x-term@0.36.0
Channel: guix
Location: gnu/packages/golang-crypto.scm (gnu packages golang-crypto)
Home page: https://github.com/99designs/keyring
Licenses: Expat
Synopsis: Go library providing a uniform interface for various secure credential stores
Description:

Keyring provides utility functions for and a common interface to a range of secure credential storage services. Originally developed as part of AWS Vault, a command line tool for securely managing AWS access from developer workstations.

Currently Keyring supports the following backends: macOS/OSX Keychain, Windows pcredential store, Pass, Secret Service, KDE Wallet, Encrypted File.

go-github-com-golang-jwt-jwt-v4 4.5.0
Channel: guix
Location: gnu/packages/golang-crypto.scm (gnu packages golang-crypto)
Home page: https://github.com/golang-jwt/jwt
Licenses: Expat
Synopsis: Go implementation of JSON Web Tokens
Description:

This package provides a Go implementation of JSON Web Tokens and supports the parsing and verification as well as the generation and signing of JSON Web Tokens. The currently supported signing algorithms are HMAC SHA, RSA, RSA-PSS, and ECDSA, though hooks are present for adding your own.

go-github-com-golang-jwt-jwt-v5 5.2.1
Channel: guix
Location: gnu/packages/golang-crypto.scm (gnu packages golang-crypto)
Home page: https://github.com/golang-jwt/jwt
Licenses: Expat
Synopsis: Go implementation of JSON Web Tokens
Description:

This package provides a Go implementation of JSON Web Tokens and supports the parsing and verification as well as the generation and signing of JSON Web Tokens. The currently supported signing algorithms are HMAC SHA, RSA, RSA-PSS, and ECDSA, though hooks are present for adding your own.

go-github-com-ipfs-go-datastore 0.8.2
Propagated dependencies: go-github-com-google-uuid@1.6.0 go-github-com-ipfs-go-detect-race@0.0.1 go-github-com-ipfs-go-ipfs-delay@0.0.1 go-go-opentelemetry-io-otel@1.30.0 go-go-opentelemetry-io-otel-trace@1.30.0 go-go-uber-org-multierr@1.11.0
Channel: guix
Location: gnu/packages/ipfs.scm (gnu packages ipfs)
Home page: https://github.com/ipfs/go-datastore
Licenses: Expat
Synopsis: Key-value datastore interfaces
Description:

Datastore is a generic layer of abstraction for data store and database access. It is a simple API with the aim to enable application development in a datastore-agnostic way, allowing datastores to be swapped seamlessly without changing application code. Thus, one can leverage different datastores with different strengths without committing the application to one datastore throughout its lifetime.

go-github-com-ipfs-go-datastore 0.6.0
Propagated dependencies: go-github-com-google-uuid@1.6.0 go-github-com-ipfs-go-detect-race@0.0.1 go-github-com-ipfs-go-ipfs-delay@0.0.1 go-github-com-jbenet-goprocess@0.1.4 go-go-uber-org-multierr@1.11.0 go-golang-org-x-xerrors@0.0.0-20240903120638-7835f813f4da
Channel: guix
Location: gnu/packages/ipfs.scm (gnu packages ipfs)
Home page: https://github.com/ipfs/go-datastore
Licenses: Expat
Synopsis: Key-value datastore interfaces
Description:

Datastore is a generic layer of abstraction for data store and database access. It is a simple API with the aim to enable application development in a datastore-agnostic way, allowing datastores to be swapped seamlessly without changing application code. Thus, one can leverage different datastores with different strengths without committing the application to one datastore throughout its lifetime.

go-github-com-olekukonko-errors 1.1.0
Channel: guix
Location: gnu/packages/golang-xyz.scm (gnu packages golang-xyz)
Home page: https://github.com/olekukonko/errors
Licenses: Expat
Synopsis: Enhanced Error Handling for Golang
Description:

Package errors provides a robust error handling library with support for error wrapping, stack traces, context storage, and retry mechanisms. It extends the standard library's error interface with features like HTTP-like status codes, error categorization, and JSON serialization, while maintaining compatibility with `errors.Is`, `errors.As`, and `errors.Unwrap`. The package is thread-safe and optimized with object pooling for performance.

go-github-com-prometheus-common 0.63.0
Propagated dependencies: go-github-com-alecthomas-kingpin-v2@2.4.0 go-github-com-google-go-cmp@0.7.0 go-github-com-julienschmidt-httprouter@1.3.0 go-github-com-munnerz-goautoneg@0.0.0-20191010083416-a7dc8b61c822 go-github-com-mwitkow-go-conntrack@0.0.0-20190716064945-2f068394615f go-github-com-prometheus-client-model@0.6.1 go-golang-org-x-net@0.46.0 go-golang-org-x-oauth2@0.23.0 go-google-golang-org-protobuf@1.36.10 go-gopkg-in-yaml-v2@2.4.0
Channel: guix
Location: gnu/packages/prometheus.scm (gnu packages prometheus)
Home page: https://github.com/prometheus/common
Licenses: ASL 2.0
Synopsis: Shared Prometheus Golang components
Description:

This package provides Go libraries that are shared across Prometheus components.

  • config - common configuration structures

  • expfmt - decoding and encoding for the exposition format

  • model - shared data structures

  • promslog - a logging wrapper around log/slog

  • route - a routing wrapper around httprouter using context.Context

  • server - common servers

  • version version information and metrics

go-github-com-jackc-chunkreader 1.0.0
Channel: guix
Location: gnu/packages/golang-xyz.scm (gnu packages golang-xyz)
Home page: https://github.com/jackc/chunkreader
Licenses: Expat
Synopsis: Wrapper for @code{io.Reader}
Description:

ChunkReader is a io.Reader wrapper that minimizes IO reads and memory allocations. It allocates memory in chunks and will read as much as will fit in the current buffer in a single call regardless of how large a read is actually requested. The memory returned via Next is owned by the caller. This avoids the need for an additional copy. It extracted from original implementation in https://github.com/jackc/pgx.

go-github-com-thejerf-suture-v4 4.0.5
Channel: guix
Location: gnu/packages/golang-xyz.scm (gnu packages golang-xyz)
Home page: https://github.com/thejerf/suture
Licenses: Expat
Synopsis: Supervisor trees for Go
Description:

Suture provides Erlang-ish supervisor trees for Go. "Supervisor trees" -> "sutree" -> "suture" -> holds your code together when it's trying to die.

It is intended to deal gracefully with the real failure cases that can occur with supervision trees (such as burning all your CPU time endlessly restarting dead services), while also making no unnecessary demands on the "service" code, and providing hooks to perform adequate logging with in a production environment

go-github-com-insomniacslk-dhcp 0.0.0-20250417080101-5f8cf70e8c5f
Propagated dependencies: go-github-com-hugelgupf-socketpair@0.0.0-20240723164047-9246f217b3fc go-github-com-jsimonetti-rtnetlink@1.4.2 go-github-com-mdlayher-netlink@1.7.2 go-github-com-mdlayher-packet@1.1.2 go-github-com-u-root-uio@0.0.0-20240224005618-d2acac8f3701 go-golang-org-x-net@0.46.0 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/insomniacslk/dhcp
Licenses: Modified BSD
Synopsis: DHCPv6 and DHCPv4 packet library
Description:

DHCPv4 and DHCPv6 decoding/encoding library for Golang. This package is split in several logical parts:

  • dhcpv4 - implementation of DHCPv4 packet, client and server

  • netboot - network booting wrappers on top of dhcpv6 and dhcpv4

  • iana - several IANA constants, and helpers used by dhcpv6 and dhcpv4

  • rfc1035label - simple implementation of RFC1035 labels, used by dhcpv6 and dhcpv4

  • interfaces - a thin layer of wrappers around network interfaces

go-github-com-arceliar-ironwood v0.0.0-20241213013129-743fe2fccbd3
Propagated dependencies: go-github-com-arceliar-phony@v0.0.0-20220903101357-530938a4b13d go-github-com-bits-and-blooms-bitset@1.20.0 go-github-com-bits-and-blooms-bloom-v3@3.7.0 go-golang-org-x-crypto@0.43.0
Channel: guix
Location: gnu/packages/golang-web.scm (gnu packages golang-web)
Home page: https://github.com/Arceliar/ironwood
Licenses: MPL 2.0
Synopsis: Experimental network routing library
Description:

Ironwood is a routing library with a net.PacketConn-compatible interface using ed25519.PublicKeys as addresses. Basically, you use it when you want to communicate with some other nodes in a network, but you can't guarantee that you can directly connect to every node in that network. It was written to test improvements to / replace the routing logic in Yggdrasil, but it may be useful for other network applications.

go-github-com-ebitengine-purego 0.9.0
Channel: guix
Location: gnu/packages/golang-build.scm (gnu packages golang-build)
Home page: https://github.com/ebitengine/purego
Licenses: ASL 2.0
Synopsis: Library for calling C functions from Go without Cgo
Description:

This package provides a library for calling C functions from Go without Cgo.

Featues:

  • build for other platforms easily without a C compiler

  • efficiently cache entirely Go builds

  • using Cgo generates a C wrapper function for each C function called

  • load symbols at runtime and use it as a plugin system

  • call into other languages that are compiled into shared objects

  • works even with CGO_ENABLED=1 so incremental porting is possible

go-github-com-vishvananda-netns 0.0.4
Channel: hui
Location: hui/packages/proxy.scm (hui packages proxy)
Home page: https://github.com/vishvananda/netns
Licenses: ASL 2.0
Synopsis: netns - network namespaces in go
Description:

Package netns allows ultra-simple network namespace handling. NsHandles can be retrieved and set. Note that the current namespace is thread local so actions that set and reset namespaces should use LockOSThread to make sure the namespace doesn't change due to a goroutine switch. It is best to close NsHandles when you are done with them. This can be accomplished via a `defer ns.Close()` on the handle. Changing namespaces requires elevated privileges, so in most cases this code needs to be run as root.

go-github-com-stevedonovan-luar 0.0.0-0.22d247e
Channel: guix
Location: gnu/packages/music.scm (gnu packages music)
Home page: https://github.com/stevedonovan/luar
Licenses: Expat
Synopsis: Lua reflection bindings for Go
Description:

Luar is designed to make using Lua from Go more convenient. Go structs, slices and maps can be automatically converted to Lua tables and vice-versa. The resulting conversion can either be a copy or a proxy. In the latter case, any change made to the result will reflect on the source.

Any Go function can be made available to Lua scripts, without having to write C-style wrappers.

Luar support cyclic structures (lists, etc.).

User-defined types can be made available to Lua as well: their exported methods can be called and usual operations such as indexing or arithmetic can be performed.

go-github-com-minio-sha256-simd 0.1.1
Channel: guix
Location: gnu/packages/golang-crypto.scm (gnu packages golang-crypto)
Home page: https://github.com/minio/sha256-simd
Licenses: ASL 2.0
Synopsis: Accelerate SHA256 computations in pure Go
Description:

Accelerate SHA256 computations in pure Go using AVX512 and AVX2 for Intel and ARM64 for ARM. On AVX512 it provides an up to 8x improvement (over 3 GB/s per core) in comparison to AVX2.

This package is designed as a replacement for crypto/sha256. For Intel CPUs it has two flavors for AVX512 and AVX2 (AVX/SSE are also supported). For ARM CPUs with the Cryptography Extensions, advantage is taken of the SHA2 instructions resulting in a massive performance improvement.

This package uses Golang assembly. The AVX512 version is based on the Intel's "multi-buffer crypto library for IPSec" whereas the other Intel implementations are described in "Fast SHA-256 Implementations on Intel Architecture Processors" by J. Guilford et al.

go-github-com-mholt-archiver-v3 3.5.1
Propagated dependencies: go-github-com-andybalholm-brotli@1.1.0 go-github-com-dsnet-compress@0.0.1 go-github-com-golang-snappy@0.0.4 go-github-com-klauspost-compress@1.18.0 go-github-com-klauspost-pgzip@1.2.6 go-github-com-nwaples-rardecode@1.1.3 go-github-com-pierrec-lz4-v4@4.1.21 go-github-com-ulikunitz-xz@0.5.12 go-github-com-xi2-xz@0.0.0-20171230120015-48954b6210f8
Channel: guix
Location: gnu/packages/golang-compression.scm (gnu packages golang-compression)
Home page: https://github.com/mholt/archiver
Licenses: Expat
Synopsis: Multi format archiver Golang library and CLI command
Description:

Package archiver facilitates convenient, cross-platform, high-level archival and compression operations for a variety of formats and compression algorithms.

Features:

  • stream-oriented APIs

  • automatically identify archive and compression formats

  • traverse directories, archive files, and any other file uniformly as io/fs file systems

  • compress and decompress files

  • create and extract archive files

  • walk or traverse into archive files

  • extract only specific files from archives

  • insert (append) into .tar and .zip archives

  • read from password-protected 7-Zip files

  • numerous archive and compression formats supported

  • extensible (add more formats just by registering them)

  • cross-platform, static binary

  • pure Golang (no cgo)

  • multithreaded Gzip

  • adjust compression levels

  • automatically add compressed files to zip archives without re-compressing

  • open password-protected rar archives

Supported compression formats:

  • brotli (.br)

  • bzip2 (.bz2)

  • flate (.zip)

  • gzip (.gz)

  • lz4 (.lz4)

  • lzip (.lz)

  • snappy (.sz)

  • xz (.xz)

  • zlib (.zz)

  • zstandard (.zst)

Supported archive formats:

  • .zip

  • .tar (including any compressed variants like .tar.gz)

  • .rar (read-only)

  • .7z (read-only)

Total results: 1965