_            _    _        _         _
      /\ \         /\ \ /\ \     /\_\      / /\
      \_\ \       /  \ \\ \ \   / / /     / /  \
      /\__ \     / /\ \ \\ \ \_/ / /     / / /\ \__
     / /_ \ \   / / /\ \ \\ \___/ /     / / /\ \___\
    / / /\ \ \ / / /  \ \_\\ \ \_/      \ \ \ \/___/
   / / /  \/_// / /   / / / \ \ \        \ \ \
  / / /      / / /   / / /   \ \ \   _    \ \ \
 / / /      / / /___/ / /     \ \ \ /_/\__/ / /
/_/ /      / / /____\/ /       \ \_\\ \/___/ /
\_\/       \/_________/         \/_/ \_____\/
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)

go-github-com-neelance-sourcemap 0.0.0-20200213170602-2833bce08e4c
Channel: hui
Location: hui/packages/proxy.scm (hui packages proxy)
Home page: https://github.com/neelance/sourcemap
Licenses: FreeBSD
Synopsis:
#<unspecified>
go-github-com-logrusorgru-aurora 3.0.0
Channel: ffab
Location: ffab/packages/golang-xyz.scm (ffab packages golang-xyz)
Home page: https://github.com/logrusorgru/aurora
Licenses: Unlicense
Synopsis: Golang ultimate ANSI-colors that supports Printf/Sprintf methods
Description:

Package aurora implements ANSI-colors

go-github-com-klauspost-compress 1.18.0
Channel: guix
Location: gnu/packages/golang-compression.scm (gnu packages golang-compression)
Home page: https://github.com/klauspost/compress
Licenses: Modified BSD
Synopsis: Go compression library
Description:

compress provides various compression algorithms.

go-github-com-anacrolix-generics 0.0.2
Propagated dependencies: go-golang-org-x-exp@0.0.0-20250911091902-df9299821621
Channel: guix
Location: gnu/packages/golang-xyz.scm (gnu packages golang-xyz)
Home page: https://github.com/anacrolix/generics
Licenses: MPL 2.0
Synopsis: Generic implementation for Golang
Description:

This package provides generic implementations for Go.

go-github-com-iancoleman-strcase 0.3.0
Channel: guix
Location: gnu/packages/golang-xyz.scm (gnu packages golang-xyz)
Home page: https://github.com/iancoleman/strcase
Licenses: Expat
Synopsis: Converting to snake_case or CamelCase
Description:

Package strcase converts strings to various cases.

go-github-com-montanaflynn-stats 0.7.1
Channel: guix
Location: gnu/packages/golang-maths.scm (gnu packages golang-maths)
Home page: https://github.com/montanaflynn/stats
Licenses: Expat
Synopsis: Statistics library for Golang
Description:

This package provides a statistical library for Golang.

go-github-com-fvbommel-sortorder 1.1.0
Channel: guix
Location: gnu/packages/golang-xyz.scm (gnu packages golang-xyz)
Home page: https://github.com/fvbommel/sortorder
Licenses: Expat
Synopsis: Sort orders and comparison functions
Description:

Package sortorder implements sort orders and comparison functions.

go-github-com-ryanuber-columnize 2.1.2
Channel: guix
Location: gnu/packages/golang-xyz.scm (gnu packages golang-xyz)
Home page: https://github.com/ryanuber/columnize
Licenses: Expat
Synopsis: Column formatted output for golang
Description:

This package implements column-formatted output for Golang.

go-github-com-golangplus-testing 1.0.0
Channel: guix
Location: gnu/packages/golang-check.scm (gnu packages golang-check)
Home page: https://github.com/golangplus/testing
Licenses: Modified BSD
Synopsis: Additions to Go's standard testing package
Description:

This package provides additions to Go's stdlib testing.

Total results: 1956