_            _    _        _         _
      /\ \         /\ \ /\ \     /\_\      / /\
      \_\ \       /  \ \\ \ \   / / /     / /  \
      /\__ \     / /\ \ \\ \ \_/ / /     / / /\ \__
     / /_ \ \   / / /\ \ \\ \___/ /     / / /\ \___\
    / / /\ \ \ / / /  \ \_\\ \ \_/      \ \ \ \/___/
   / / /  \/_// / /   / / / \ \ \        \ \ \
  / / /      / / /   / / /   \ \ \   _    \ \ \
 / / /      / / /___/ / /     \ \ \ /_/\__/ / /
/_/ /      / / /____\/ /       \ \_\\ \/___/ /
\_\/       \/_________/         \/_/ \_____\/
go-github-com-hugelgupf-socketpair 0.0.0-20240723164047-9246f217b3fc
Channel: guix
Location: gnu/packages/golang-web.scm (gnu packages golang-web)
Home page: https://github.com/hugelgupf/socketpair
Licenses: Modified BSD
Build system: go
Synopsis: Bidirectionally connected Conns
Description:

This provides bidirectionally connected net.Conns, net.PacketConns made from socketpair(2) as well as bidirectionally connected net.TCPConns.

go-github-com-xeipuuv-gojsonschema 1.2.0
Propagated dependencies: go-github-com-xeipuuv-gojsonreference@0.0.0-0.bd5ef7b go-github-com-xeipuuv-gojsonpointer@0.0.0-0.4e3ac27
Channel: guix
Location: gnu/packages/golang-web.scm (gnu packages golang-web)
Home page: https://github.com/xeipuuv/gojsonschema
Licenses: ASL 2.0
Build system: go
Synopsis: Implementation of JSON Schema for Go
Description:

This package provides an implementation of JSON Schema for the Go programming language, which supports draft-04, draft-06 and draft-07.

go-github-com-urfave-cli-altsrc-v3 3.0.1
Propagated dependencies: go-github-com-burntsushi-toml@1.5.0 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/urfave/cli-altsrc
Licenses: Expat
Build system: go
Synopsis: Read values for urfave/cli/v3 flags from config files
Description:

This package provides an extension for https://github.com/urfave/cli, to read flag values from JSON, YAML, and TOML.

go-github-com-ipfs-go-ipfs-ds-help 1.1.1
Propagated dependencies: go-github-com-ipfs-go-cid@0.4.1 go-github-com-ipfs-go-datastore@0.9.1 go-github-com-multiformats-go-base32@0.1.0 go-github-com-multiformats-go-multihash@0.2.3
Channel: guix
Location: gnu/packages/ipfs.scm (gnu packages ipfs)
Home page: https://github.com/ipfs/go-ipfs-ds-help
Licenses: Expat
Build system: go
Synopsis: Utilities for parsing and creating datastore keys
Description:

go-ipfs-ds-help provides utilities for parsing and creating datastore keys used by go-ipfs (Kubo).

go-github-com-maxatome-go-testdeep 1.15.0
Channel: guix
Location: gnu/packages/golang-check.scm (gnu packages golang-check)
Home page: https://github.com/maxatome/go-testdeep
Licenses: FreeBSD
Build system: go
Synopsis: Extended HTTP API testing framework
Description:

Package testdeep allows flexible deep comparison, it is an adaptation of Perl's Test::Deep perl.

go-github-com-jzelinskie-whirlpool 0.0.0-20201016144138-0675e54bb004
Channel: guix
Location: gnu/packages/golang-crypto.scm (gnu packages golang-crypto)
Home page: https://github.com/jzelinskie/whirlpool
Licenses: Modified BSD
Build system: go
Synopsis: Cryptographic hashing library
Description:

Package whirlpool implements the ISO/IEC 10118-3:2004 whirlpool cryptographic hash as specified in http://www.larc.usp.br/~pbarreto/WhirlpoolPage.html.

go-github-com-cevatbarisyilmaz-ara 0.0.5
Channel: guix
Location: gnu/packages/golang-web.scm (gnu packages golang-web)
Home page: https://github.com/cevatbarisyilmaz/ara
Licenses: Expat
Build system: go
Synopsis: Dialer with customizable resolver
Description:

Package ara provides a dialer with customizable resolver. It can be used with http.Client and http.Transport to alter host lookups.

