_            _    _        _         _
      /\ \         /\ \ /\ \     /\_\      / /\
      \_\ \       /  \ \\ \ \   / / /     / /  \
      /\__ \     / /\ \ \\ \ \_/ / /     / / /\ \__
     / /_ \ \   / / /\ \ \\ \___/ /     / / /\ \___\
    / / /\ \ \ / / /  \ \_\\ \ \_/      \ \ \ \/___/
   / / /  \/_// / /   / / / \ \ \        \ \ \
  / / /      / / /   / / /   \ \ \   _    \ \ \
 / / /      / / /___/ / /     \ \ \ /_/\__/ / /
/_/ /      / / /____\/ /       \ \_\\ \/___/ /
\_\/       \/_________/         \/_/ \_____\/
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
Build system: go
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
Build system: go
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
Build system: go
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-uptrace-bunrouter 1.0.23
Channel: guix
Location: gnu/packages/golang-web.scm (gnu packages golang-web)
Home page: https://github.com/uptrace/bunrouter
Licenses: Expat
Build system: go
Synopsis: HTTP router for Golang
Description:

BunRouter is a fast HTTP router for Go with unique combination of features:

  • middlewares allow to extract common operations from HTTP handlers into reusable functions

  • error handling allows to further reduce the size of HTTP handlers by handling errors in middlewares

  • routes priority enables meaningful matching priority for routing rules: first static nodes, then named nodes, lastly wildcard nodes

  • net/http compatible API which means using minimal API without constructing huge wrappers that try to do everything: from serving static files to XML generation (for example, gin.Context or echo.Context)

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
Build system: go
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-spdx-tools-golang 0.5.5
Propagated dependencies: go-github-com-anchore-go-struct-converter@0.1.0 go-github-com-google-go-cmp@0.7.0 go-github-com-spdx-gordf@0.0.0-20250128162952-000978ccd6fb go-sigs-k8s-io-yaml@1.4.0
Channel: guix
Location: gnu/packages/golang-xyz.scm (gnu packages golang-xyz)
Home page: https://github.com/spdx/tools-golang
Licenses: CC-BY 4.0
Build system: go
Synopsis: Go source package to work with SPDX files
Description:

This source package is a collection of utilities intended to make it easier for Go programs to work with System Package Data Exchange files. It currently works with files conformant to versions 2.1, 2.2 and 2.3 of the SPDX specification and provides the following packages:

  • spdx - in-memory data model for the sections of an SPDX document

  • tagvalue - tag-value document reader and writer

  • rdf - RDF document reader

  • json - JSON document reader and writer

  • yaml - YAML document reader and writer

  • builder - builds empty SPDX document (with hashes) for directory contents

  • idsearcher - searches for SPDX short-form IDs and builds an SPDX document

  • licensediff - compares concluded licenses between files in two packages

  • reporter - generates basic license count report from an SPDX document

  • spdxlib - various utility functions for manipulating SPDX documents in memory

  • utils - various utility functions that support the other tools-golang packages

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
Build system: go
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
Build system: go
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
Build system: go
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
Build system: go
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
Build system: go
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
Build system: go
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
Build system: go
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
Build system: go
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
Build system: go
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
Build system: go
Synopsis: Additions to Go's standard testing package
Description:

This package provides additions to Go's stdlib testing.

go-github-com-golangplus-testing 1.0.0
Propagated dependencies: go-github-com-golangplus-fmt@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
Build system: go
Synopsis: Additions to Go's standard testing package
Description:

This package provides additions to Go's stdlib testing.

go-github-com-mdlayher-genetlink 1.3.2
Propagated dependencies: go-github-com-mdlayher-netlink@1.7.2 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/mdlayher/genetlink
Licenses: Expat
Build system: go
Synopsis: Generic netlink interactions and data types
Description:

Package genetlink implements generic netlink interactions and data types.

go-github-com-protonmail-go-mime 0.0.0-20230322103455-7d82a3887f2f
Propagated dependencies: 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/ProtonMail/go-mime
Licenses: Expat
Build system: go
Synopsis: Go Mime Wrapper Library
Description:

This package provides a parser for MIME messages.

go-github-com-hashicorp-logutils 1.0.0
Channel: guix
Location: gnu/packages/golang-xyz.scm (gnu packages golang-xyz)
Home page: https://github.com/hashicorp/logutils
Licenses: MPL 2.0
Build system: go
Synopsis: Utilities for better logging for Golang
Description:

Package logutils augments the standard log package with levels.

go-github-com-powerman-deepequal 0.1.0
Channel: rain-and-roses
Location: rain-and-roses/packages/dns.scm (rain-and-roses packages dns)
Home page: https://github.com/powerman/deepequal
Licenses: Expat
Build system: go
Synopsis: Go package with improved reflect.DeepEqual
Description:

Package deepequal provides improved reflect.DeepEqual.

go-github-com-modern-go-reflect2 1.0.2
Channel: rrr
Location: rrr/packages/dns.scm (rrr packages dns)
Home page: https://github.com/modern-go/reflect2
Licenses: ASL 2.0
Build system: go
Synopsis: reflect2
Description:

reflect api that avoids runtime reflect.Value cost

go-github-com-containerd-errdefs 1.0.0
Channel: guix
Location: gnu/packages/golang-xyz.scm (gnu packages golang-xyz)
Home page: https://github.com/containerd/errdefs
Licenses: ASL 2.0
Build system: go
Synopsis: Common definition and library of errors used by containerd
Description:

Package errdefs defines the common errors used throughout containerd packages.

go-github-com-fanliao-go-promise 0.0.0-20141029170127-1890db352a72
Channel: hui
Location: hui/packages/proxy.scm (hui packages proxy)
Home page: https://github.com/fanliao/go-promise
Licenses: Expat
Build system: go
Synopsis: A library implement futrue and promise
Description:

Package promise provides a complete promise and future implementation.

Total results: 2160