_            _    _        _         _
      /\ \         /\ \ /\ \     /\_\      / /\
      \_\ \       /  \ \\ \ \   / / /     / /  \
      /\__ \     / /\ \ \\ \ \_/ / /     / / /\ \__
     / /_ \ \   / / /\ \ \\ \___/ /     / / /\ \___\
    / / /\ \ \ / / /  \ \_\\ \ \_/      \ \ \ \/___/
   / / /  \/_// / /   / / / \ \ \        \ \ \
  / / /      / / /   / / /   \ \ \   _    \ \ \
 / / /      / / /___/ / /     \ \ \ /_/\__/ / /
/_/ /      / / /____\/ /       \ \_\\ \/___/ /
\_\/       \/_________/         \/_/ \_____\/
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-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-evanw-esbuild-api 0.24.2
Propagated dependencies: go-golang-org-x-sys@0.28.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-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-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-golang-jwt-jwt-v4 4.1.0
Channel: ffab
Location: ffab/packages/golang.scm (ffab packages golang)
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-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-benbjohnson-clock 1.3.5
Channel: guix
Location: gnu/packages/golang-xyz.scm (gnu packages golang-xyz)
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-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-netflix-go-expect 0.0.0-20201125194554-85d881c3777e
Channel: ffab
Location: ffab/packages/golang.scm (ffab packages golang)
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-jessevdk-go-flags 1.6.1
Propagated dependencies: go-golang-org-x-sys@0.28.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-fortytw2-leaktest 1.3.0
Channel: efraim-dfsg
Location: dfsg/main/golang.scm (dfsg main golang)
Home page: https://github.com/fortytw2/leaktest
Licenses: Modified BSD
Synopsis: Leaktest
Description:

Package leaktest provides tools to detect leaked goroutines in tests. To use it, call "defer leaktest.Check(t)()" at the beginning of each test that may use goroutines. copied out of the cockroachdb source tree with slight modifications to be more re-useable

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-minio-sha256-simd 1.0.0
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/sha256-simd
Licenses: ASL 2.0
Synopsis: sha256-simd
Description:

Accelerate SHA256 computations in pure Go using AVX512, SHA Extensions for x86 and ARM64 for ARM. On AVX512 it provides an up to 8x improvement (over 3 GB/s per core). SHA Extensions give a performance boost of close to 4x over native.

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.0 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-google-go-cmdtest 0.4.0
Propagated dependencies: go-github-com-google-renameio@1.0.1 go-github-com-google-go-cmp@0.6.0
Channel: guix
Location: gnu/packages/golang-build.scm (gnu packages golang-build)
Home page: https://github.com/google/go-cmdtest
Licenses: ASL 2.0
Synopsis: Testing for your CLI
Description:

The cmdtest package simplifies testing of command-line interfaces. It provides a simple, cross-platform, shell-like language to express command execution. It can compare actual output with the expected output, and can also update a file with new "golden" output that is deemed correct.

go-github-com-fxamacker-cbor-v2 2.7.0
Propagated dependencies: go-github-com-x448-float16@0.8.4
Channel: guix
Location: gnu/packages/golang-xyz.scm (gnu packages golang-xyz)
Home page: https://github.com/fxamacker/cbor
Licenses: Expat
Synopsis: CBOR Codec in Golang
Description:

This package implements functionality for encoding and decoding Concise Binary Object Representation (RFC 8949) and CBOR Sequences, with CBOR tags, Golang struct tags (toarray, keyasint, omitempty), float64/32/16, and big.Intp.

go-github-com-zyedidia-terminal 0.0.0-20230315200948-4b3bcf6dddef
Propagated dependencies: 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/zyedidia/terminal
Licenses: Expat
Synopsis: Package terminal is a vt10x terminal emulation backend
Description:

Package terminal is a vt10x terminal emulation backend, influenced largely by st, rxvt, xterm, and iTerm as reference. Use it for terminal muxing, a terminal emulation frontend, or wherever else you need terminal emulation.

It's an active fork of https://github.com/james4k/terminal.

go-github-com-marcinbor85-gohex 0.0.0-0.baab252
Channel: guix
Location: gnu/packages/golang-xyz.scm (gnu packages golang-xyz)
Home page: https://pkg.go.dev/github.com/marcinbor85/gohex
Licenses: Expat
Synopsis: Parse Intel HEX files
Description:

This package provides a Golang library for parsing Intel HEX files, implementing features like:

  • robust intelhex parsing (full test coverage)

  • support i32hex format

  • two-way converting hex<->bin

  • trivial but powerful api (only the most commonly used functions)

  • interface-based IO functions

go-github-com-smarty-assertions 1.16.0
Channel: guix
Location: gnu/packages/golang-check.scm (gnu packages golang-check)
Home page: https://github.com/smarty/assertions
Licenses: Expat
Synopsis: Fluent assertion-style functions
Description:

Package assertions contains the implementations for all assertions which are referenced in goconvey's convey package and gunit gunit for use with the So(...) method. They can also be used in traditional Go test functions and even in applications.

go-github-com-99designs-keyring 1.2.2
Propagated dependencies: go-github-com-dvsekhvalnov-jose2go@1.5.0 go-github-com-godbus-dbus@0.0.0-20190726142602-4481cbc300e2 go-github-com-gsterjov-go-libsecret@0.0.0-20161001094733-a6f4afe4910c go-github-com-mitchellh-go-homedir@1.1.0 go-github-com-mtibben-percent@0.2.1 go-golang-org-x-sys@0.28.0 go-golang-org-x-term@0.27.0
Channel: guix
Location: gnu/packages/golang-crypto.scm (gnu packages golang-crypto)
Home page: https://github.com/99designs/keyring
Licenses: Expat
Synopsis: Go library providing a uniform interface for various secure credential stores
Description:

Keyring provides utility functions for and a common interface to a range of secure credential storage services. Originally developed as part of AWS Vault, a command line tool for securely managing AWS access from developer workstations.

Currently Keyring supports the following backends: macOS/OSX Keychain, Windows pcredential store, Pass, Secret Service, KDE Wallet, Encrypted File.

Total results: 1852