_            _    _        _         _
      /\ \         /\ \ /\ \     /\_\      / /\
      \_\ \       /  \ \\ \ \   / / /     / /  \
      /\__ \     / /\ \ \\ \ \_/ / /     / / /\ \__
     / /_ \ \   / / /\ \ \\ \___/ /     / / /\ \___\
    / / /\ \ \ / / /  \ \_\\ \ \_/      \ \ \ \/___/
   / / /  \/_// / /   / / / \ \ \        \ \ \
  / / /      / / /   / / /   \ \ \   _    \ \ \
 / / /      / / /___/ / /     \ \ \ /_/\__/ / /
/_/ /      / / /____\/ /       \ \_\\ \/___/ /
\_\/       \/_________/         \/_/ \_____\/
go-github-com-jellydator-ttlcache-v3 3.4.0
Propagated dependencies: go-golang-org-x-sync@0.20.0
Channel: guix
Location: gnu/packages/golang-web.scm (gnu packages golang-web)
Home page: https://github.com/jellydator/ttlcache
Licenses: Expat
Build system: go
Synopsis: In-memory cache with item expiration and generics
Description:

TTLCache is an in-memory cache with item expiration and generics which provides the following features:

  • simple API

  • type parameters

  • item expiration and automatic deletion

  • automatic expiration time extension on each Get call

  • loader interface that may be used to load/lazily initialize missing citem items

  • thread safety

  • event handlers (insertion, update, and eviction)

  • metrics

go-github-com-hashicorp-go-cleanhttp 0.5.2
Channel: guix
Location: gnu/packages/golang-web.scm (gnu packages golang-web)
Home page: https://github.com/hashicorp/go-cleanhttp
Licenses: MPL 2.0
Build system: go
Synopsis: Functions for accessing clean Go @code{http.Client} values
Description:

The Go standard library contains a default http.Client and it is a common idiom to tweak it as necessary. Unfortunately, this is a shared value, and it is not uncommon for libraries to assume that they are free to modify it at will. This package provides some simple functions to get a "clean" http.Client, namely one that uses the same default values as the Go standard library, but returns a client that does not share any state with other clients.

go-github-com-ajstarks-deck-generate 0.0.0-0.d56fad5
Propagated dependencies: go-github-com-ajstarks-deck@0.0.0-0.d56fad5
Channel: guix
Location: gnu/packages/golang-xyz.scm (gnu packages golang-xyz)
Home page: https://github.com/ajstarks/svgo
Licenses: CC-BY 3.0
Build system: go
Synopsis: High-level API for the creation of slide decks
Description:

This package provides a high-level API for the creation of slide decks using the structures of the deck package (github.com/ajstarks/deck). Initialization of the package specifies the io.Writer destination for the generated markup, along with the width and height of the slides's canvas. Each deck element (text, list, image, rect, ellipse, line, curve, arc, and polygon) are supported. Slides use a percentage-based coordinate system (origin at the lower left corner, x increasing left to right, 0-100%, y increasing upwards, 0-100%).

go-github-com-olekukonko-tablewriter 1.0.9
Propagated dependencies: go-github-com-fatih-color@1.17.0 go-github-com-mattn-go-runewidth@0.0.16 go-github-com-olekukonko-errors@1.1.0 go-github-com-olekukonko-ll@0.0.9
Channel: guix
Location: gnu/packages/golang-xyz.scm (gnu packages golang-xyz)
Home page: https://github.com/olekukonko/tablewriter/
Licenses: Expat
Build system: go
Synopsis: Generate ASCII table
Description:

This package generates ASCII tables. Features:

  • automatic Padding

  • support Multiple Lines

  • supports Alignment

  • support Custom Separators

  • automatic Alignment of numbers and percentage

  • write directly to http , file etc via io.Writer

  • read directly from CSV file

  • optional row line via SetRowLine

  • normalise table header

  • make CSV Headers optional

  • enable or disable table border

  • set custom footer support

  • optional identical cells merging

  • set custom caption

  • optional reflowing of paragrpahs in multi-line cells

