_            _    _        _         _
      /\ \         /\ \ /\ \     /\_\      / /\
      \_\ \       /  \ \\ \ \   / / /     / /  \
      /\__ \     / /\ \ \\ \ \_/ / /     / / /\ \__
     / /_ \ \   / / /\ \ \\ \___/ /     / / /\ \___\
    / / /\ \ \ / / /  \ \_\\ \ \_/      \ \ \ \/___/
   / / /  \/_// / /   / / / \ \ \        \ \ \
  / / /      / / /   / / /   \ \ \   _    \ \ \
 / / /      / / /___/ / /     \ \ \ /_/\__/ / /
/_/ /      / / /____\/ /       \ \_\\ \/___/ /
\_\/       \/_________/         \/_/ \_____\/
go-github-com-nats-io-nuid 1.0.1
Channel: guix
Location: gnu/packages/golang-xyz.scm (gnu packages golang-xyz)
Home page: https://github.com/nats-io/nuid
Licenses: ASL 2.0
Synopsis: Go library implementing identifier generator for NATS ecosystem
Description:

This package provides a unique identifier generator that is high performance, very fast, and tries to be entropy pool friendly.

go-github-com-pborman-ansi 86f499584b0aace4fc5f2c82c4b47bd9d73bca80
Channel: guixrus
Location: guixrus/packages/common/go.scm (guixrus packages common go)
Home page: https://github.com/pborman/ansi
Licenses: Modified BSD
Synopsis: ANSI escape sequences
Description:

Package ansi provides ansi escape sequence processing as defined by the ECMA-48 standard "Control Functions for Coded Character Sets - Fifth Edition".

go-github-com-hhrutter-lzw 1.0.0
Channel: guix
Location: gnu/packages/golang-compression.scm (gnu packages golang-compression)
Home page: https://github.com/hhrutter/lzw
Licenses: Modified BSD
Synopsis: Extended version of @code{compress/lzw}
Description:

This package provides an enhanced version of the compress/lzw library included in the stdlib, and supports GIF, TIFF and PDF.

go-github-com-beorn7-perks 1.0.1
Channel: guix
Location: gnu/packages/golang-xyz.scm (gnu packages golang-xyz)
Home page: https://github.com/beorn7/perks
Licenses: Expat
Synopsis: Compute approximate quantiles over an unbounded data stream
Description:

Perks contains the Go package quantile that computes approximate quantiles over an unbounded data stream within low memory and CPU bounds.

go-github-com-cncf-udpa-go 0.0.0-20210930031921-04548b0d99d4
Propagated dependencies: go-github-com-cncf-xds-go@0.0.0-20211216145620-d92e9ce0af51
Channel: efraim-dfsg
Location: dfsg/main/golang.scm (dfsg main golang)
Home page: https://github.com/cncf/udpa
Licenses: ASL 2.0
Synopsis: Description
Description:

This library has been deprecated in favor of github.com/cncf/xds/go. All users are recommended to switch their imports.

go-github-com-zeebo-blake3 0.2.4
Propagated dependencies: go-github-com-klauspost-cpuid-v2@2.2.8 go-github-com-zeebo-pcg@1.0.1
Channel: guix
Location: gnu/packages/golang-crypto.scm (gnu packages golang-crypto)
Home page: https://github.com/zeebo/blake3
Licenses: CC0
Synopsis: Pure Go implementation of BLAKE3
Description:

blake3 is an implementation of BLAKE3 with AVX2 and SSE4.1 acceleration.

go-github-com-jlaffaye-ftp 0.2.0
Propagated dependencies: go-github-com-hashicorp-go-multierror@1.1.1
Channel: guix
Location: gnu/packages/golang-web.scm (gnu packages golang-web)
Home page: https://github.com/jlaffaye/ftp
Licenses: ISC
Synopsis: FTP client package for Go
Description:

Package ftp implements a File Transfer Protocol client as described in RFC 959.

