_            _    _        _         _
      /\ \         /\ \ /\ \     /\_\      / /\
      \_\ \       /  \ \\ \ \   / / /     / /  \
      /\__ \     / /\ \ \\ \ \_/ / /     / / /\ \__
     / /_ \ \   / / /\ \ \\ \___/ /     / / /\ \___\
    / / /\ \ \ / / /  \ \_\\ \ \_/      \ \ \ \/___/
   / / /  \/_// / /   / / / \ \ \        \ \ \
  / / /      / / /   / / /   \ \ \   _    \ \ \
 / / /      / / /___/ / /     \ \ \ /_/\__/ / /
/_/ /      / / /____\/ /       \ \_\\ \/___/ /
\_\/       \/_________/         \/_/ \_____\/
go-github-com-lucasb-eyer-go-colorful 1.2.0
Dependencies: go-golang-org-x-image@0.23.0
Channel: guixrus
Location: guixrus/packages/common/go.scm (guixrus packages common go)
Home page: https://github.com/lucasb-eyer/go-colorful
Licenses: Expat
Synopsis: Library for playing with colors in Go
Description:

The colorful package providos a library for using colors in Go. colorful stores colors in RGB and provides methods for converting these to various color spaces.

go-github-com-hashicorp-golang-lru-v2 2.0.7
Channel: guix
Location: gnu/packages/golang-xyz.scm (gnu packages golang-xyz)
Home page: https://github.com/hashicorp/golang-lru
Licenses: MPL 2.0
Synopsis: Golang LRU cache
Description:

lru is a package which implements a fixed-size thread safe Least recently used cache. It is based on the cache in Groupcache.

go-github-com-lucasb-eyer-go-colorful 1.2.0
Propagated dependencies: go-golang-org-x-image@0.23.0
Channel: guix
Location: gnu/packages/golang-xyz.scm (gnu packages golang-xyz)
Home page: https://github.com/lucasb-eyer/go-colorful
Licenses: Expat
Synopsis: Library for playing with colors in Go
Description:

The colorful package provides a library for using colors in Go. It stores colors in RGB and provides methods for converting these to various color spaces.

go-github-com-prometheus-common-sigv4 0.1.0
Propagated dependencies: go-github-com-aws-aws-sdk-go@1.55.2 go-github-com-prometheus-client-golang@1.20.5 go-github-com-prometheus-common@0.61.0 go-gopkg-in-yaml-v2@2.4.0
Channel: guix
Location: gnu/packages/prometheus.scm (gnu packages prometheus)
Home page: https://github.com/prometheus/common
Licenses: ASL 2.0
Synopsis: HTTP signed requests with Amazon's Signature Verification V4
Description:

This package provides a http.RoundTripper that will sign requests using Amazon's Signature Verification V4 signing procedure, using credentials from the default AWS credential chain.

go-github-com-charmbracelet-bubbletea 1.2.4
Propagated dependencies: go-github-com-charmbracelet-lipgloss@1.0.0 go-github-com-charmbracelet-x-ansi@0.6.0 go-github-com-charmbracelet-x-term@0.2.1 go-github-com-erikgeiser-coninput@0.0.0-20211004153227-1c3628e74d0f go-github-com-muesli-ansi@0.0.0-20230316100256-276c6243b2f6 go-github-com-muesli-cancelreader@0.2.2 go-golang-org-x-sync@0.10.0 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/bubbletea
Licenses: ASL 2.0
Synopsis: Powerful little TUI framework
Description:

Bubble Tea is a Go framework based on The Elm Architecture. It is well-suited for simple and complex terminal applications, either inline, full-window, or a mix of both.

go-github-com-xhit-go-str2duration-v2 2.1.0
Channel: guix
Location: gnu/packages/golang-xyz.scm (gnu packages golang-xyz)
Home page: https://github.com/xhit/go-str2duration
Licenses: Modified BSD
Synopsis: Convert string to duration in golang
Description:

This package provides a means to obtain time.Duration from a string. The string can be a string retorned for time.Duration or a similar string with weeks or days too.

go-github-com-jsimonetti-rtnetlink-v2 2.0.2
Propagated dependencies: go-github-com-mdlayher-netlink@1.7.2 go-golang-org-x-sys@0.28.0
Channel: guix
Location: gnu/packages/golang-web.scm (gnu packages golang-web)
Home page: https://github.com/jsimonetti/rtnetlink
Licenses: Expat
Synopsis: Low-level access to the Linux rtnetlink API
Description:

