_            _    _        _         _
      /\ \         /\ \ /\ \     /\_\      / /\
      \_\ \       /  \ \\ \ \   / / /     / /  \
      /\__ \     / /\ \ \\ \ \_/ / /     / / /\ \__
     / /_ \ \   / / /\ \ \\ \___/ /     / / /\ \___\
    / / /\ \ \ / / /  \ \_\\ \ \_/      \ \ \ \/___/
   / / /  \/_// / /   / / / \ \ \        \ \ \
  / / /      / / /   / / /   \ \ \   _    \ \ \
 / / /      / / /___/ / /     \ \ \ /_/\__/ / /
/_/ /      / / /____\/ /       \ \_\\ \/___/ /
\_\/       \/_________/         \/_/ \_____\/
go-github-com-tomasen-realip 0.0.0-20180522021738-f0c99a92ddce
Channel: guixrus
Location: guixrus/packages/common/go.scm (guixrus packages common go)
Home page: https://github.com/tomasen/realip
Licenses: Expat
Synopsis: Go library to get a client's public IP
Description:

go-github-com-tomasen-realip can be used to get client's real public IP, which is usually useful for logging HTTP server.

go-github-com-cespare-xxhash 1.1.0
Propagated dependencies: go-github-com-spaolacci-murmur3@1.1.0 go-github-com-oneofone-xxhash@1.2.8
Channel: ffab
Location: ffab/packages/golang.scm (ffab packages golang)
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-armon-go-radix 1.0.0
Channel: guix
Location: gnu/packages/golang-xyz.scm (gnu packages golang-xyz)
Home page: https://github.com/armon/go-radix
Licenses: Expat
Synopsis: Go implementation of Radix trees
Description:

This package provides a single Tree implementation, optimized for sparse nodes of radix tree.

go-github-com-leodido-go-urn 1.4.0
Channel: guix
Location: gnu/packages/golang.scm (gnu packages golang)
Home page: https://github.com/leodido/go-urn
Licenses: Expat
Synopsis: Parser for uniform resource names as seen on RFC 2141
Description:

This package implements a parser for uniform resource names (URN) as specified by IETF RFC 2141.

go-github-com-nats-io-jwt-v2 2.5.3
Propagated dependencies: go-github-com-nats-io-nkeys@0.4.7
Channel: guix
Location: gnu/packages/golang-crypto.scm (gnu packages golang-crypto)
Home page: https://github.com/nats-io/jwt
Licenses: ASL 2.0
Synopsis: Go library signing JWT tokens with NKeys for the NATS ecosystem
Description:

This library is a JWT implementation that uses nkeys to digitally sign JWT tokens. Nkeys use Ed25519 to provide authentication of JWT claims.

go-github-com-mr-tron-base58 1.1.0-0.d724c80
Channel: guix
Location: gnu/packages/golang.scm (gnu packages golang)
Home page: https://github.com/mr-tron/base58
Licenses: Expat
Synopsis: Fast implementation of base58 encoding on Golang
Description:

Fast implementation of base58 encoding on Golang. A trivial big.Int encoding benchmark results in 6 times faster encoding and 8 times faster decoding.

go-github-com-minio-md5-simd 1.1.2
Propagated dependencies: go-github-com-klauspost-cpuid-v2@2.2.8
Channel: efraim-dfsg
Location: dfsg/main/golang.scm (dfsg main golang)
Home page: https://github.com/minio/md5-simd
Licenses: ASL 2.0
Synopsis: md5-simd
Description:

This is a SIMD accelerated MD5 package, allowing up to either 8 (AVX2) or 16 (AVX512) independent MD5 sums to be calculated on a single CPU core.

go-github-com-onsi-ginkgo-v2 2.19.0
Propagated dependencies: go-github-com-go-logr-logr@1.4.1 go-github-com-go-task-slim-sprig-v3@3.0.0 go-github-com-google-pprof@0.0.0-20240402174815-29b9bb013b0f go-github-com-onsi-gomega@1.33.1 go-golang-org-x-net@0.28.0 go-golang-org-x-sys@0.24.0 go-golang-org-x-tools@0.24.0
Channel: guix
Location: gnu/packages/golang-check.scm (gnu packages golang-check)
Home page: https://github.com/onsi/ginkgo
Licenses: Expat
Synopsis: BDD-style testing framework for Go
Description:

