_            _    _        _         _
      /\ \         /\ \ /\ \     /\_\      / /\
      \_\ \       /  \ \\ \ \   / / /     / /  \
      /\__ \     / /\ \ \\ \ \_/ / /     / / /\ \__
     / /_ \ \   / / /\ \ \\ \___/ /     / / /\ \___\
    / / /\ \ \ / / /  \ \_\\ \ \_/      \ \ \ \/___/
   / / /  \/_// / /   / / / \ \ \        \ \ \
  / / /      / / /   / / /   \ \ \   _    \ \ \
 / / /      / / /___/ / /     \ \ \ /_/\__/ / /
/_/ /      / / /____\/ /       \ \_\\ \/___/ /
\_\/       \/_________/         \/_/ \_____\/
go-github-com-peterbourgon-diskv 3.0.0
Propagated dependencies: go-github-com-google-btree@1.1.3
Channel: guix
Location: gnu/packages/golang-xyz.scm (gnu packages golang-xyz)
Home page: https://github.com/peterbourgon/diskv
Licenses: Expat
Synopsis: Disk-backed key-value store
Description:

Diskv (disk-vee) is a simple, persistent key-value store written in the Go language. It starts with a simple API for storing arbitrary data on a filesystem by key, and builds several layers of performance-enhancing abstraction on top. The end result is a conceptually simple, but highly performant, disk-backed storage system.

go-github-com-patrickmn-go-cache 2.1.0
Channel: guix
Location: gnu/packages/golang-xyz.scm (gnu packages golang-xyz)
Home page: https://github.com/patrickmn/go-cache
Licenses: Expat
Synopsis: In-memory key:value store/cache Golang library
Description:

go-cache is an in-memory key:value store/cache similar to Memcached that is suitable for applications running on a single machine. Its major advantage is that, being essentially a thread-safe map[string]interface with expiration times, it doesn't need to serialize or transmit its contents over the network.

go-github-com-tetratelabs-wazero 1.8.2
Channel: guix
Location: gnu/packages/golang-web.scm (gnu packages golang-web)
Home page: https://github.com/tetratelabs/wazero
Licenses: ASL 2.0
Synopsis: Zero dependency WebAssembly runtime for Go
Description:

wazero is a WebAssembly Core Specification 1.0 and https://www.w3.org/TR/2022/WD-wasm-core-2-20220419/,2.0 compliant runtime. It has zero dependencies, and doesn't rely on CGO. This means you can run applications in other languages and still keep cross compilation.

go-github-com-getkin-kin-openapi 0.128.0
Propagated dependencies: go-github-com-go-openapi-jsonpointer@0.21.0 go-github-com-gorilla-mux@1.8.0 go-github-com-invopop-yaml@0.3.1 go-github-com-mohae-deepcopy@0.0.0-20170308212314-bb9b5e7adda9 go-github-com-perimeterx-marshmallow@1.1.5 go-gopkg-in-yaml-v3@3.0.1
Channel: guix
Location: gnu/packages/golang-web.scm (gnu packages golang-web)
Home page: https://github.com/getkin/kin-openapi
Licenses: Expat
Synopsis: OpenAPI 3.0 and Swagger v2 implementation for Golang
Description:

This package implements a functionality for parsing, converting and validating OpenAPI v2.0, OpenAPI v3.0 and OpenAPI v3.1.

go-github-com-hashicorp-go-hclog 1.6.2
Propagated dependencies: go-github-com-fatih-color@1.17.0 go-github-com-mattn-go-isatty@0.0.20 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/hashicorp/go-hclog
Licenses: Expat
Synopsis: Key/value logging interface for Go
Description:

This package provides a simple key/value logging interface for Golang for use in development and production environments. Unlike the standard library log package, this package provides logging levels that provide decreased output based upon the desired amount of output. It also comes with a command-line program hclogvet that can be used to check that the logging level methods on hclog.Logger are used correctly.

go-github-com-minio-blake2b-simd 0.0.0-0.3f5f724
Channel: guix
Location: gnu/packages/golang-crypto.scm (gnu packages golang-crypto)
Home page: https://github.com/minio/blake2b-simd
Licenses: ASL 2.0
Synopsis: Fast hashing in pure Go of BLAKE2b with SIMD instructions
Description:

This package was initially based on the pure go BLAKE2b implementation of Dmitry Chestnykh and merged with the (cgo dependent) AVX optimized BLAKE2 implementation (which in turn is based on the official implementation. It does so by using Go's Assembler for amd64 architectures with a golang only fallback for other architectures.

In addition to AVX there is also support for AVX2 as well as SSE. Best performance is obtained with AVX2 which gives roughly a 4X performance increase approaching hashing speeds of 1GB/sec on a single core.

go-github-com-neelance-astrewrite 0.0.0-20160511093645-99348263ae86
Channel: hui
Location: hui/packages/proxy.scm (hui packages proxy)
Home page: https://github.com/neelance/astrewrite
Licenses: FreeBSD
Synopsis:
#<unspecified>
go-github-com-neelance-astrewrite 0.0.0-20160511093645-99348263ae86
Channel: efraim-dfsg
Location: dfsg/main/golang.scm (dfsg main golang)
Home page: https://github.com/neelance/astrewrite
Licenses: FreeBSD
Synopsis:
#<unspecified>
go-github-com-k0kubun-colorstring 0.0.0-20150214042306-9440f1994b88
Channel: efraim-dfsg
Location: dfsg/main/golang.scm (dfsg main golang)
Home page: https://github.com/k0kubun/colorstring
Licenses: Expat
Synopsis: colorstring
#<unspecified>
go-github-com-scylladb-termtables 0.0.0-20191203121021-c4c0b6d42ff4
Channel: efraim-dfsg
Location: dfsg/main/golang.scm (dfsg main golang)
Home page: https://github.com/scylladb/termtables
Licenses: ASL 2.0
Synopsis: Termtables
#<unspecified>
go-github-com-kennygrant-sanitize 1.2.4
Propagated dependencies: go-golang-org-x-net@0.33.0
Channel: efraim-dfsg
Location: dfsg/main/golang.scm (dfsg main golang)
Home page: https://github.com/kennygrant/sanitize
Licenses: Modified BSD
Synopsis: sanitize
#<unspecified>
go-github-com-stellar-go-txnbuild 0.0.0-20191010205648-0fc3bfe3dfa7
Propagated dependencies: go-github-com-lib-pq@1.2.0 go-github-com-pkg-errors@0.9.1 go-github-com-stellar-go-xdr-xdr3@0.0.0-20201028102745-f80a23dac78a
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-gocolly-colly-debug 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-segmentio-go-loggly 0.5.0
Channel: efraim-dfsg
Location: dfsg/main/golang.scm (dfsg main golang)
Home page: https://github.com/segmentio/go-loggly
Licenses:
Synopsis:
#<unspecified>
go-github-com-schollz-mnemonicode 1.0.1
Propagated dependencies: go-golang-org-x-text@0.21.0
Channel: guixrus
Location: guixrus/packages/common/go.scm (guixrus packages common go)
Home page: https://github.com/schollz/mnemonicode
Licenses: Expat
Synopsis: Mnemonicode
Description:

Package mnemonicode.

go-github-com-stellar-go-xdr-xdr3 0.0.0-20201028102745-f80a23dac78a
Channel: efraim-dfsg
Location: dfsg/main/golang.scm (dfsg main golang)
Home page: https://github.com/stellar/go-xdr
Licenses: ISC
Synopsis: go-xdr
#<unspecified>
go-github-com-jpillora-requestlog 1.0.0
Dependencies: go-github-com-andrew-d-go-termutil@0.0.0-20150726205930-009166a695a2 go-github-com-tomasen-realip@0.0.0-20180522021738-f0c99a92ddce go-github-com-jpillora-ansi@1.0.2 go-github-com-jpillora-sizestr@20160129-1.e2ea2fa
Channel: guixrus
Location: guixrus/packages/common/go.scm (guixrus packages common go)
Home page: https://github.com/jpillora/requestlog
Licenses: Expat
Synopsis: Simple request logging in Go
Description:

Simple request logging in Go

go-github-com-kennygrant-sanitize 1.2.4
Propagated dependencies: go-golang-org-x-net@0.33.0
Channel: small-guix
Location: small-guix/packages/papeer.scm (small-guix packages papeer)
Home page: https://github.com/kennygrant/sanitize
Licenses: Modified BSD
Synopsis: sanitize
Description:

Package sanitize provides functions for sanitizing text.

go-github-com-gomarkdown-markdown 0.0.0-20240730141124-034f12af3bf6
Channel: lauras-channel
Location: laura/packages/go-common.scm (laura packages go-common)
Home page: https://github.com/gomarkdown/markdown
Licenses: FreeBSD
Synopsis: Markdown Parser and HTML Renderer for Go
Description:

Package markdown implements markdown parser and HTML renderer.

go-github-com-jfreymuth-oggvorbis 1.0.5
Propagated dependencies: go-github-com-jfreymuth-vorbis@1.0.2
Channel: lauras-channel
Location: laura/packages/go-common.scm (laura packages go-common)
Home page: https://github.com/jfreymuth/oggvorbis
Licenses: Expat
Synopsis: oggvorbis
Description:

Package oggvorbis decodes audio from ogg/vorbis files.

go-github-com-swaggest-assertjson 1.9.0
Propagated dependencies: go-github-com-bool64-shared@0.1.5 go-github-com-iancoleman-orderedmap@0.3.0 go-github-com-yosuke-furukawa-json5@0.1.1-0.cf7bb3f go-github-com-yudai-gojsondiff@1.0.0
Channel: guix
Location: gnu/packages/golang-check.scm (gnu packages golang-check)
Home page: https://github.com/swaggest/assertjson
Licenses: Expat
Synopsis: JSON equality assertions for Golang
Description:

This package provides JSON equality assertions for Golang.

go-github-com-muesli-cancelreader 0.2.2
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/muesli/cancelreader
Licenses: Expat
Synopsis: Cancelable reader for Golang
Description:

This package provides a cancelable reader for Go.

go-github-com-chris-ramon-douceur 0.2.0
Propagated dependencies: go-github-com-aymerick-douceur@0.2.0 go-github-com-gorilla-css@1.0.0
Channel: guix
Location: gnu/packages/golang-web.scm (gnu packages golang-web)
Home page: https://github.com/chris-ramon/douceur/
Licenses: Expat
Synopsis: CSS parser and inliner
Description:

This package provides a CSS parser and inliner.

go-github-com-erikgeiser-coninput 0.0.0-20211004153227-1c3628e74d0f
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/erikgeiser/coninput
Licenses: Expat
Synopsis: Input handling with Windows Console API
Description:

Go library for input handling using Windows Console API.

Total results: 1774