go-github-com-leonelquinteros-gotext 1.7.2
Propagated dependencies: go-golang-org-x-tools@0.44.0
Channel: guix
Location: gnu/packages/golang-xyz.scm (gnu packages golang-xyz)
Home page: https://github.com/leonelquinteros/gotext
Licenses: Expat
Build system: go
Synopsis: GNU gettext utilities in Go
Description:

This package implements GNU gettext utilities in Go. It features:

  • Implements GNU gettext support in native Go.

  • Complete support for PO files including:

  • Support for MO files.

  • Thread-safe: This package is safe for concurrent use across multiple goroutines.

  • It works with UTF-8 encoding as it's the default for Go language.

  • Unit tests available.

  • Language codes are automatically simplified from the form en_UK to en if the first isn't available.

  • Ready to use inside Go templates.

  • Objects are serializable to []byte to store them in cache.

  • Support for Go Modules.

go-github-com-russross-blackfriday-v2 2.1.0
Channel: guixrus
Location: guixrus/packages/common/go.scm (guixrus packages common go)
Home page: https://github.com/russross/blackfriday
Licenses: FreeBSD
Build system: go
Synopsis: Blackfriday
Description:

Package blackfriday is a markdown processor.

go-github-com-libp2p-go-libp2p-crypto 2.0.1-0.7240b40
Channel: guix
Location: gnu/packages/golang-crypto.scm (gnu packages golang-crypto)
Home page: https://github.com/libp2p/go-libp2p-crypto
Licenses: Expat
Build system: go
Synopsis: Various cryptographic utilities used by IPFS
Description:

Various cryptographic utilities used by IPFS

go-github-com-russross-blackfriday-v2 2.1.0
Propagated dependencies: go-github-com-shurcool-sanitized-anchor-name@1.0.0
Channel: guix
Location: gnu/packages/golang-xyz.scm (gnu packages golang-xyz)
Home page: https://github.com/russross/blackfriday
Licenses: FreeBSD
Build system: go
Synopsis: Markdown processor in Go
Description:

Blackfriday is a Markdown processor in Go.

go-github-com-charmbracelet-x-cellbuf 0.0.13
Propagated dependencies: go-github-com-charmbracelet-colorprofile@0.3.2 go-github-com-charmbracelet-x-ansi@0.10.2 go-github-com-charmbracelet-x-term@0.2.1 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: Terminal cell buffer functionality
Description:

Package cellbuf provides terminal cell buffer functionality.

go-github-com-tenntenn-text-transform 0.0.0-20250402111347-ba836492e880
Propagated dependencies: go-golang-org-x-text@0.36.0
Channel: guix
Location: gnu/packages/golang-check.scm (gnu packages golang-check)
Home page: https://github.com/tenntenn/text
Licenses: Expat
Build system: go
Synopsis: Text transformation utilities
Description:

This package provides text transformation utilities in Go.

go-github-com-cockroachdb-tokenbucket 0.0.0-20250429170803-42689b6311bb
Channel: guix
Location: gnu/packages/golang-xyz.scm (gnu packages golang-xyz)
Home page: https://github.com/cockroachdb/tokenbucket
Licenses: ASL 2.0
Build system: go
Synopsis: Token bucket implementation in Golang
Description:

This package provides a token bucket implementation in Golang.

go-github-com-prometheus-client-model 0.6.2
Propagated dependencies: go-github-com-golang-protobuf@1.5.4
Channel: guix
Location: gnu/packages/prometheus.scm (gnu packages prometheus)
Home page: https://github.com/prometheus/client_model
Licenses: ASL 2.0
Build system: go
Synopsis: Data model artifacts for Prometheus
Description:

This package provides data model artifacts for Prometheus.

go-github-com-chmduquesne-rollinghash 4.0.0-1.9a5199b
Propagated dependencies: go-code-cloudfoundry-org-bytefmt@0.0.0-20240329144308-0c372429d24b
Channel: guix
Location: gnu/packages/golang-crypto.scm (gnu packages golang-crypto)
Home page: https://github.com/chmduquesne/rollinghash
Licenses: Expat
Build system: go
Synopsis: Rolling hashes in Go
Description:

This package provides a Go implementation of several rolling hashes.

go-github-com-microcosm-cc-bluemonday 1.0.3
Propagated dependencies: go-github-com-chris-ramon-douceur@0.2.0 go-golang-org-x-net@0.53.0
Channel: guix
Location: gnu/packages/golang-web.scm (gnu packages golang-web)
Home page: https://github.com/microcosm-cc/bluemonday/
Licenses: Modified BSD
Build system: go
Synopsis: HTML sanitizer
Description:

bluemonday is a HTML sanitizer implemented in Go.

go-github-com-eycorsican-go-tun2socks 1.16.11
Propagated dependencies: go-github-com-songgao-water@0.0.0-20200317203138-2b4b6d7c09d8 go-golang-org-x-net@0.53.0 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/eycorsican/go-tun2socks
Licenses: Expat
Build system: go
Synopsis: Go implementation of tun2socks
Description:

This package provides a tun2socks implementation written in Go.

go-github-com-charmbracelet-harmonica 0.2.0
Channel: guix
Location: gnu/packages/golang-xyz.scm (gnu packages golang-xyz)
Home page: https://github.com/charmbracelet/harmonica
Licenses: Expat
Build system: go
Synopsis: Simple, physics-based animation library
Description:

A simple, efficient spring animation library for smooth, natural motion.

go-github-com-charmbracelet-x-windows 0.2.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/charmbracelet/x
Licenses: Expat
Build system: go
Synopsis: Windows API used at Charmbracelet
Description:

This package provides the Windows API used at Charmbracelet.

go-github-com-newmo-oss-gotestingmock 0.2.0
Propagated dependencies: go-github-com-newmo-oss-go-caller@0.1.0
Channel: guix
Location: gnu/packages/golang-check.scm (gnu packages golang-check)
Home page: https://github.com/newmo-oss/gotestingmock
Licenses: Expat
Build system: go
Synopsis: Mocking utilities for Go
Description:

This package provides mocking utilities for unit tests in Go.

go-github-com-firefart-nonamedreturns 1.0.6
Propagated dependencies: go-golang-org-x-tools@0.44.0
Channel: guix
Location: gnu/packages/golang-check.scm (gnu packages golang-check)
Home page: https://github.com/firefart/nonamedreturns
Licenses: GPL 3
Build system: go
Synopsis: Go linter to catch named returns
Description:

This package provides a linter to find named returns in Go code.

go-github-com-xeipuuv-gojsonreference 0.0.0-0.bd5ef7b
Propagated dependencies: 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/gojsonreference
Licenses: ASL 2.0
Build system: go
Synopsis: Implementation of JSON Reference for Go
Description:

This package provides an implementation of JSON Reference for the Go programming language.

go-github-com-protonmail-go-autostart 0.0.0-20250402094843-326608c16033
Channel: guix
Location: gnu/packages/golang-xyz.scm (gnu packages golang-xyz)
Home page: https://github.com/ProtonMail/go-autostart
Licenses: Expat
Build system: go
Synopsis: Go library to run a command after login
Description:

This package provides a Go library to run a command after login.

go-github-com-libp2p-go-libp2p-record 0.3.1
Propagated dependencies: go-github-com-libp2p-go-libp2p@0.47.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/libp2p/go-libp2p-record
Licenses: Expat
Build system: go
Synopsis: Signed records for use with routing systems
Description:

This package implements signed records for use wit IPFS routing systems.

go-github-com-vividcortex-gohistogram 1.0.0
Channel: guixrus
Location: guixrus/packages/common/go.scm (guixrus packages common go)
Home page: https://github.com/VividCortex/gohistogram
Licenses: Expat
Build system: go
Synopsis: Streaming approximate histograms in Go
Description:

go-github-com-vividcortex-gohistogram contains implementations of weighted and exponential histograms.

Page: 18990919293107
Total packages: 2565