Ginkgo is a Behaviour-Driven Development testing framework for Go. It builds on top of Go's builtin testing library and is complemented by the Gomega matcher library.

go-github-com-jawher-mow-cli 1.2.0
Propagated dependencies: go-gopkg-in-yaml-v2@2.4.0 go-github-com-stretchr-testify@1.9.0 go-github-com-stretchr-objx@0.5.2
Channel: small-guix
Location: small-guix/packages/papeer.scm (small-guix packages papeer)
Home page: https://github.com/jawher/mow.cli
Licenses: Expat
Synopsis: mow.cli
Description:

Package cli provides a framework to build command line applications in Go with most of the burden of arguments parsing and validation placed on the framework instead of the user.

go-github-com-davecgh-go-xdr 0.0.0-20161123171359-e6a2ba005892
Channel: guix
Location: gnu/packages/golang.scm (gnu packages golang)
Home page: https://github.com/davecgh/go-xdr
Licenses: ISC
Synopsis: Pure Go implementation of the XDR standard
Description:

go-xdr implements the data representation portion of the External Data Representation (XDR) standard protocol as specified in RFC 4506 (obsoletes RFC 1832 and RFC 1014) in pure Go.

go-github-com-mohae-deepcopy 0.0.0-20170308212314-bb9b5e7adda9
Channel: guix
Location: gnu/packages/golang-xyz.scm (gnu packages golang-xyz)
Home page: https://github.com/mohae/deepcopy
Licenses: Expat
Synopsis: Copy of pointers and values for Golang
Description:

deepcopy implements a functionality of deep copies of things. A standard copy will copy the pointers where deepcopy copies the values pointed to. Unexported field values are not copied.

go-github-com-avast-retry-go 2.7.0
Propagated dependencies: go-github-com-stretchr-testify@1.9.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-docker-machine 0.0.0-0.7b7a141
Channel: guix
Location: gnu/packages/golang.scm (gnu packages golang)
Home page: https://github.com/docker/machine
Licenses: ASL 2.0
Synopsis: Machine management for a container-centric world
Description:

Machine lets you create Docker hosts on your computer, on hosting providers, and inside your data center. It creates servers, installs Docker on them, then configures the Docker client to talk to them.

go-github-com-ipfs-go-log-v2 2.5.1
Propagated dependencies: go-github-com-mattn-go-isatty@0.0.20 go-go-uber-org-multierr@1.6.0 go-go-uber-org-zap@1.24.0
Channel: guix
Location: gnu/packages/ipfs.scm (gnu packages ipfs)
Home page: https://github.com/ipfs/go-log
Licenses: Expat
Synopsis: Logging library used by @code{go-ipfs}
Description:

go-log wraps zap to provide a logging facade. go-log manages logging instances and allows for their levels to be controlled individually.

go-github-com-felixge-fgprof 0.9.3
Propagated dependencies: go-github-com-stretchr-testify@1.9.0 go-github-com-google-pprof@0.0.0-20221219190121-3cb0bae90811
Channel: small-guix
Location: small-guix/packages/papeer.scm (small-guix packages papeer)
Home page: https://github.com/felixge/fgprof
Licenses: Expat
Synopsis: 🚀 fgprof - The Full Go Profiler
Description:

fgprof is a sampling Go profiler that allows you to analyze On-CPU as well as [Off-CPU](@urlhttp://www.brendangregg.com/offcpuanalysis.html,http://www.brendangregg.com/offcpuanalysis.html) (e.g. I/O) time together.

go-github-com-gliderlabs-ssh 0.3.4
Propagated dependencies: go-golang-org-x-sys@0.24.0 go-golang-org-x-crypto@0.26.0 go-github-com-anmitsu-go-shlex@0.0.0-0.38f4b40
Channel: ffab
Location: ffab/packages/golang.scm (ffab packages golang)
Home page: https://github.com/gliderlabs/ssh
Licenses: Modified BSD
Synopsis: SSH server in Golang
Description:

Package ssh wraps the crypto/ssh package with a higher-level API for building SSH servers. The goal of the API was to make it as simple as using net/http, so the API is very similar.

go-github-com-gliderlabs-ssh 0.3.3
Propagated dependencies: go-golang-org-x-sys@0.24.0 go-golang-org-x-crypto@0.26.0 go-github-com-anmitsu-go-shlex@0.0.0-20200514113438-38f4b401e2be
Channel: efraim-dfsg
Location: dfsg/main/golang.scm (dfsg main golang)
Home page: https://github.com/gliderlabs/ssh
Licenses: Modified BSD
Synopsis: gliderlabs/ssh
Description:

Package ssh wraps the crypto/ssh package with a higher-level API for building SSH servers. The goal of the API was to make it as simple as using net/http, so the API is very similar.

go-github-com-zclconf-go-cty 1.10.0
Propagated dependencies: go-golang-org-x-text@0.17.0 go-github-com-vmihailenco-msgpack-v4@4.3.12 go-github-com-apparentlymart-go-textseg-v13@13.0.0
Channel: guix
Location: gnu/packages/golang.scm (gnu packages golang)
Home page: https://github.com/zclconf/go-cty
Licenses: Expat
Synopsis: Type system for dynamic values in Go applications
Description:

cty (pronounced "see-tie") is a dynamic type system for applications written in Go that need to represent user-supplied values without losing type information. The primary intended use is for implementing configuration languages, but other uses may be possible too.

go-github-com-go-stack-stack 1.8.1
Channel: guix
Location: gnu/packages/golang-xyz.scm (gnu packages golang-xyz)
Home page: https://github.com/go-stack/stack
Licenses: Expat
Synopsis: Utilities to capture, manipulate, and format call stacks
Description:

Package stack implements utilities to capture, manipulate, and format call stacks. It provides a simpler API than package runtime. The implementation takes care of the minutia and special cases of interpreting the program counter (pc) values returned by runtime.Callers.

go-github-com-pierrec-lz4-v4 4.1.21
Channel: guix
Location: gnu/packages/golang-compression.scm (gnu packages golang-compression)
Home page: https://github.com/pierrec/lz4
Licenses: Modified BSD
Synopsis: LZ4 compression in pure Go
Description:

lz4 provides a streaming interface to LZ4 data streams as well as low level compress and uncompress functions for LZ4 data blocks. The implementation is based on the reference C one.

go-github-com-johnkerl-lumin 1.0.0
Channel: guix
Location: gnu/packages/golang-xyz.scm (gnu packages golang-xyz)
Home page: https://github.com/johnkerl/lumin
Licenses: FreeBSD
Synopsis: Command-line tool to highlight matches in files
Description:

lumin is a simple command-line program which highlights matches to a specified pattern (string or regex) in the specified files. This is like grep with --color, except that lumin shows all lines, not just matching lines. This package proviedes a CLI tool and colors library.

go-github-com-muesli-termenv 0.15.2
Propagated dependencies: go-github-com-aymanbagabas-go-osc52-v2@2.0.1 go-github-com-lucasb-eyer-go-colorful@1.2.0 go-github-com-mattn-go-isatty@0.0.20 go-github-com-mattn-go-runewidth@0.0.16 go-golang-org-x-sys@0.24.0
Channel: guix
Location: gnu/packages/golang-xyz.scm (gnu packages golang-xyz)
Home page: https://github.com/muesli/termenv/
Licenses: Expat
Synopsis: Advanced styling options on the terminal
Description:

termenv lets you safely use advanced styling options on the terminal. It gathers information about the terminal environment in terms of its ANSI and color support and offers you convenient methods to colorize and style your output, without you having to deal with all kinds of weird ANSI escape sequences and color conversions.

go-github-com-dsnet-compress 0.0.1
Propagated dependencies: go-github-com-dsnet-golib@1.0.2 go-github-com-klauspost-compress@1.13.1 go-github-com-ulikunitz-xz@0.5.11
Channel: guix
Location: gnu/packages/golang-compression.scm (gnu packages golang-compression)
Home page: https://github.com/dsnet/compress
Licenses: Modified BSD
Synopsis: Collection of compression libraries for Golang
Description:

Package compress is a collection of compression libraries implementing Golang moduels:

brotli

Implements the Brotli format, described in RFC 7932.

bzip2

Implements the BZip2 compressed data format.

flate

Implements the DEFLATE format, described in RFC 1951.

xflate

Implements the XFLATE format, an random-access extension to DEFLATE.

go-github-com-golang-jwt-jwt 3.2.2
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.

Total results: 1585