_            _    _        _         _
      /\ \         /\ \ /\ \     /\_\      / /\
      \_\ \       /  \ \\ \ \   / / /     / /  \
      /\__ \     / /\ \ \\ \ \_/ / /     / / /\ \__
     / /_ \ \   / / /\ \ \\ \___/ /     / / /\ \___\
    / / /\ \ \ / / /  \ \_\\ \ \_/      \ \ \ \/___/
   / / /  \/_// / /   / / / \ \ \        \ \ \
  / / /      / / /   / / /   \ \ \   _    \ \ \
 / / /      / / /___/ / /     \ \ \ /_/\__/ / /
/_/ /      / / /____\/ /       \ \_\\ \/___/ /
\_\/       \/_________/         \/_/ \_____\/
go-github-com-ipfs-go-ipld-legacy 0.2.1
Propagated dependencies: go-github-com-ipfs-go-block-format@0.2.0 go-github-com-ipfs-go-cid@0.4.1 go-github-com-ipfs-go-ipld-format@0.6.0 go-github-com-ipld-go-ipld-prime@0.21.0
Channel: guix
Location: gnu/packages/ipfs.scm (gnu packages ipfs)
Home page: https://github.com/ipfs/go-ipld-legacy
Licenses: Expat ASL 2.0
Synopsis: Translation layer for IPLD legacy code
Description:

go-ipld-format is a translation layer between go-ipld-prime nodes and go-ipld-format legacy interface.

go-github-com-vektah-gqlparser-v2 2.4.7
Propagated dependencies: go-github-com-agnivade-levenshtein@1.1.1 go-github-com-andreyvit-diff@0.0.0-0.c7f18ee go-github-com-sergi-go-diff@1.3.1 go-github-com-stretchr-testify@1.10.0 go-golang-org-x-tools@0.37.0 go-gopkg-in-yaml-v2@2.4.0
Channel: ffab
Location: ffab/packages/golang-xyz.scm (ffab packages golang-xyz)
Home page: https://github.com/vektah/gqlparser
Licenses: Expat
Synopsis: Port of the parser from graphql-js into golang
Description:

This is a parser for graphql, written to mirror the graphql-js reference implementation as closely while remaining idiomatic and easy to use.

go-github-com-emersion-go-imap-id 0.0.0-0.f94a56b
Propagated dependencies: go-github-com-emersion-go-imap@1.2.1
Channel: guix
Location: gnu/packages/golang-web.scm (gnu packages golang-web)
Home page: https://github.com/emersion/go-imap-id
Licenses: Expat
Synopsis: ID extension for go-imap
Description:

This package provides an ID extension for go-imap as specified in RFC 2971.

go-github-com-goreleaser-fileglob 1.3.0
Propagated dependencies: go-github-com-gobwas-glob@0.2.3
Channel: guix
Location: gnu/packages/golang-xyz.scm (gnu packages golang-xyz)
Home page: https://github.com/goreleaser/fileglob
Licenses: Expat
Synopsis: Golang file globbing library
Description:

This package provides a filesystem glob API. It uses gobwas/glob underneath and returns only matching files or directories, depending on the configuration.

go-github-com-kardianos-minwinsvc 1.0.2
Channel: guix
Location: gnu/packages/golang-xyz.scm (gnu packages golang-xyz)
Home page: https://github.com/kardianos/minwinsvc/
Licenses: Zlib
Synopsis: Minimal windows only service stub for Go
Description:

Go programs designed to run from most *nix style operating systems can import this package to enable running programs as services without modifying them.

go-github-com-masterminds-goutils 1.1.1
Channel: guix
Location: gnu/packages/golang-xyz.scm (gnu packages golang-xyz)
Home page: https://github.com/Masterminds/goutils/
Licenses: ASL 2.0
Synopsis: Utility functions to manipulate strings
Description:

GoUtils provides utility functions to manipulate strings in various ways. It is a Go implementation of some string manipulation libraries of Java Apache Commons.

go-github-com-alessio-shellescape 1.4.1
Channel: guix
Location: gnu/packages/golang-xyz.scm (gnu packages golang-xyz)
Home page: https://github.com/alessio/shellescape
Licenses: Expat
Synopsis: Escape arbitrary strings for use as command line arguments
Description:

This package provides the shellescape.Quote to escape arbitrary strings for a safe use as command line arguments in the most common POSIX shells.

go-github-com-stvp-go-udp-testing 0.0.0-20201019212854-469649b16807
Channel: guix
Location: gnu/packages/golang-check.scm (gnu packages golang-check)
Home page: https://github.com/stvp/go-udp-testing
Licenses: Expat
Synopsis: UDP test helpers for Golang
Description:

This package implements UDP test helpers. It lets assert that certain strings must or must not be sent to a given local UDP listener.

go-github-com-docker-distribution 2.8.3
Channel: guix
Location: gnu/packages/golang-xyz.scm (gnu packages golang-xyz)
Home page: https://github.com/docker/distribution
Licenses: ASL 2.0
Synopsis: This package is a Docker toolset to pack, ship, store, and deliver content
Description:

Docker Distribution is a Docker toolset to pack, ship, store, and deliver content. It contains Docker Registry 2.0 and libraries to interact with distribution components.

go-github-com-containerd-btrfs-v2 2.0.0
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/containerd/btrfs
Licenses: ASL 2.0
Synopsis: Btrfs bindings for Go
Description:

Package btrfs provides bindings for working with btrfs partitions from Go. The Linux kernel headers are only required on compilation time, not on run time.

go-github-com-golang-mock-mockgen 1.6.0
Propagated dependencies: go-golang-org-x-mod@0.29.0 go-golang-org-x-tools@0.37.0 go-golang-org-x-xerrors@0.0.0-20240903120638-7835f813f4da
Channel: ffab
Location: ffab/packages/golang-xyz.scm (ffab packages golang-xyz)
Home page: https://github.com/golang/mock
Licenses: ASL 2.0
Synopsis: Mocking framework for Golang
Description:

This package provides the mocking framework for the Golang. It integrates well with Golang's built-in testing package, but can be used in other contexts too.

go-github-com-scylladb-termtables 0.0.0-20191203121021-c4c0b6d42ff4
Channel: cast
Location: cast/packages/wrtag.scm (cast packages wrtag)
Home page: https://github.com/scylladb/termtables
Licenses: ASL 2.0
Synopsis: Fast and simple ASCII table generation for Go
Description:

This package provides a @urlhttp://golang.org,Go port of the Ruby library @urlhttps://github.com/visionmedia/terminal-table,terminal-tables for fast and simple ASCII table generation.

go-github-com-vektah-gqlparser-v2 2.5.21
Propagated dependencies: go-github-com-agnivade-levenshtein@1.2.0 go-gopkg-in-yaml-v3@3.0.1
Channel: guix
Location: gnu/packages/golang-web.scm (gnu packages golang-web)
Home page: https://github.com/vektah/gqlparser
Licenses: Expat
Synopsis: Port of the parser from @code{graphql-js} into golang
Description:

This is a parser for GraphQL, written to mirror the graphql-js reference implementation as closely while remaining idiomatic and easy to use.

go-github-com-teambition-rrule-go 1.8.2
Channel: guix
Location: gnu/packages/golang-xyz.scm (gnu packages golang-xyz)
Home page: https://github.com/teambition/rrule-go
Licenses: Expat
Synopsis: Recurrence rules for calendar dates for Golang
Description:

This package provides a functionality to work with recurrence rules for calendar dates. It offers a complete implementation of the RFC 2445 specification.

go-github-com-ipfs-go-ipld-format 0.6.0
Propagated dependencies: go-github-com-multiformats-go-multihash@0.2.3 go-github-com-ipfs-go-block-format@0.2.0 go-github-com-ipfs-go-cid@0.4.1
Channel: guix
Location: gnu/packages/ipfs.scm (gnu packages ipfs)
Home page: https://github.com/ipfs/go-ipld-format
Licenses: Expat
Synopsis: IPLD Node and Resolver interfaces in Go
Description:

go-ipld-format is a set of interfaces that a type needs to implement in order to be a part of the IPLD merkle-forest.

go-github-com-lestrrat-go-envload 0.0.0-20180220234015-a3eb8ddeffcc
Channel: guix
Location: gnu/packages/golang-xyz.scm (gnu packages golang-xyz)
Home page: https://github.com/lestrrat-go/envload
Licenses: Expat
Synopsis: Restore and load environment variables
Description:

This package implements a Perl5 like temporary variable, for applications requiring reloading of configuration from environment variables or during the tests temporarily change the value of an environment variable in Golang.

go-github-com-gatherstars-com-jwz 1.4.0
Propagated dependencies: go-github-com-rivo-tview@0.0.0-20241227133733-17b7edb88c57 go-github-com-jhillyerd-enmime@1.3.0 go-github-com-gdamore-tcell-v2@2.8.1
Channel: guix
Location: gnu/packages/golang-web.scm (gnu packages golang-web)
Home page: https://github.com/gatherstars-com/jwz
Licenses: ASL 2.0
Synopsis: Email threading algorithm in Golang
Description:

The jwz package provides an implementation of the email threading algorithm originally designed for use in Netscape Mail 2.0 and 3.0 for Golang.

go-github-com-caddyserver-zerossl 0.1.3
Channel: guix
Location: gnu/packages/golang-web.scm (gnu packages golang-web)
Home page: https://github.com/caddyserver/zerossl
Licenses: Expat
Synopsis: ZeroSSL REST API client implementation for Go
Description:

zerossl implements the ZeroSSL REST API.

The REST API is distinct from the ACME endpoint, which is a standardized way of obtaining certificates.

go-github-com-argusdusty-treelock 0.0.0-20180405040243-bde644eb4b53
Channel: cast
Location: cast/packages/wrtag.scm (cast packages wrtag)
Home page: https://github.com/argusdusty/treelock
Licenses: Expat
Synopsis: Tree-based locking mechanism for Go
Description:

TreeLock is a tree-based locking mechanism in the Go Programming Language. It acts similar to sync.Mutex, but instead locks on a name-by-name basis, basically a map[string]sync.Mutex, with some additional features.

go-github-com-dgraph-io-badger-v4 4.5.2
Propagated dependencies: go-github-com-cespare-xxhash-v2@2.3.0 go-github-com-dgraph-io-ristretto-v2@2.1.0 go-github-com-dustin-go-humanize@1.0.1 go-github-com-google-flatbuffers@24.12.23 go-github-com-klauspost-compress@1.18.0 go-github-com-pkg-errors@0.9.1 go-github-com-spf13-cobra@1.8.1 go-go-opencensus-io@0.24.0 go-golang-org-x-net@0.46.0 go-golang-org-x-sys@0.37.0 go-google-golang-org-protobuf@1.36.10
Channel: guix
Location: gnu/packages/golang-xyz.scm (gnu packages golang-xyz)
Home page: https://dgraph.io/docs/badger
Licenses: ASL 2.0
Synopsis: Key-value database in Golang
Description:

BadgerDB implements an embeddable, key-value (KV) database, written in pure Go. It is designed to be highly performant for both reads and writes simultaneously. It uses Multi-Version Concurrency Control, supports concurrent serializable transactions.

go-github-com-axiomhq-hyperloglog 0.2.5
Propagated dependencies: go-github-com-stretchr-testify@1.10.0 go-github-com-kamstrup-intmap@0.5.1 go-github-com-dgryski-go-metro@0.0.0-20250106013310-edb8663e5e33 go-github-com-davecgh-go-spew@1.1.1
Channel: guix
Location: gnu/packages/golang-xyz.scm (gnu packages golang-xyz)
Home page: https://github.com/axiomhq/hyperloglog
Licenses: Expat
Synopsis: Algorithm for approximating the number of distinct elements
Description:

HyperLogLog is an improved version of HyperLogLog for the count-distinct problem, approximating the number of distinct elements in a multiset. This implementation offers enhanced performance, flexibility, and simplicity while maintaining accuracy.

go-github-com-nightlyone-lockfile 1.0.0
Channel: guix
Location: gnu/packages/golang-xyz.scm (gnu packages golang-xyz)
Home page: https://github.com/nightlyone/lockfile
Licenses: Expat
Synopsis: Handle locking via pid files
Description:

Package lockfile handles pid file based locking. While a sync.Mutex helps against concurrency issues within a single process, this package is designed to help against concurrency issues between cooperating processes or serializing multiple invocations of the same process.

go-github-com-vburenin-ifacemaker 1.3.0
Propagated dependencies: go-github-com-jessevdk-go-flags@1.6.1 go-golang-org-x-tools@0.37.0
Channel: guix
Location: gnu/packages/golang-xyz.scm (gnu packages golang-xyz)
Home page: https://github.com/vburenin/ifacemaker
Licenses: ASL 2.0
Synopsis: Generate interfaces from structure methods in Golang
Description:

This is a development helper program that generates a Golang interface by inspecting the structure methods of an existing .go file. The primary use case is to generate interfaces for gomock, so that gomock can generate mocks from those interfaces.

go-github-com-data-dog-go-sqlmock 1.5.2
Propagated dependencies: go-github-com-kisielk-sqlstruct@0.0.0-20210630145711-dae28ed37023
Channel: guix
Location: gnu/packages/golang-check.scm (gnu packages golang-check)
Home page: https://github.com/DATA-DOG/go-sqlmock
Licenses: Modified BSD
Synopsis: SQL driver mock for Golang
Description:

Package sqlmock is a mock library implementing sql driver. Which has one and only purpose - to simulate any sql driver behavior in tests, without needing a real database connection. It helps to maintain correct TDD workflow.

Total results: 1956