go-github-com-invopop-yaml 0.3.1
Propagated dependencies: go-gopkg-in-yaml-v3@3.0.1
Channel: guix
Location: gnu/packages/golang-xyz.scm (gnu packages golang-xyz)
Home page: https://github.com/invopop/yaml
Licenses: Expat
Synopsis: YAML marshaling and unmarshaling support for Golang
Description:

This package provides a wrapper around go-yaml designed to enable a better way of handling YAML when marshaling to and from structs.

go-github-com-xdg-go-scram 1.1.2
Propagated dependencies: go-github-com-xdg-go-stringprep@1.0.4 go-github-com-xdg-go-pbkdf2@1.0.0
Channel: guix
Location: gnu/packages/golang-web.scm (gnu packages golang-web)
Home page: https://github.com/xdg-go/scram
Licenses: ASL 2.0
Synopsis: Go implementation of RFC-5802
Description:

Package scram provides client and server implementations of the Salted Challenge Response Authentication Mechanism described in RFC-5802 and RFC-7677.

go-github-com-sahilm-fuzzy 0.1.1
Channel: guix
Location: gnu/packages/golang-xyz.scm (gnu packages golang-xyz)
Home page: https://github.com/sahilm/fuzzy
Licenses: Expat
Synopsis: Fuzzy string matching for Golang
Description:

fuzzy provides fuzzy string matching optimized for filenames and code symbols in the style of Sublime Text, VSCode, IntelliJ IDEA et al.

go-github-com-lann-builder 0.0.0-20180802200727-47ae307949d0
Propagated dependencies: go-github-com-lann-ps@0.0.0-20150810152359-62de8c46ede0
Channel: guix
Location: gnu/packages/golang-xyz.scm (gnu packages golang-xyz)
Home page: https://github.com/lann/builder
Licenses: Expat
Synopsis: Fluent immutable builders for Golang
Description:

Package builder provides a method for writing fluent immutable DSL builders. It uses immutable persistent data structures so that each step in the method chain can be reused.

go-github-com-vito-midterm 0.1.4
Propagated dependencies: go-github-com-charmbracelet-bubbletea@1.2.4 go-github-com-creack-pty@1.1.24 go-github-com-muesli-termenv@0.15.2 go-github-com-sebdah-goldie-v2@2.5.5 go-golang-org-x-term@0.27.0
Channel: guix
Location: gnu/packages/golang-xyz.scm (gnu packages golang-xyz)
Home page: https://github.com/vito/midterm
Licenses: Expat
Synopsis: In-memory terminal emulator
Description:

This package implements an in-memory terminal emulator, designed to be used as a component within a larger application for displaying logs, running interactive shells, or rendering terminal output.

go-github-com-go-test-deep 1.1.1
Channel: guix
Location: gnu/packages/golang-check.scm (gnu packages golang-check)
Home page: https://github.com/go-test/deep
Licenses: Expat
Synopsis: Human-friendly deep variable equality in Go
Description:

The deep package provides the deep.Equal function which is like reflect.DeepEqual but returns a list of differences. This is helpful when comparing complex types like structures and maps.

go-github-com-twmb-murmur3 1.1.8
Channel: guix
Location: gnu/packages/golang-crypto.scm (gnu packages golang-crypto)
Home page: https://github.com/twmb/murmur3
Licenses: Modified BSD
Synopsis: Native MurmurHash3 Go implementation
Description:

Native Go implementation of Austin Appleby's third MurmurHash revision (aka MurmurHash3). Reference algorithm has been slightly hacked as to support the streaming mode required by Go's standard Hash interface.

go-github-com-tinylib-msgp 1.2.1
Propagated dependencies: go-golang-org-x-tools@0.25.0 go-github-com-philhofer-fwd@1.1.2
Channel: guix
Location: gnu/packages/golang-xyz.scm (gnu packages golang-xyz)
Home page: http://msgpack.org/
Licenses: Expat
Synopsis: MessagePack Code Generator
Description:

This package provides a code generation tool for creating methods to serialize and de-serialize Go data structures to and from data interchange format - MessagePack.

