_            _    _        _         _
      /\ \         /\ \ /\ \     /\_\      / /\
      \_\ \       /  \ \\ \ \   / / /     / /  \
      /\__ \     / /\ \ \\ \ \_/ / /     / / /\ \__
     / /_ \ \   / / /\ \ \\ \___/ /     / / /\ \___\
    / / /\ \ \ / / /  \ \_\\ \ \_/      \ \ \ \/___/
   / / /  \/_// / /   / / / \ \ \        \ \ \
  / / /      / / /   / / /   \ \ \   _    \ \ \
 / / /      / / /___/ / /     \ \ \ /_/\__/ / /
/_/ /      / / /____\/ /       \ \_\\ \/___/ /
\_\/       \/_________/         \/_/ \_____\/
go-github-com-foxboron-go-uefi-efi 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-tkuchiki-go-timezone 0.2.2
Channel: guix
Location: gnu/packages/golang-xyz.scm (gnu packages golang-xyz)
Home page: https://github.com/tkuchiki/go-timezone
Licenses: Expat
Synopsis: Timezone utility for Golang
Description:

This package provides provides an utility for timezone manipulation, implementing the following features:

  • this library uses only the standard package

  • supports getting offset from timezone abbreviation, which is not supported by the time package

  • determine whether the specified time.Time is daylight saving time

  • change the location of time.Time by specifying the timezone

go-github-com-jackc-chunkreader-v2 2.0.1
Channel: guix
Location: gnu/packages/golang-xyz.scm (gnu packages golang-xyz)
Home page: https://github.com/jackc/chunkreader
Licenses: Expat
Synopsis: Wrapper for @code{io.Reader}
Description:

ChunkReader is a io.Reader wrapper that minimizes IO reads and memory allocations. It allocates memory in chunks and will read as much as will fit in the current buffer in a single call regardless of how large a read is actually requested. The memory returned via Next is owned by the caller. This avoids the need for an additional copy. It extracted from original implementation in https://github.com/jackc/pgx.

go-github-com-davidlazar-go-crypto 0.0.0-20200604182044-b73af7476f6c
Propagated dependencies: go-golang-org-x-crypto@0.31.0
Channel: guix
Location: gnu/packages/golang-crypto.scm (gnu packages golang-crypto)
Home page: https://github.com/davidlazar/go-crypto
Licenses: Expat
Synopsis: Cryptographic packages for Golang
Description:

This package produces a collection of cryptographic utilities, including the following:

  • drbg: a cryptographically secure pseudorandom number generator as specified in NIST SP 800-90A

  • encoding/base32: a compact base32 encoder

  • secretkey: user-friendly secret keys that can be used with secretbox

  • salsa20: a streaming interface (cipher.Stream) for the Salsa20 stream cipher

  • poly1305: a streaming interface (hash.Hash) for the Poly1305 one-time authenticator as specified in poly1305

go-github-com-mitchellh-go-homedir 1.1.0
Channel: guix
Location: gnu/packages/golang-xyz.scm (gnu packages golang-xyz)
Home page: https://github.com/mitchellh/go-homedir
Licenses: Expat
Synopsis: Go library for detecting and expanding the user's home directory without cgo
Description:

This is a Go library for detecting the user's home directory without the use of cgo, so the library can be used in cross-compilation environments.

Usage is simple, just call homedir.Dir() to get the home directory for a user, and homedir.Expand() to expand the ~ in a path to the home directory.

Why not just use os/user? The built-in os/user package requires cgo on Darwin systems. This means that any Go code that uses that package cannot cross compile. But 99% of the time the use for os/user is just to retrieve the home directory, which we can do for the current user without cgo. This library does that, enabling cross-compilation.

go-github-com-rogpeppe-go-internal 1.12.0
Propagated dependencies: go-golang-org-x-mod@0.21.0 go-golang-org-x-sys@0.28.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/rogpeppe/go-internal/
Licenses: Modified BSD
Synopsis: Internal packages from the Go standard library
Description:

This repository factors out an opinionated selection of internal packages and functionality from the Go standard library. Currently this consists mostly of packages and testing code from within the Go tool implementation.

Included are the following:

  • dirhash: calculate hashes over directory trees the same way that the Go tool does.

  • goproxytest: a GOPROXY implementation designed for test use.

  • gotooltest: Use the Go tool inside test scripts (see testscript below)

  • imports: list of known architectures and OSs, and support for reading import import statements.

  • modfile: read and write go.mod files while preserving formatting and comments.

  • module: module paths and versions.

  • par: do work in parallel.

  • semver: semantic version parsing.

  • testenv: information on the current testing environment.

  • testscript: script-based testing based on txtar files

  • txtar: simple text-based file archives for testing.

go-github-com-sabhiram-go-gitignore 0.0.0-20210923224102-525f6e181f06
Channel: guix
Location: gnu/packages/golang-xyz.scm (gnu packages golang-xyz)
Home page: https://github.com/sabhiram/go-gitignore
Licenses: Expat
Synopsis: Gitignore parser for Go
Description:

A .gitignore parser for Go.

go-github-com-gocolly-colly-storage 1.2.0
Channel: efraim-dfsg
Location: dfsg/main/golang.scm (dfsg main golang)
Home page: https://github.com/gocolly/colly
Licenses: ASL 2.0
Synopsis: Colly
#<unspecified>
go-github-com-magiconair-properties 1.8.9
Channel: guix
Location: gnu/packages/golang-xyz.scm (gnu packages golang-xyz)
Home page: https://github.com/magiconair/properties
Licenses: FreeBSD
Synopsis: Java properties scanner for Go
Description:

Java properties scanner for Go

go-github-com-dgryski-go-rendezvous 0.0.0-20200823014737-9f7001d12a5f
Channel: guix
Location: gnu/packages/golang-crypto.scm (gnu packages golang-crypto)
Home page: https://github.com/dgryski/go-rendezvous
Licenses: Expat
Synopsis: Hashing functions for Golang
Description:

This package provides a hashing function.

go-github-com-cpuguy83-go-md2man-v2 2.0.1
Propagated dependencies: go-github-com-russross-blackfriday-v2@2.1.0
Channel: lauras-channel
Location: laura/packages/go-common.scm (laura packages go-common)
Home page: https://github.com/cpuguy83/go-md2man
Licenses: Expat
Synopsis: go-md2man
Description:

Converts markdown into roff (man pages).

go-github-com-cpuguy83-go-md2man-v2 2.0.1
Propagated dependencies: 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/cpuguy83/go-md2man
Licenses: Expat
Synopsis: go-md2man
Description:

Converts markdown into roff (man pages).

go-github-com-cpuguy83-go-md2man-v2 2.0.1
Propagated dependencies: go-github-com-russross-blackfriday-v2@2.1.0
Channel: efraim-dfsg
Location: dfsg/main/golang.scm (dfsg main golang)
Home page: https://github.com/cpuguy83/go-md2man
Licenses: Expat
Synopsis: go-md2man
Description:

Converts markdown into roff (man pages).

go-github-com-go-http-utils-headers 0.0.0-20181008091004-fed159eddc2a
Channel: guix
Location: gnu/packages/golang-web.scm (gnu packages golang-web)
Home page: https://github.com/go-http-utils/headers
Licenses: Expat
Synopsis: HTTP header constants for Golang
Description:

This package provides HTTP header constants.

go-github-com-couchbase-gomemcached 0.3.2
Propagated dependencies: go-github-com-pkg-errors@0.9.1
Channel: guix
Location: gnu/packages/golang-xyz.scm (gnu packages golang-xyz)
Home page: https://github.com/couchbase/gomemcached
Licenses: Expat
Synopsis: Memcached binary protocol toolkit for go
Description:

This package provides memcache client and server functionality.

go-github-com-guptarohit-asciigraph 0.7.3
Channel: guix
Location: gnu/packages/golang-xyz.scm (gnu packages golang-xyz)
Home page: https://github.com/guptarohit/asciigraph
Licenses: Modified BSD
Synopsis: ASCII line graphs for Golang
Description:

This package can generate ASCII line graphs in Golang.

go-github-com-mitchellh-colorstring 0.0.0-20190213212951-d06e56a500db
Channel: guix
Location: gnu/packages/golang-xyz.scm (gnu packages golang-xyz)
Home page: https://github.com/mitchellh/colorstring
Licenses: Expat
Synopsis: Functions to colorize strings for terminal output
Description:

Colorstring provides functions for colorizing strings for terminal output.

go-github-com-mitchellh-colorstring 0.0.0-20190213212951-d06e56a500db
Channel: guixrus
Location: guixrus/packages/common/go.scm (guixrus packages common go)
Home page: https://github.com/mitchellh/colorstring
Licenses: Expat
Synopsis: colorstring
Description:

Package colorstring provides functions for colorizing strings for terminal output.

go-github-com-cpuguy83-go-md2man-v2 2.0.1
Channel: ffab
Location: ffab/packages/golang.scm (ffab packages golang)
Home page: https://github.com/cpuguy83/go-md2man
Licenses: Expat
Synopsis: Convert Markdown into Man pages
Description:

This package converts Markdown into Roff Man pages.

go-github-com-alecthomas-kingpin-v2 2.4.0
Propagated dependencies: go-github-com-alecthomas-units@0.0.0 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/alecthomas/kingpin
Licenses: Expat
Synopsis: Go library provides utilities for building command line interfaces
Description:

Go library provides utilities for building command line interfaces.

go-github-com-vmihailenco-tagparser 2.0.0
Channel: guix
Location: gnu/packages/golang-xyz.scm (gnu packages golang-xyz)
Home page: https://github.com/vmihailenco/tagparser
Licenses: FreeBSD
Synopsis: Tag parser for Golang
Description:

This package is a simple Golang implementation of tag parser.

go-github-com-libp2p-go-libp2p-peer 2.3.8-0.993d742
Propagated dependencies: go-github-com-btcsuite-btcd-btcec@0.12.0-beta-0.67e573d go-github-com-gogo-protobuf@1.3.2 go-github-com-libp2p-go-libp2p-crypto@2.0.1-0.7240b40 go-github-com-multiformats-go-multihash@0.2.3
Channel: guix
Location: gnu/packages/golang-crypto.scm (gnu packages golang-crypto)
Home page: https://github.com/libp2p/go-libp2p-peer
Licenses: Expat
Synopsis: PKI based identities for use in go-libp2p
Description:

PKI based identities for use in go-libp2p.

go-github-com-emersion-go-imap-idle 0.0.0-0.2704abd
Propagated dependencies: go-github-com-emersion-go-imap@1.2.1
Channel: guix
Location: gnu/packages/golang-web.scm (gnu packages golang-web)
Home page: https://github.com/emersion/go-imap-idle
Licenses: Expat
Synopsis: IDLE extension for go-imap
Description:

This package provides an IDLE extension for go-imap.

Total results: 1852