This package allows the kernel's routing tables to be read and altered. Network routes, IP addresses, Link parameters, Neighbor setups,Queueing disciplines, Traffic classes and Packet classifiers may all be controlled. It is based on netlink messages.

go-github-com-mitchellh-copystructure 1.2.0
Propagated dependencies: go-github-com-mitchellh-reflectwalk@1.0.2
Channel: guix
Location: gnu/packages/golang-xyz.scm (gnu packages golang-xyz)
Home page: https://github.com/mitchellh/copystructure
Licenses: Expat
Synopsis: Go library for decoding deep copying values
Description:

copystructure is a Go library for deep copying values in Go.

This allows you to copy Go values that may contain reference values such as maps, slices, or pointers, and copy their data as well instead of just their references.

go-github-com-quic-go-webtransport-go 0.8.0
Propagated dependencies: go-github-com-quic-go-quic-go@0.45.2 go-golang-org-x-exp@0.0.0-20241217172543-b2144cdd0a67
Channel: guix
Location: gnu/packages/golang-web.scm (gnu packages golang-web)
Home page: https://github.com/quic-go/webtransport-go
Licenses: Expat
Synopsis: WebTransport implementation based on quic-go
Description:

webtransport-go is an implementation of the WebTransport protocol, based on @urlhttps://github.com/quic-go/quic-go,quic-go. It currently implements @urlhttps://www.ietf.org/archive/id/draft-ietf-webtrans-http3-02.html,draft-02 of the specification.

go-github-com-russross-blackfriday-v2 2.1.0
Channel: ffab
Location: ffab/packages/golang.scm (ffab packages golang)
Home page: https://github.com/russross/blackfriday
Licenses: FreeBSD
Synopsis: Markdown processor implemented in Go
Description:

Blackfriday is a Markdown processor implemented in Go. It is paranoid about its input (so you can safely feed it user-supplied data), it is fast, it supports common extensions (tables, smart punctuation substitutions, etc.), and it is safe for all utf-8 (unicode) input.

go-github-com-ianlancetaylor-demangle 0.0.0-20230524184225-eabc099b10ab
Channel: guix
Location: gnu/packages/golang-xyz.scm (gnu packages golang-xyz)
Home page: https://github.com/ianlancetaylor/demangle
Licenses: Modified BSD
Synopsis: Symbol name demangler written in Go
Description:

This package defines functions that demangle GCC/LLVM C++ and Rust symbol names. This package recognizes names that were mangled according to the C++ ABI defined at https://codesourcery.com/cxx-abi/ and the Rust ABI.

go-github-com-hashicorp-go-multierror 1.1.1
Propagated dependencies: go-github-com-hashicorp-errwrap@1.1.0
Channel: guix
Location: gnu/packages/golang-xyz.scm (gnu packages golang-xyz)
Home page: https://github.com/hashicorp/go-multierror
Licenses: MPL 2.0
Synopsis: Representing a errors list as a single error for Golang
Description:

go-multierror is Golang module providing a mechanism for representing a list of error values as a single error. It is fully compatible with the standard errors package, including the functions As, Is, and Unwrap. This provides a standardized approach for introspecting on error values.

go-github-com-michiwend-golang-pretty 0.0.0-20141116172505-8ac61812ea3f
Propagated dependencies: go-github-com-kr-text@0.2.0
Channel: guix
Location: gnu/packages/golang-xyz.scm (gnu packages golang-xyz)
Home page: https://github.com/michiwend/golang-pretty
Licenses: Expat
Synopsis: Pretty printing for Go values
Description:

Package pretty provides pretty-printing for Go values. This is useful during debugging, to avoid wrapping long output lines in the terminal.

It provides a function, Formatter, that can be used with any function that accepts a format string. It also provides convenience wrappers for functions in packages fmt and log.

go-github-com-spf13-jwalterweatherman 1.1.0
Channel: guix
Location: gnu/packages/golang-xyz.scm (gnu packages golang-xyz)
Home page: https://github.com/spf13/jwalterweatherman
Licenses: Expat
Synopsis: Go logging library
Description:

JWW is primarily a wrapper around the standard log library. It provides a few advantages over using the standard log library alone.

  • ready to go out of the box

  • one library for both printing to the terminal and logging (to files)

  • really easy to log to either a temp file or a file you specify