go-github-com-nsqio-go-nsq 1.1.0
Propagated dependencies: go-github-com-golang-snappy@0.0.4
Channel: guix
Location: gnu/packages/golang-xyz.scm (gnu packages golang-xyz)
Home page: https://github.com/nsqio/go-nsq
Licenses: Expat
Synopsis: Consumer/producer library for NSQ
Description:

The nsq Go module provides a high-level Consumer and Producer types as well as low-level functions to communicate over the NSQ protocol https://nsq.io/.

go-github-com-zeripath-jwt 3.2.2+incompatible
Channel: efraim-dfsg
Location: dfsg/main/golang.scm (dfsg main golang)
Home page: https://github.com/zeripath/jwt
Licenses: Expat
Synopsis: jwt-go
Description:

Package jwt is a Go implementation of JSON Web Tokens: http://self-issued.info/docs/draft-jones-json-web-token.html

go-github-com-mschoch-smat 0.2.0
Channel: efraim-dfsg
Location: dfsg/main/golang.scm (dfsg main golang)
Home page: https://github.com/mschoch/smat
Licenses: ASL 2.0
Synopsis: smat – State Machine Assisted Testing
Description:

The concept is simple, describe valid uses of your library as states and actions. States describe which actions are possible, and with what probability they should occur. Actions mutate the context and transition to another state.

go-github-com-go-logr-logr 1.4.2
Channel: guix
Location: gnu/packages/golang-xyz.scm (gnu packages golang-xyz)
Home page: https://github.com/go-logr/logr
Licenses: ASL 2.0
Synopsis: Minimal logging API for Go
Description:

Package logr defines a general-purpose logging API and abstract interfaces to back that API. Packages in the Go ecosystem can depend on it, while callers can implement logging with whatever backend is appropriate.

emacs-git-auto-commit-mode 4.7.0
Channel: guix
Location: gnu/packages/emacs-xyz.scm (gnu packages emacs-xyz)
Home page: https://github.com/ryuslash/git-auto-commit-mode
Licenses: GPL 3+
Synopsis: Emacs Minor mode to automatically commit and push
Description:

git-auto-commit-mode is an Emacs minor mode that tries to commit changes to a file after every save.

When gac-automatically-push-p is non-nil, it also tries to push to the current upstream.

go-github-com-ulikunitz-xz 0.5.12
Channel: guix
Location: gnu/packages/golang-compression.scm (gnu packages golang-compression)
Home page: https://github.com/ulikunitz/xz
Licenses: Modified BSD
Synopsis: Read and write xz compressed streams in Go
Description:

This package provides a support of reading and writing of xz compressed streams. It includes also a gxz command for compressing and decompressing data. The package is completely written in Go and doesn't have any dependency on any C code.

go-git-sr-ht-rjarry-go-opt 1.4.0
Channel: guix
Location: gnu/packages/golang-xyz.scm (gnu packages golang-xyz)
Home page: https://git.sr.ht/~rjarry/go-opt
Licenses: Expat
Synopsis: Argument parsing and completion based on struct tags
Description:

go-opt is a library to parse command line arguments based on tag annotations on struct fields. It came as a spin-off from aerc to deal with its internal commands.

go-github-com-x448-float16 0.8.4
Channel: guix
Location: gnu/packages/golang-maths.scm (gnu packages golang-maths)
Home page: https://github.com/x448/float16
Licenses: Expat
Synopsis: Float16 (Binary16) in Golang
Description:

This package provides a IEEE 754 half-precision floating-point format (binary16) with IEEE 754 default rounding for conversions. IEEE 754-2008 refers to this 16-bit floating-point format as binary16.

go-github-com-pjbgf-sha1cd 0.3.0
Channel: guix
Location: gnu/packages/golang-crypto.scm (gnu packages golang-crypto)
Home page: https://github.com/pjbgf/sha1cd
Licenses: ASL 2.0
Synopsis: sha1cd
Description:

Package sha1cd implements collision detection based on the whitepaper Counter-cryptanalysis from Marc Stevens. The original ubc implementation was done by Marc Stevens and Dan Shumow, and can be found at: @urlhttps://github.com/cr-marcstevens/sha1collisiondetection,https://github.com/cr-marcstevens/sha1collisiondetection.

Total results: 1852