_            _    _        _         _
      /\ \         /\ \ /\ \     /\_\      / /\
      \_\ \       /  \ \\ \ \   / / /     / /  \
      /\__ \     / /\ \ \\ \ \_/ / /     / / /\ \__
     / /_ \ \   / / /\ \ \\ \___/ /     / / /\ \___\
    / / /\ \ \ / / /  \ \_\\ \ \_/      \ \ \ \/___/
   / / /  \/_// / /   / / / \ \ \        \ \ \
  / / /      / / /   / / /   \ \ \   _    \ \ \
 / / /      / / /___/ / /     \ \ \ /_/\__/ / /
/_/ /      / / /____\/ /       \ \_\\ \/___/ /
\_\/       \/_________/         \/_/ \_____\/
go-github-com-charmbracelet-x-term 0.2.1
Propagated dependencies: go-github-com-rivo-uniseg@0.4.7 go-golang-org-x-sys@0.25.0
Channel: guix
Location: gnu/packages/golang-xyz.scm (gnu packages golang-xyz)
Home page: https://github.com/charmbracelet/x
Licenses: Expat
Synopsis: Terminal utilities and helpers
Description:

term provides an API for working with terminals that includes:

  • Switching a terminal to the raw mode.

  • Getting, setting and restoring the state of a terminal.

  • Getting size of a terminal.

  • Reading passwords from a terminal without a local echo.

go-github-com-tekwizely-go-parsing 0.0.0-20221001173913-aa6d6749ea2d
Channel: guix
Location: gnu/packages/golang-xyz.scm (gnu packages golang-xyz)
Home page: https://github.com/tekwizely/go-parsing
Licenses: Expat
Synopsis: Text parsing, with lexers, parsers, and related tools
Description:

This package provides Go modules focused on text parsing, with lexers, parsers, and related tools.

Included modules are:

  • github.com/tekwizely/go-parsing

  • github.com/tekwizely/go-parsing/lexer

  • github.com/tekwizely/go-parsing/lexer/token

  • github.com/tekwizely/go-parsing/parser

go-github-com-agnivade-levenshtein 1.1.1
Propagated dependencies: go-github-com-dgryski-trifles@0.0.0-20220729183022-231ecf6ed548
Channel: ffab
Location: ffab/packages/golang.scm (ffab packages golang)
Home page: https://github.com/agnivade/levenshtein
Licenses: Expat
Synopsis: Golang implementation to calculate Levenshtein Distance
Description:

Package levenshtein is a Go implementation to calculate Levenshtein Distance. The library is fully capable of working with non-ascii strings. But the strings are not normalized. That is left as a user-dependant use case. Please normalize the strings before passing it to the library if you have such a requirement.

go-github-com-remeh-sizedwaitgroup 1.0.0
Channel: guix
Location: gnu/packages/golang-xyz.scm (gnu packages golang-xyz)
Home page: https://github.com/remeh/sizedwaitgroup
Licenses: Expat
Synopsis: Goroutines limit amount implementation of standard @code{sync.WaitGroup}
Description:

This package implements a feature of limiting the maximum number of concurrently started routines which has the same role and API as sync.WaitGroup. It could for example be used to start multiples routines querying a database but without sending too much queries in order to not overload the given database.

go-github-com-go-webauthn-webauthn 0.10.2
Propagated dependencies: go-github-com-fxamacker-cbor-v2@2.7.0 go-github-com-go-webauthn-x@0.1.12 go-github-com-golang-jwt-jwt-v5@5.2.0 go-github-com-google-go-tpm@0.9.1 go-github-com-google-uuid@1.6.0 go-github-com-mitchellh-mapstructure@1.5.0
Channel: guix
Location: gnu/packages/golang-web.scm (gnu packages golang-web)
Home page: https://github.com/go-webauthn/webauthn
Licenses: Modified BSD
Synopsis: Webauthn/FIDO2 library for Golang
Description:

This library is meant to handle Web Authentication for Go apps that wish to implement a passwordless solution for users. This library conforms as much as possible to the guidelines and implementation procedures outlined by the document. It's a successor of not maintained https://github.com/duo-labs/webauthn library.

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-davidlazar-go-crypto 0.0.0-20200604182044-b73af7476f6c
Propagated dependencies: go-golang-org-x-crypto@0.27.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.0.0-0.ae18d6b
Channel: guix
Location: gnu/packages/golang.scm (gnu packages golang)
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.25.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 1.0.2-1.525f6e1
Channel: guix
Location: gnu/packages/golang.scm (gnu packages golang)
Home page: https://github.com/sabhiram/go-gitignore
Licenses: Expat
Synopsis: Gitignore parser for Go
Description:

A .gitignore parser for Go.

go-github-com-xeipuuv-gojsonpointer 0.0.0-20190905194746-02993c407bfb
Channel: efraim-dfsg
Location: dfsg/main/golang.scm (dfsg main golang)
Home page: https://github.com/xeipuuv/gojsonpointer
Licenses: ASL 2.0
Synopsis: gojsonpointer
#<unspecified>
go-github-com-dgryski-go-rendezvous 0.0.0-20200823014737-9f7001d12a5f
Channel: efraim-dfsg
Location: dfsg/main/golang.scm (dfsg main golang)
Home page: https://github.com/dgryski/go-rendezvous
Licenses: Expat
Synopsis:
#<unspecified>
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-evanphx-json-patch-v5 5.6.0
Propagated dependencies: go-github-com-pkg-errors@0.9.1 go-github-com-jessevdk-go-flags@1.5.0
Channel: efraim-dfsg
Location: dfsg/main/golang.scm (dfsg main golang)
Home page: https://github.com/evanphx/json-patch
Licenses: Modified BSD
Synopsis:
#<unspecified>
go-github-com-magiconair-properties 1.8.7
Channel: guix
Location: gnu/packages/golang.scm (gnu packages golang)
Home page: https://github.com/magiconair/properties
Licenses: FreeBSD
Synopsis: Java properties scanner for Go
Description:

Java properties scanner for Go

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-couchbase-gomemcached 0.1.4
Channel: guix
Location: gnu/packages/databases.scm (gnu packages databases)
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-remyoudompheng-bigfft 0.0.0-20200410134404-eec4a21b6bb0
Channel: efraim-dfsg
Location: dfsg/main/golang.scm (dfsg main golang)
Home page: https://github.com/remyoudompheng/bigfft
Licenses: Modified BSD
Synopsis:
Description:

Package bigfft implements multiplication of big.Int using FFT.

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.scm (gnu packages golang)
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.

Total results: 1560