_            _    _        _         _
      /\ \         /\ \ /\ \     /\_\      / /\
      \_\ \       /  \ \\ \ \   / / /     / /  \
      /\__ \     / /\ \ \\ \ \_/ / /     / / /\ \__
     / /_ \ \   / / /\ \ \\ \___/ /     / / /\ \___\
    / / /\ \ \ / / /  \ \_\\ \ \_/      \ \ \ \/___/
   / / /  \/_// / /   / / / \ \ \        \ \ \
  / / /      / / /   / / /   \ \ \   _    \ \ \
 / / /      / / /___/ / /     \ \ \ /_/\__/ / /
/_/ /      / / /____\/ /       \ \_\\ \/___/ /
\_\/       \/_________/         \/_/ \_____\/
go-github-com-networkplumbing-go-nft 0.4.0
Propagated dependencies: nftables@1.0.8
Channel: guix
Location: gnu/packages/golang-web.scm (gnu packages golang-web)
Home page: https://github.com/networkplumbing/go-nft
Licenses: ASL 2.0
Build system: go
Synopsis: NFT utility bindings for Golang
Description:

This package provides Go bindings for nft utility. go-nft wraps invocation of the nft utility with functions to append and delete rules; create, clear and delete tables and chains.

go-github-com-tonistiigi-go-csvvalue 0.0.0-20240814133006-030d3b2625d0
Channel: guix
Location: gnu/packages/golang-xyz.scm (gnu packages golang-xyz)
Home page: https://github.com/tonistiigi/go-csvvalue
Licenses: Expat
Build system: go
Synopsis: Efficient parser for a single line CSV value in Golang
Description:

Package csvvalue provides an efficient parser for a single line CSV value. It is more efficient than the standard library csv package for parsing many small values. For multi-line CSV parsing, the standard library is recommended.

go-github-com-skratchdot-open-golang 0.0.0-20200116055534-eef842397966
Channel: guix
Location: gnu/packages/golang-xyz.scm (gnu packages golang-xyz)
Home page: https://github.com/skratchdot/open-golang
Licenses: Expat
Build system: go
Synopsis: Open a file, directory, or URI using the default application
Description:

Open a file, directory, or URI using the OS's default application for that object type. Optionally, you can specify an application to use. On GNU/Linux, this is a proxy for the xdg-open command.

go-github-com-evanw-esbuild-internal 0.24.2
Propagated dependencies: go-golang-org-x-sys@0.37.0
Channel: lauras-channel
Location: laura/packages/go-common.scm (laura packages go-common)
Home page: https://github.com/evanw/esbuild
Licenses: Expat
Build system: go
Synopsis: Why?
Description:

@urlhttps://esbuild.github.io/,Website | @urlhttps://esbuild.github.io/getting-started/,Getting started | @urlhttps://esbuild.github.io/api/,Documentation | @urlhttps://esbuild.github.io/plugins/,Plugins | @urlhttps://esbuild.github.io/faq/,FAQ.

go-github-com-moby-profiles-apparmor 0.1.0
Channel: guix
Location: gnu/packages/golang-xyz.scm (gnu packages golang-xyz)
Home page: https://github.com/moby/profiles
Licenses: ASL 2.0
Build system: go
Synopsis: Apparmor support for Golang
Description:

This package provides apparmor support for Go. AppArmor is a Linux kernel security module that allows the system administrator to restrict program's capabilities such as network access, raw socket access, and the permission to read, write, or execute files

go-github-com-perimeterx-marshmallow 1.1.5
Propagated dependencies: go-github-com-mailru-easyjson@0.9.0 go-github-com-ugorji-go-codec@1.2.14
Channel: guix
Location: gnu/packages/golang-web.scm (gnu packages golang-web)
Home page: https://github.com/perimeterx/marshmallow
Licenses: Expat
Build system: go
Synopsis: JSON unmarshalling in Golang
Description:

This package provides a simple API to perform JSON unmarshalling. It supports unmarshalling of some known and some unknown fields with zero performance overhead. While unmarshalling, it allows fully retaining the original data and access it via a typed struct and a dynamic map.

go-github-com-containerd-errdefs-pkg 0.3.0
Propagated dependencies: go-github-com-containerd-errdefs@1.0.0 go-github-com-containerd-typeurl-v2@2.2.0 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.10
Channel: guix
Location: gnu/packages/golang-xyz.scm (gnu packages golang-xyz)
Home page: https://github.com/containerd/errdefs
Licenses: ASL 2.0
Build system: go
Synopsis: Addintional error handling modules for containerd
Description:

This package provides an additinal Golang modules for error handling in containerd projects.

  • errgrpc - provides utility functions for translating errors to and from a gRPC context

  • errhttp - provides utility functions for translating errors to and from a HTTP context

go-github-com-elithrar-simple-scrypt 1.3.0
Propagated dependencies: go-golang-org-x-crypto@0.43.0
Channel: guix
Location: gnu/packages/golang-crypto.scm (gnu packages golang-crypto)
Home page: https://github.com/elithrar/simple-scrypt
Licenses: Expat
Build system: go
Synopsis: Generating, comparing and inspecting password hashes library
Description:

Package scrypt provides a convenience wrapper around Go's existing crypto/scrypt package that makes it easier to securely derive strong keys from weak inputs (i.e. user passwords). The package provides password generation, constant-time comparison and parameter upgrading for scrypt derived keys.

go-github-com-apparentlymart-go-cidr 1.1.0
Channel: guix
Location: gnu/packages/golang-web.scm (gnu packages golang-web)
Home page: https://github.com/apparentlymart/go-cidr
Licenses: Expat
Build system: go
Synopsis: CIDR netmasks manipulation library for Golang
Description:

Package cidr is a collection of assorted utilities for computing network and host addresses within network ranges. It expects a CIDR-type address structure where addresses are divided into some number of prefix bits representing the network and then the remaining suffix bits represent the host.

go-github-com-lestrrat-go-backoff-v2 2.0.8
Propagated dependencies: go-github-com-lestrrat-go-option@1.0.1
Channel: guix
Location: gnu/packages/golang-xyz.scm (gnu packages golang-xyz)
Home page: https://github.com/lestrrat-go/backoff
Licenses: Expat
Build system: go
Synopsis: Idiomatic backoff for Golang
Description:

This library is an implementation of backoff algorithm for retrying operations. It respects context.Context natively, and the critical notifications are done through channel operations, allowing you to write code that is both more explicit and flexibile.

go-github-com-dimfeld-httptreemux-v5 5.5.0
Channel: guix
Location: gnu/packages/golang-web.scm (gnu packages golang-web)
Home page: https://github.com/dimfeld/httptreemux
Licenses: Expat
Build system: go
Synopsis: Tree-based HTTP router for Go
Description:

This package provides a re-implementation of Julien Schmidt's httprouter, in that it uses a patricia tree, but the logic is rather different. Specifically, the routing rules are relaxed so that a single path segment may be a wildcard in one route and a static token in another.

go-github-com-cockroachdb-datadriven 1.0.2
Propagated dependencies: go-github-com-pmezard-go-difflib@1.0.0
Channel: guix
Location: gnu/packages/golang-check.scm (gnu packages golang-check)
Home page: https://github.com/cockroachdb/datadriven
Licenses: ASL 2.0
Build system: go
Synopsis: Data-Driven Tests for Golang
Description:

This package implements an extension of Table-Driven Testing. Instead of building and iterating over a table in the test code, the input is further separated into files (or inline strings). For certain classes of tests, this can significantly reduce the friction involved in writing and reading these tests.

go-github-com-schollz-progressbar-v3 3.13.1
Propagated dependencies: go-github-com-mattn-go-runewidth@0.0.16 go-github-com-mitchellh-colorstring@0.0.0-20190213212951-d06e56a500db go-golang-org-x-term@0.36.0
Channel: guix
Location: gnu/packages/golang-xyz.scm (gnu packages golang-xyz)
Home page: https://github.com/schollz/progressbar
Licenses: Expat
Build system: go
Synopsis: Simple command-line interface (CLI) progress bar
Description:

This package provides a very simple thread-safe progress bar. The progressbar implements an io.Writer so it can automatically detect the number of bytes written to a stream, so you can use it as a progressbar for an io.Reader. When progressbar's length is undetermined, a customizable spinner is shown.

go-github-com-foxboron-go-uefi-pkcs7 0.0.0-20240805124652-e2076f0e58ca
Propagated dependencies: go-github-com-spf13-afero@1.6.0 go-github-com-netflix-go-expect@0.0.0-20220104043353-73e0943537d2 go-golang-org-x-text@0.30.0 go-golang-org-x-sys@0.37.0 go-golang-org-x-crypto@0.43.0 go-go-mozilla-org-pkcs7@0.9.0 go-github-com-pkg-errors@0.9.1
Channel: lauras-channel
Location: laura/packages/go-common.scm (laura packages go-common)
Home page: https://github.com/foxboron/go-uefi
Licenses: Expat
Build system: go
Synopsis: go-uefi
Description:

This package provides a UEFI library written to interact with Linux efivars. The goal is to provide a Go library to enable application authors to better utilize secure boot and UEFI. This also includes unit-testing to ensure the library is compatible with existing tools, and integration tests to ensure the library is able of deal with future UEFI revisions.

go-github-com-schollz-progressbar-v3 3.8.5
Propagated dependencies: go-golang-org-x-term@0.36.0 go-golang-org-x-sys@0.37.0 go-golang-org-x-crypto@0.43.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
Build system: go
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
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-olekukonko-tablewriter 0.0.5
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-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.37.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-charmbracelet-x-cellbuf 0.0.13
Propagated dependencies: go-github-com-charmbracelet-colorprofile@0.3.2 go-github-com-charmbracelet-x-ansi@0.10.1 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-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.

Total results: 2125