go-github-com-leodido-go-syslog-v4 4.5.0
Propagated dependencies: go-github-com-leodido-ragel-machinery@0.0.0-20190525184631-5f46317e436b go-golang-org-x-text@0.36.0
Channel: guix
Location: gnu/packages/golang-xyz.scm (gnu packages golang-xyz)
Home page: https://github.com/leodido/go-syslog
Licenses: Expat
Build system: go
Synopsis: Syslog parsers for Golang
Description:

Package syslog provides generic interfaces and structs for syslog messages and transport. Subpackages contains various parsers or scanners for different syslog formats.

go-github-com-hugelgupf-socketpair 0.0.0-20190730060125-05d35a94e714
Channel: hui
Location: hui/packages/proxy.scm (hui packages proxy)
Home page: https://github.com/hugelgupf/socketpair
Licenses: Modified BSD
Build system: go
Synopsis: socketpair is currently mostly used in testing Go protocol libraries.
Description:

socketpair is a Go library that provides bidirectionally connected net.Conns, net.PacketConns made from socketpair(2) as well as bidirectionally connected net.TCPConns.

go-github-com-charmbracelet-x-ansi 0.10.2
Propagated dependencies: go-github-com-bits-and-blooms-bitset@1.24.4 go-github-com-lucasb-eyer-go-colorful@1.4.0 go-github-com-mattn-go-runewidth@0.0.16 go-github-com-rivo-uniseg@0.4.7
Channel: guix
Location: gnu/packages/golang-xyz.scm (gnu packages golang-xyz)
Home page: https://github.com/charmbracelet/x
Licenses: Expat
Build system: go
Synopsis: ANSI escape sequence parser and definitions
Description:

ansi defines common ANSI escape sequences based on the ECMA-48 specs.

go-github-com-danwakefield-fnmatch 0.0.0-0.cbb64ac
Channel: guix
Location: gnu/packages/golang-xyz.scm (gnu packages golang-xyz)
Home page: https://github.com/danwakefield/fnmatch
Licenses: FreeBSD
Build system: go
Synopsis: Updated clone of kballards golang fnmatch gist
Description:

This package provides string-matching based on BSD fnmatch.3. It is an updated clone of kballards golang fnmatch gist (https://gist.github.com/kballard/272720).

go-github-com-googleapis-gax-go-v2 2.19.0
Propagated dependencies: go-go-opentelemetry-io-otel@1.42.0 go-go-opentelemetry-io-otel-metric@1.42.0 go-go-opentelemetry-io-otel-sdk-metric@1.33.0 go-google-golang-org-genproto-googleapis-api@0.0.0-20250519155744-55703ea1f237 go-google-golang-org-genproto-googleapis-rpc@0.0.0-1.49b9836 go-google-golang-org-grpc@1.69.2 go-google-golang-org-protobuf@1.36.11
Channel: guix
Location: gnu/packages/golang-web.scm (gnu packages golang-web)
Home page: https://github.com/googleapis/gax-go
Licenses: Modified BSD
Build system: go
Synopsis: Google API Extensions for Go
Description:

This package contains a set of modules which aid the development of APIs for clients and servers based on gRPC and Google API conventions.

go-github-com-abadojack-whatlanggo 1.0.1
Channel: guix
Location: gnu/packages/golang-xyz.scm (gnu packages golang-xyz)
Home page: https://github.com/abadojack/whatlanggo
Licenses: Expat
Build system: go
Synopsis: Natural language detection library for Golang
Description:

This package provides functionality for detecting natural languages and scripts (writing systems). Languages are represented by a defined list of constants, while scripts are represented by RangeTable.

go-github-com-hashicorp-golang-lru 1.0.2
Channel: guix
Location: gnu/packages/golang-xyz.scm (gnu packages golang-xyz)
Home page: https://github.com/hashicorp/golang-lru
Licenses: MPL 2.0
Build system: go
Synopsis: Golang LRU cache
Description:

lru is a package which implements a fixed-size thread safe Least recently used cache. It is based on the cache in Groupcache.

go-github-com-jackmordaunt-icns-v3 3.0.1
Propagated dependencies: go-github-com-nfnt-resize@0.0.0-20180221191011-83c6a9932646
Channel: guix
Location: gnu/packages/golang-graphics.scm (gnu packages golang-graphics)
Home page: https://github.com/jackmordaunt/icns
Licenses: Expat
Build system: go
Synopsis: Easily create .icns files
Description:

This package provides Go library to easily convert .jpg and .png to .icns, or to convert from any image.Image to .icns.

go-github-com-modern-go-concurrent 1.0.3
Channel: guix
Location: gnu/packages/golang-xyz.scm (gnu packages golang-xyz)
Home page: https://github.com/modern-go/concurrent
Licenses: ASL 2.0
Build system: go
Synopsis: Concurrency utilities for Go
Description:

A Go library providing various concurrency utilities including a backport of sync.Map to Go versions below 1.9 and a cancellable Goroutine with explicit ownership.

go-github-com-pb33f-ordered-map-v2 2.3.1
Propagated dependencies: go-github-com-bahlo-generic-list-go@0.2.0 go-github-com-buger-jsonparser@1.1.1 go-go-yaml-in-yaml-v4@4.0.0-rc.4
Channel: guix
Location: gnu/packages/golang-xyz.scm (gnu packages golang-xyz)
Home page: https://github.com/pb33f/ordered-map
Licenses: ASL 2.0
Build system: go
Synopsis: Ordered maps in Golang
Description:

This package provides a Golang implementation of an ordered map, which is a map that also keeps track of the order in which keys were inserted.

go-github-com-wangjia184-sortedset 0.0.0-20220209072355-af6d6d227aa7
Channel: guix
Location: gnu/packages/golang-xyz.scm (gnu packages golang-xyz)
Home page: https://github.com/wangjia184/sortedset
Licenses: FreeBSD
Build system: go
Synopsis: Sorted Set in Golang
Description:

Package sortedset provides the data-struct allowing a fast access the element in set by key or by score(order). It is inspired by Sorted Set from Redis.

go-github-com-jacobsa-oglematchers 0.0.0-20150720000706-141901ea67cd
Channel: guix
Location: gnu/packages/golang-check.scm (gnu packages golang-check)
Home page: https://github.com/jacobsa/oglematchers
Licenses: ASL 2.0
Build system: go
Synopsis: Matchers for Go testing framework
Description:

Package oglematchers provides a set of matchers useful in a testing or mocking framework. These matchers are inspired by and mostly compatible with Google Test for C++ and Google JS Test.

go-github-com-blevesearch-snowball 0.6.1
Channel: guix
Location: gnu/packages/golang-xyz.scm (gnu packages golang-xyz)
Home page: https://github.com/blevesearch/snowball
Licenses: Expat
Build system: go
Synopsis: Go implementation of the Snowball stemmer
Description:

This package provides a Go implementation of the Snowball stemmer for natural language processing. It's an alternative fork of https://github.com/kljensen/snowball.

go-github-com-alecthomas-assert-v2 2.10.0
Propagated dependencies: go-github-com-alecthomas-repr@0.4.0 go-github-com-hexops-gotextdiff@1.0.3
Channel: guix
Location: gnu/packages/golang-check.scm (gnu packages golang-check)
Home page: https://github.com/alecthomas/assert/
Licenses: Expat
Build system: go
Synopsis: Go assertion library
Description:

Assertion library that:

  • makes spotting differences in equality much easier

  • uses repr and diffmatchpatch to display structural differences in colour

  • aborts tests on first assertion failure

go-github-com-charmbracelet-x-xpty 0.1.3
Propagated dependencies: go-github-com-charmbracelet-x-conpty@0.2.0 go-github-com-charmbracelet-x-term@0.2.1 go-github-com-charmbracelet-x-termios@0.1.1 go-github-com-creack-pty@1.1.24 go-golang-org-x-sys@0.43.0
Channel: guix
Location: gnu/packages/golang-xyz.scm (gnu packages golang-xyz)
Home page: https://github.com/charmbracelet/x
Licenses: Expat
Build system: go
Synopsis: Interfaces to interact with pseudo-terminals
Description:

Package xpty provides platform-independent interfaces to interact with pseudo-terminals (PTYs) in Go. It abstracts the differences between Unix and Windows systems and supports both ConPTY and classic Unix PTYs.

go-github-com-dgryski-go-linebreak 0.0.0-20180812204043-d8f37254e7d3
Channel: guix
Location: gnu/packages/golang-xyz.scm (gnu packages golang-xyz)
Home page: https://github.com/dgryski/go-linebreak
Licenses: Expat
Build system: go
Synopsis: Wraps text at a given width
Description:

Package linebreak wraps text at a given width, it's a translation of linear, an implementation of SMAWK algorithm.

Page: 17879808182107
Total packages: 2561