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

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
Synopsis: Generic netlink interactions and data types
Description:

Package genetlink implements generic netlink interactions and data types.

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
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
Synopsis: Common definition and library of errors used by containerd
Description:

Package errdefs defines the common errors used throughout containerd packages.

go-github-com-acarl005-stripansi 0.0.0-20180116102854-5a71ef0e047d
Channel: lauras-channel
Location: laura/packages/go-common.scm (laura packages go-common)
Home page: https://github.com/acarl005/stripansi
Licenses: Expat
Synopsis: Strip ANSI
Description:

This Go package removes ANSI escape codes from strings.

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
Synopsis: A library implement futrue and promise
Description:

Package promise provides a complete promise and future implementation.

go-github-com-go-git-go-billy-v5 5.6.0
Propagated dependencies: go-github-com-cyphar-filepath-securejoin@0.4.1 go-golang-org-x-sys@0.37.0
Channel: guix
Location: gnu/packages/golang-xyz.scm (gnu packages golang-xyz)
Home page: https://github.com/go-git/go-billy/
Licenses: ASL 2.0
Synopsis: File system abstraction for Go
Description:

Billy implements an interface based on the OS's standard library to develop applications without depending on the underlying storage. This makes it virtually free to implement mocks and testing over file system operations.

go-github-com-frankban-quicktest 1.14.6
Propagated dependencies: go-github-com-google-go-cmp@0.7.0 go-github-com-kr-pretty@0.3.1
Channel: guix
Location: gnu/packages/golang-check.scm (gnu packages golang-check)
Home page: https://github.com/frankban/quicktest
Licenses: Expat
Synopsis: Quick helpers for testing Go applications
Description:

Package quicktest provides a collection of Go helpers for writing tests.

go-github-com-pmezard-go-difflib 1.0.0
Channel: guix
Location: gnu/packages/golang-xyz.scm (gnu packages golang-xyz)
Home page: https://github.com/pmezard/go-difflib
Licenses: Modified BSD
Synopsis: Go diff implementation
Description:

This package provides unified and context-aware diffs in Go.

go-github-com-facebookgo-flagenv 0.0.0-20160425205200-fcd59fca7456
Channel: guix
Location: gnu/packages/golang-xyz.scm (gnu packages golang-xyz)
Home page: https://github.com/facebookgo/flagenv
Licenses: Modified BSD
Synopsis: Populate flags from environment variables
Description:

Package flagenv provides the ability to populate flags from environment variables.

go-github-com-segmentio-encoding 0.4.1
Propagated dependencies: go-github-com-segmentio-asm@1.2.0
Channel: guix
Location: gnu/packages/golang-xyz.scm (gnu packages golang-xyz)
Home page: https://github.com/segmentio/encoding
Licenses: Expat
Synopsis: Encoding and decoding Go library
Description:

Go package containing implementations of encoders and decoders for various data formats.

Total results: 1971