_            _    _        _         _
      /\ \         /\ \ /\ \     /\_\      / /\
      \_\ \       /  \ \\ \ \   / / /     / /  \
      /\__ \     / /\ \ \\ \ \_/ / /     / / /\ \__
     / /_ \ \   / / /\ \ \\ \___/ /     / / /\ \___\
    / / /\ \ \ / / /  \ \_\\ \ \_/      \ \ \ \/___/
   / / /  \/_// / /   / / / \ \ \        \ \ \
  / / /      / / /   / / /   \ \ \   _    \ \ \
 / / /      / / /___/ / /     \ \ \ /_/\__/ / /
/_/ /      / / /____\/ /       \ \_\\ \/___/ /
\_\/       \/_________/         \/_/ \_____\/
go-github-com-yookoala-realpath 0.0.0-0.d19ef9c
Channel: guix
Location: gnu/packages/golang-xyz.scm (gnu packages golang-xyz)
Home page: https://github.com/yookoala/realpath
Licenses: Expat
Synopsis: @code{realpath} for Golang
Description:

This package provides realpath, a Go module that when provided with a valid relative path / alias path, it will return you with a string of its real absolute path in the system.

go-github-com-dgryski-dgoogauth 0.0.0-20190221195224-5a805980a5f3
Channel: guix
Location: gnu/packages/golang-crypto.scm (gnu packages golang-crypto)
Home page: https://github.com/dgryski/dgoogauth
Licenses: ASL 2.0
Synopsis: Google Authenticator for Golang
Description:

This is a Go implementation of the Google Authenticator library as specified in RFC 4226 and RFC 6238.

go-github-com-muesli-combinator 0.3.0
Channel: guix
Location: gnu/packages/golang-xyz.scm (gnu packages golang-xyz)
Home page: https://github.com/muesli/combinator
Licenses: Expat
Synopsis: Cancelable reader for Go
Description:

combinator generates a slice of all possible value combinations for any given struct and a set of its potential member values. This can be used to generate extensive test matrixes among other things.

go-github-com-ipfs-go-ds-pebble 0.5.0
Propagated dependencies: go-github-com-cockroachdb-pebble-v2@2.0.3 go-github-com-ipfs-go-datastore@0.8.2 go-github-com-ipfs-go-log-v2@2.5.1
Channel: guix
Location: gnu/packages/ipfs.scm (gnu packages ipfs)
Home page: https://github.com/ipfs/go-ds-pebble
Licenses: ASL 2.0 Expat
Synopsis: Pebble-backed datastore
Description:

This is a simple adapter to plug in cockroachdb/pebble as a backend anywhere that accepts a go-datastore.

go-github-com-bitly-go-hostpool 0.1.0
Channel: guix
Location: gnu/packages/golang-xyz.scm (gnu packages golang-xyz)
Home page: https://github.com/bitly/go-hostpool
Licenses: Expat
Synopsis: Pool among multiple hosts from Golang
Description:

This package provides a Go package to intelligently and flexibly pool among multiple hosts from your Go application. Host selection can operate in round robin or epsilon greedy mode, and unresponsive hosts are avoided.

go-github-com-bmkessler-fastdiv 0.0.0-20190227075523-41d5178f2044
Channel: guix
Location: gnu/packages/golang-maths.scm (gnu packages golang-maths)
Home page: https://github.com/bmkessler/fastdiv
Licenses: Expat
Synopsis: Runtime divisibility check in Golang
Description:

Package fastdiv implements fast division, modulus and divisibility checks for divisors known only at runtime based on paper: Faster Remainder by Direct Computation: Applications to Compilers and Software Libraries.

go-github-com-golang-groupcache 0.0.0-20210331224755-41bb18bfe9da
Propagated dependencies: go-github-com-golang-protobuf@1.5.4
Channel: guix
Location: gnu/packages/golang-web.scm (gnu packages golang-web)
Home page: https://github.com/golang/groupcache
Licenses: ASL 2.0
Synopsis: Groupcache is a caching and cache-filling library
Description:

Groupcache is a caching and cache-filling library, intended as a replacement for memcached in many cases. It provides a data loading mechanism with caching and de-duplication that works across a set of peer processes.

go-github-com-surgebase-porter2 0.0.0-20150829210152-56e4718818e8
Propagated dependencies: go-github-com-surge-glog@0.0.0-20141108051140-2578deb2b95c
Channel: guix
Location: gnu/packages/golang-xyz.scm (gnu packages golang-xyz)
Home page: https://github.com/surgebase/porter2
Licenses: ASL 2.0
Synopsis: Go library implementing english Porter2 stemmer
Description:

Porter2 implements the english Porter2 stemmer. It is written completely using finite state machines to do suffix comparison, rather than the string-based or tree-based approaches.

go-github-com-alecthomas-colour 0.1.0
Channel: guix
Location: gnu/packages/golang-xyz.scm (gnu packages golang-xyz)
Home page: https://github.com/alecthomas/colour/
Licenses: Expat
Synopsis: Colour terminal text for Go
Description:

Package colour provides Quake-style colour formatting for Unix terminals. The package level functions can be used to write to stdout (or strings or other files). If stdout is not a terminal, colour formatting will be stripped.

go-github-com-gopherjs-gopherjs 1.17.2
Channel: hui
Location: hui/packages/proxy.scm (hui packages proxy)
Home page: https://github.com/gopherjs/gopherjs
Licenses: FreeBSD
Synopsis: GopherJS - A compiler from Go to JavaScript
Description:

GopherJS compiles Go code (@urlhttps://golang.org/,golang.org) to pure JavaScript code. Its main purpose is to give you the opportunity to write front-end code in Go which will still run in all browsers.

go-github-com-golang-jwt-jwt-v4 4.1.0
Channel: ffab
Location: ffab/packages/golang-xyz.scm (ffab packages golang-xyz)
Home page: https://github.com/golang-jwt/jwt
Licenses: Expat
Synopsis: Golang implementation of JSON Web Tokens
Description:

This library supports the parsing and verification as well as the generation and signing of JWTs. Current supported signing algorithms are HMAC SHA, RSA, RSA-PSS, and ECDSA, though hooks are present for adding your own.

go-github-com-evanw-esbuild-api 0.24.2
Propagated dependencies: go-golang-org-x-sys@0.37.0
Channel: lauras-channel
Location: laura/packages/go-common.scm (laura packages go-common)
Home page: https://github.com/evanw/esbuild
Licenses: Expat
Synopsis: Why?
Description:

@urlhttps://esbuild.github.io/,Website | @urlhttps://esbuild.github.io/getting-started/,Getting started | @urlhttps://esbuild.github.io/api/,Documentation | @urlhttps://esbuild.github.io/plugins/,Plugins | @urlhttps://esbuild.github.io/faq/,FAQ.

go-github-com-benbjohnson-clock 1.3.5
Channel: guix
Location: gnu/packages/golang-check.scm (gnu packages golang-check)
Home page: https://github.com/benbjohnson/clock
Licenses: Expat
Synopsis: Small library for mocking time in Go
Description:

clock is a small library for mocking time in Go. It provides an interface around the standard library's time package so that the application can use the realtime clock while tests can use the mock clock.

go-github-com-jba-templatecheck 0.7.1
Propagated dependencies: go-github-com-google-safehtml@0.1.0
Channel: guix
Location: gnu/packages/golang-xyz.scm (gnu packages golang-xyz)
Home page: https://github.com/jba/templatecheck
Licenses: Expat
Synopsis: Checks Go templates for problems
Description:

Package templatecheck checks Go templates for problems. It can detect many errors that are normally caught only during execution. Use templatecheck in tests to find template errors early, and along template execution paths that might only rarely be reached.

go-github-com-netflix-go-expect 0.0.0-20201125194554-85d881c3777e
Channel: ffab
Location: ffab/packages/golang-xyz.scm (ffab packages golang-xyz)
Home page: https://github.com/Netflix/go-expect
Licenses: ASL 2.0
Synopsis: Expect-like library to automate control of terminal programs
Description:

This package provides an expect-like interface to automate control of applications. It is unlike expect in that it does not spawn or manage process lifecycle. This package only focuses on expecting output and sending input through it's pseudoterminal.

go-github-com-netflix-go-expect 0.0.0-20220104043353-73e0943537d2
Propagated dependencies: go-github-com-stretchr-testify@1.10.0 go-github-com-creack-pty@1.1.24
Channel: guix
Location: gnu/packages/golang-xyz.scm (gnu packages golang-xyz)
Home page: https://github.com/Netflix/go-expect
Licenses: ASL 2.0
Synopsis: Control applications with an Expect-like interface in Go
Description:

Package expect provides an expect-like interface to automate control of applications. It is unlike expect in that it does not spawn or manage process lifecycle. This package only focuses on expecting output and sending input through it's psuedoterminal.

go-github-com-jessevdk-go-flags 1.6.1
Propagated dependencies: 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/jessevdk/go-flags
Licenses: Modified BSD
Synopsis: Go library for parsing command line arguments
Description:

The flags package provides a command line option parser. The functionality is similar to the go builtin flag package, but flags provides more options and uses reflection to provide a succinct way of specifying command line options.

go-github-com-bgentry-speakeasy 0.2.0
Channel: guix
Location: gnu/packages/golang-xyz.scm (gnu packages golang-xyz)
Home page: https://github.com/bgentry/speakeasy
Licenses: Expat
Synopsis: Reading password input without cgo
Description:

This package provides cross-platform Golang helpers for taking user input from the terminal while not echoing the input back (similar to getpasswd). The package uses syscalls to avoid any dependence on cgo, and is therefore compatible with cross-compiling.

go-github-com-jiangxin-goconfig 1.1.2
Propagated dependencies: go-github-com-golang-groupcache@0.0.0-20210331224755-41bb18bfe9da go-github-com-spf13-pflag@1.0.6
Channel: guix
Location: gnu/packages/golang-vcs.scm (gnu packages golang-vcs)
Home page: https://github.com/jiangxin/goconfig
Licenses: GPL 2+
Synopsis: Go parsing library for .gitconfig files
Description:

goconfig is a Go library for parsing configuration files that have the same syntax as .gitconfig files. It understands multiple values configuration, and can parse configurations include via include.path directives. includeIf.*.path directives are not supported yet.

go-github-com-jtolio-crawlspace 0.0.0-20240521193440-69abbbe5a93f
Channel: guix
Location: gnu/packages/golang-xyz.scm (gnu packages golang-xyz)
Home page: https://github.com/jtolio/crawlspace
Licenses: ASL 2.0
Synopsis: Golang's running process debugger
Description:

Package crawlspace provides a means to dynamically interact with registered Go objects in a live process, using small scripting language based around the reflect package inspired by Twisted's manhole library .

go-github-com-netflix-go-expect 0.0.0-20220104043353-73e0943537d2
Propagated dependencies: go-github-com-stretchr-testify@1.10.0 go-github-com-creack-pty@1.1.24
Channel: lauras-channel
Location: laura/packages/go-common.scm (laura packages go-common)
Home page: https://github.com/Netflix/go-expect
Licenses: ASL 2.0
Synopsis: go-expect
Description:

Package expect provides an expect-like interface to automate control of applications. It is unlike expect in that it does not spawn or manage process lifecycle. This package only focuses on expecting output and sending input through it's psuedoterminal.

go-github-com-hashicorp-go-uuid 1.0.3
Channel: guix
Location: gnu/packages/golang-xyz.scm (gnu packages golang-xyz)
Home page: https://github.com/hashicorp/go-uuid
Licenses: MPL 2.0
Synopsis: Generate UUID-format strings
Description:

This package generates UUID-format strings using high quality bytes. It is not intended to be RFC compliant, merely to use a well-understood string representation of a 128-bit value. It can also parse UUID-format strings into their component bytes.

go-github-com-go-openapi-strfmt 0.23.0
Propagated dependencies: go-github-com-asaskevich-govalidator@11.0.1 go-github-com-go-openapi-errors@0.22.1 go-github-com-google-uuid@1.6.0 go-github-com-mitchellh-mapstructure@1.5.0 go-github-com-oklog-ulid@1.3.1 go-go-mongodb-org-mongo-driver@1.16.1
Channel: guix
Location: gnu/packages/golang-web.scm (gnu packages golang-web)
Home page: https://github.com/go-openapi/strfmt
Licenses: ASL 2.0
Synopsis: OpenAPI toolkit common string formats
Description:

This package exposes a registry of data types to support string formats in the go-openapi toolkit. strfmt represents a well known string format such as credit card or email. The Go toolkit for OpenAPI specifications knows how to deal with those.

go-github-com-cockroachdb-swiss 0.0.0-20250327203710-2932b022f6df
Propagated dependencies: go-github-com-aclements-go-perfevent@0.0.0-20240703205258-f34bb3e1a4e4
Channel: guix
Location: gnu/packages/golang-xyz.scm (gnu packages golang-xyz)
Home page: https://github.com/cockroachdb/swiss
Licenses: ASL 2.0
Synopsis: Golang port of Google's Swiss Table hash table
Description:

This package implements Swiss Tables as described in https://abseil.io/about/design/swisstables. It provides pseudo-randomized iteration (iteration order will change from one iteration to the next) and iteration stability akin to Go's builtin map if the map is mutated during iteration.

Total results: 2138