_            _    _        _         _
      /\ \         /\ \ /\ \     /\_\      / /\
      \_\ \       /  \ \\ \ \   / / /     / /  \
      /\__ \     / /\ \ \\ \ \_/ / /     / / /\ \__
     / /_ \ \   / / /\ \ \\ \___/ /     / / /\ \___\
    / / /\ \ \ / / /  \ \_\\ \ \_/      \ \ \ \/___/
   / / /  \/_// / /   / / / \ \ \        \ \ \
  / / /      / / /   / / /   \ \ \   _    \ \ \
 / / /      / / /___/ / /     \ \ \ /_/\__/ / /
/_/ /      / / /____\/ /       \ \_\\ \/___/ /
\_\/       \/_________/         \/_/ \_____\/
go-github-com-creachadair-msync 0.8.3
Propagated dependencies: go-github-com-creachadair-mds@0.25.15
Channel: guix
Location: gnu/packages/golang-xyz.scm (gnu packages golang-xyz)
Home page: https://github.com/creachadair/msync
Licenses: Modified BSD
Build system: go
Synopsis: Synchronization management types in Go
Description:

This package defines two types for managing concurrency: throttle, which allows calls to a function to be coalesced among multiple concurrent goroutines and trigger, that implements channel-based condition variable.

go-github-com-charmbracelet-huh 0.8.0
Propagated dependencies: go-github-com-catppuccin-go@0.3.0 go-github-com-charmbracelet-bubbles@0.21.1 go-github-com-charmbracelet-bubbletea@1.3.10 go-github-com-charmbracelet-lipgloss@1.1.0 go-github-com-charmbracelet-x-ansi@0.10.2 go-github-com-charmbracelet-x-exp-strings@0.1.0 go-github-com-mitchellh-hashstructure-v2@2.0.2
Channel: guix
Location: gnu/packages/golang-xyz.scm (gnu packages golang-xyz)
Home page: https://github.com/charmbracelet/huh
Licenses: Expat
Build system: go
Synopsis: Interactive terminal forms and prompts
Description:

Huh is a library for building interactive terminal forms and prompts. It provides various input types including text inputs, selections, confirms, and multi-selects with a focus on user experience and aesthetics.

go-github-com-ergochat-readline 0.1.3
Propagated dependencies: go-golang-org-x-text@0.36.0 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/ergochat/readline
Licenses: Expat
Build system: go
Synopsis: Readline implementation in pure Go
Description:

This package provides a pure Go implementation of functionality comparable to GNU Readline, i.e. line editing and command history for simple TUI programs.

go-github-com-coocood-freecache 1.2.4
Propagated dependencies: go-github-com-cespare-xxhash-v2@2.3.0
Channel: guix
Location: gnu/packages/golang-xyz.scm (gnu packages golang-xyz)
Home page: https://github.com/coocood/freecache
Licenses: Expat
Build system: go
Synopsis: Caching library for Go
Description:

This library provides caching capabilities for Go with no garbage collection overhead and high concurrent performance. An unlimited number of objects can be cached in memory without increased latency or degraded throughput.

go-gitlab-com-yawning-obfs4-git 0.0.0-20231012084234-c3e2d44b1033
Propagated dependencies: go-filippo-io-edwards25519@1.2.0 go-github-com-dchest-siphash@1.2.3 go-gitlab-com-yawning-edwards25519-extra@0.0.0-0.2149dca go-gitlab-torproject-org-tpo-anti-censorship-pluggable-transports-goptlib@1.6.0 go-golang-org-x-crypto@0.50.0 go-golang-org-x-net@0.53.0
Channel: guix
Location: gnu/packages/golang-crypto.scm (gnu packages golang-crypto)
Home page: https://gitlab.com/yawning/obfs4
Licenses: GPL 3+
Build system: go
Synopsis: Network traffic obfourscator library
Description:

This package implements functionality based on ideas and concepts from Philipp Winter's ScrambleSuit protocol. The notable differences between ScrambleSuit and obfs4:

  • the handshake always does a full key exchange (no such thing as a Session Ticket Handshake)

  • the handshake uses the Tor Project's ntor handshake with public keys obfuscated via the Elligator 2 mapping

  • the link layer encryption uses NaCl secret boxes (Poly1305/XSalsa20)

go-github-com-hjson-hjson-go-v4 4.4.0
Channel: guix
Location: gnu/packages/golang-web.scm (gnu packages golang-web)
Home page: https://hjson.org/
Licenses: Expat
Build system: go
Synopsis: Human JSON implementation for Go
Description:

Hjson is a syntax extension to JSON. It is intended to be used like a user interface for humans, to read and edit before passing the JSON data to the machine.

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
Build system: go
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-avast-retry-go-v3 3.1.1
Propagated dependencies: go-github-com-stretchr-testify@1.11.1
Channel: guix
Location: gnu/packages/golang-xyz.scm (gnu packages golang-xyz)
Home page: https://github.com/avast/retry-go
Licenses: Expat
Build system: go
Synopsis: Simple golang library for retry mechanism
Description:

This package is a simple Go library that provides retry functionality for functions that may fail. It includes various customizable retry strategies, such as fixed delay, backoff delay, and random delay.

go-github-com-avast-retry-go-v4 4.6.0
Propagated dependencies: go-github-com-stretchr-testify@1.11.1
Channel: guix
Location: gnu/packages/golang-xyz.scm (gnu packages golang-xyz)
Home page: https://github.com/avast/retry-go
Licenses: Expat
Build system: go
Synopsis: Simple golang library for retry mechanism
Description:

This package is a simple Go library that provides retry functionality for functions that may fail. It includes various customizable retry strategies, such as fixed delay, backoff delay, and random delay.

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
Build system: go
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
Build system: go
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.9
Propagated dependencies: go-github-com-cockroachdb-pebble-v2@2.1.4 go-github-com-ipfs-go-datastore@0.9.1 go-github-com-ipfs-go-log-v2@2.9.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
Build system: go
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-araddon-dateparse 0.0.0-20210429162001-6b43995a97de
Propagated dependencies: go-github-com-scylladb-termtables@0.0.0-20191203121021-c4c0b6d42ff4
Channel: guix
Location: gnu/packages/golang-xyz.scm (gnu packages golang-xyz)
Home page: https://github.com/araddon/dateparse
Licenses: Expat
Build system: go
Synopsis: Go date parser
Description:

This package parses date strings without knowing the format in advance. It uses a scanner to read bytes and use a state machine to find format. It is much faster than shotgun based parse methods.

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
Build system: go
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
Build system: go
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
Build system: go
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-linuxkit-virtsock 0.0.0-20241009230534-cb6a20cc0422
Propagated dependencies: go-golang-org-x-sys@0.43.0
Channel: guix
Location: gnu/packages/golang-web.scm (gnu packages golang-web)
Home page: https://github.com/linuxkit/virtsock
Licenses: ASL 2.0
Build system: go
Synopsis: Virtio and Hyper-V sockets bindings for Golang
Description:

This package contains Go bindings and sample code for Hyper-V sockets and virtio sockets.

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
Build system: go
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-kovidgoyal-go-shm 1.0.0
Propagated dependencies: 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/kovidgoyal/go-shm
Licenses: Expat
Build system: go
Synopsis: POSIX shared memory across various Unix flavors.
Description:

Tools to create and manage shared memory (POSIX Shared memory) across all Unix variants. Pure Go, no external dependencies. Implements Go versions of shm_open() and shm_unlink() that interoperate with the libc versions.

go-github-com-samber-slog-multi 1.8.0
Propagated dependencies: go-github-com-samber-lo@1.49.1 go-github-com-samber-slog-common@0.22.0
Channel: guix
Location: gnu/packages/golang-xyz.scm (gnu packages golang-xyz)
Home page: https://github.com/samber/slog-multi
Licenses: Expat
Build system: go
Synopsis: Design workflows of slog handlers
Description:

slog-multi provides advanced composition patterns for Go's structured logging (slog). It enables you to build sophisticated logging workflows by combining multiple handlers with different strategies for distribution, routing, transformation, and error handling.

go-github-com-esiqveland-notify 0.13.3
Propagated dependencies: go-github-com-godbus-dbus-v5@5.1.0
Channel: guix
Location: gnu/packages/golang-xyz.scm (gnu packages golang-xyz)
Home page: https://github.com/esiqveland/notify
Licenses: Modified BSD
Build system: go
Synopsis: Delivering desktop notifications over DBus
Description:

Notify is a Go library for interacting with the DBus notification service defined by freedesktop.org at https://developer.gnome.org/notification-spec/. Notify can deliver desktop notifications over DBus, ala how libnotify does it.

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
Build system: go
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
Build system: go
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
Build system: go
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.

Page: 15960616263108
Total packages: 2578