go-github-com-foxboron-go-uefi-efivar 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.21.0 go-golang-org-x-sys@0.28.0 go-golang-org-x-crypto@0.31.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
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-gabriel-vasile-mimetype 1.4.0
Propagated dependencies: go-golang-org-x-net@0.33.0
Channel: ffab
Location: ffab/packages/golang.scm (ffab packages golang)
Home page: https://github.com/gabriel-vasile/mimetype
Licenses: Expat
Synopsis: Fast golang library for MIME type and file extension detection
Description:

This is a package for detecting MIME types and extensions based on magic numbers. Features include

  • fast and precise MIME type and file extension detection

  • long list of supported MIME types

  • common file formats are prioritized

  • small and simple API

  • handles MIME type aliases

  • thread safe

  • low memory usage, besides the file header

go-github-com-ianlancetaylor-demangle 0.0.0-20220517205856-0058ec4f073c
Channel: small-guix
Location: small-guix/packages/papeer.scm (small-guix packages papeer)
Home page: https://github.com/ianlancetaylor/demangle
Licenses: Modified BSD
Synopsis: github.com/ianlancetaylor/demangle
Description:

Package demangle defines functions that demangle GCC/LLVM C++ and Rust symbol names. This package recognizes names that were mangled according to the C++ ABI defined at @urlhttp://codesourcery.com/cxx-abi/,http://codesourcery.com/cxx-abi/ and the Rust ABI defined at @urlhttps://rust-lang.github.io/rfcs/2603-rust-symbol-name-mangling-v0.html,https://rust-lang.github.io/rfcs/2603-rust-symbol-name-mangling-v0.html

go-github-com-gabriel-vasile-mimetype 1.4.5
Propagated dependencies: go-golang-org-x-net@0.33.0
Channel: guix
Location: gnu/packages/golang-xyz.scm (gnu packages golang-xyz)
Home page: https://github.com/gabriel-vasile/mimetype
Licenses: Expat
Synopsis: Golang library for media type and file extension detection
Description:

This package provides a Golang module that uses magic number signatures to detect the MIME type of a file.

Main features:

go-github-com-stellar-go-support-clock 0.0.0-20191010205648-0fc3bfe3dfa7
Channel: efraim-dfsg
Location: dfsg/main/golang.scm (dfsg main golang)
Home page: https://github.com/stellar/go
Licenses: ASL 2.0
Synopsis:
#<unspecified>
go-github-com-prometheus-common-assets 0.2.0
Channel: guix
Location: gnu/packages/prometheus.scm (gnu packages prometheus)
Home page: https://github.com/prometheus/common
Licenses: ASL 2.0
Synopsis: Prometheus assets
Description:

This package provides Prometheus assets.

go-github-com-matthewhartstonge-argon2 1.0.0
Propagated dependencies: go-golang-org-x-crypto@0.31.0
Channel: lauras-channel
Location: laura/packages/go-common.scm (laura packages go-common)
Home page: https://github.com/matthewhartstonge/argon2
Licenses: ASL 2.0
Synopsis: 🔐 argon2
Description:

Package argon2 implements the key derivation function Argon2.

go-github-com-awesome-gocui-keybinding 1.0.0
Propagated dependencies: go-github-com-awesome-gocui-gocui@1.1.0
Channel: ffab
Location: ffab/packages/golang.scm (ffab packages golang)
Home page: https://github.com/awesome-gocui/keybinding
Licenses: Expat
Synopsis: Golang wrapper for parsing gocui keybindings
Description:

This package provides a golang wrapper for parsing gocui keybindings.

go-github-com-julienschmidt-httprouter 1.3.0
Channel: guix
Location: gnu/packages/golang-web.scm (gnu packages golang-web)
Home page: https://github.com/julienschmidt/httprouter
Licenses: Modified BSD
Synopsis: High performance HTTP request router
Description:

Package httprouter is a trie based high performance HTTP request router.

go-github-com-libp2p-go-libp2p-testing 0.12.0
Channel: guix
Location: gnu/packages/ipfs.scm (gnu packages ipfs)
Home page: https://github.com/libp2p/go-libp2p-testing
Licenses: Expat ASL 2.0
Synopsis: Test toolbox for go-libp2p modules
Description:

This package provides a testing toolbox for go-libp2p modules.

Total results: 1774