_            _    _        _         _
      /\ \         /\ \ /\ \     /\_\      / /\
      \_\ \       /  \ \\ \ \   / / /     / /  \
      /\__ \     / /\ \ \\ \ \_/ / /     / / /\ \__
     / /_ \ \   / / /\ \ \\ \___/ /     / / /\ \___\
    / / /\ \ \ / / /  \ \_\\ \ \_/      \ \ \ \/___/
   / / /  \/_// / /   / / / \ \ \        \ \ \
  / / /      / / /   / / /   \ \ \   _    \ \ \
 / / /      / / /___/ / /     \ \ \ /_/\__/ / /
/_/ /      / / /____\/ /       \ \_\\ \/___/ /
\_\/       \/_________/         \/_/ \_____\/
go-github-com-schollz-progressbar-v3 3.8.5
Propagated dependencies: go-golang-org-x-term@0.27.0 go-golang-org-x-sys@0.28.0 go-golang-org-x-crypto@0.31.0 go-github-com-stretchr-testify@1.10.0 go-github-com-mitchellh-colorstring@0.0.0-20190213212951-d06e56a500db go-github-com-mattn-go-runewidth@0.0.16 go-github-com-mattn-go-isatty@0.0.20 go-github-com-k0kubun-go-ansi@0.0.0-20180517002512-3bf9e2903213 go-github-com-davecgh-go-spew@1.1.1
Channel: guixrus
Location: guixrus/packages/common/go.scm (guixrus packages common go)
Home page: https://github.com/schollz/progressbar
Licenses: Expat
Synopsis: progressbar
Description:

This package provides a very simple thread-safe progress bar which should work on every OS without problems. I needed a progressbar for croc and everything I tried had problems, so I made another one. In order to be OS agnostic I do not plan to support multi-line outputs.

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
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-olekukonko-tablewriter 0.0.5
Propagated dependencies: go-github-com-mattn-go-runewidth@0.0.16
Channel: guix
Location: gnu/packages/golang-xyz.scm (gnu packages golang-xyz)
Home page: https://github.com/olekukonko/tablewriter/
Licenses: Expat
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.0
Propagated dependencies: go-golang-org-x-text@0.21.0 go-golang-org-x-tools@0.25.0
Channel: guix
Location: gnu/packages/golang-xyz.scm (gnu packages golang-xyz)
Home page: https://github.com/leonelquinteros/gotext
Licenses: Expat
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
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
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
Synopsis: Markdown processor in Go
Description:

Blackfriday is a Markdown processor in Go.

go-github-com-prometheus-client-model 0.6.1
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
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
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.33.0
Channel: guix
Location: gnu/packages/golang-web.scm (gnu packages golang-web)
Home page: https://github.com/microcosm-cc/bluemonday/
Licenses: Modified BSD
Synopsis: HTML sanitizer
Description:

bluemonday is a HTML sanitizer implemented in Go.

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

This package provides the Windows API used at Charmbracelet.

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
Synopsis: Simple, physics-based animation library
Description:

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

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
Synopsis: Implementation of JSON Reference for Go
Description:

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

go-github-com-libp2p-go-libp2p-record 0.3.1
Propagated dependencies: go-github-com-libp2p-go-libp2p@0.40.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
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
Synopsis: Streaming approximate histograms in Go
Description:

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

go-github-com-jcmturner-goidentity-v6 6.0.1
Propagated dependencies: go-github-com-hashicorp-go-uuid@1.0.3
Channel: guix
Location: gnu/packages/golang-web.scm (gnu packages golang-web)
Home page: https://github.com/jcmturner/goidentity
Licenses: ASL 2.0
Synopsis: Hold authenticated identities and their attributes
Description:

This package provides a standard interface for holding authenticated identities and their attributes.

go-github-com-gabriel-vasile-mimetype 1.2.0
Channel: guixrus
Location: guixrus/packages/common/go.scm (guixrus packages common go)
Home page: https://github.com/gabriel-vasile/mimetype
Licenses: Expat
Synopsis: Golang library for media type and file extension
Description:

Golang library for media type and file extension detection, based on magic numbers.

go-github-com-lyft-protoc-gen-star-v2 2.0.4
Propagated dependencies: go-github-com-spf13-afero@1.6.0 go-golang-org-x-tools@0.25.0 go-google-golang-org-protobuf@1.36.0
Channel: guix
Location: gnu/packages/golang-xyz.scm (gnu packages golang-xyz)
Home page: https://github.com/lyft/protoc-gen-star
Licenses: ASL 2.0
Synopsis: Protoc plugin library for efficient proto-based code generation
Description:

PG* is a protoc plugin library for efficient proto-based code generation.

go-github-com-detailyang-go-fallocate 0.0.0-20180908115635-432fa640bd2e
Channel: guix
Location: gnu/packages/golang-xyz.scm (gnu packages golang-xyz)
Home page: https://github.com/detailyang/go-fallocate
Licenses: Expat
Synopsis: Syscal @code{fallocate} implementation in Golang
Description:

This package implements syscal fallocate by wrapping standard Go os.SEEK_SET.

go-github-com-lyft-protoc-gen-star-v2 2.0.3-0.496ad1a
Propagated dependencies: go-github-com-spf13-afero@1.6.0 go-golang-org-x-tools@0.25.0 go-google-golang-org-protobuf@1.36.0
Channel: guix
Location: gnu/packages/golang-xyz.scm (gnu packages golang-xyz)
Home page: https://github.com/lyft/protoc-gen-star
Licenses: ASL 2.0
Synopsis: Protoc plugin library for efficient proto-based code generation
Description:

PG* is a protoc plugin library for efficient proto-based code generation.

go-github-com-reiver-go-porterstemmer 1.0.1-0.ab0f922
Channel: guix
Location: gnu/packages/golang-xyz.scm (gnu packages golang-xyz)
Home page: https://github.com/reiver/go-porterstemmer
Licenses: Expat
Synopsis: Clean room implementation of the Porter Stemming algorithm
Description:

This package provides a native Go clean room implementation of the Porter Stemming Algorithm.

go-github-com-marten-seemann-chacha20 0.2.0
Channel: guix
Location: gnu/packages/golang-crypto.scm (gnu packages golang-crypto)
Home page: https://github.com/marten-seemann/chacha20
Licenses: Modified BSD
Synopsis: ChaCha20 in Go
Description:

This package is an external copy of the Go standard library's internal ChaCha20 package.

go-github-com-michiwend-gomusicbrainz 0.0.0-20181012083520-6c07e13dd396
Propagated dependencies: go-github-com-michiwend-golang-pretty@0.0.0-20141116172505-8ac61812ea3f
Channel: guix
Location: gnu/packages/golang-xyz.scm (gnu packages golang-xyz)
Home page: https://github.com/michiwend/gomusicbrainz
Licenses: Expat
Synopsis: MusicBrainz WS2 client library for Golang
Description:

Currently GoMusicBrainz provides methods to perform search and lookup requests. Browse requests are not supported yet.

Total results: 2007