_            _    _        _         _
      /\ \         /\ \ /\ \     /\_\      / /\
      \_\ \       /  \ \\ \ \   / / /     / /  \
      /\__ \     / /\ \ \\ \ \_/ / /     / / /\ \__
     / /_ \ \   / / /\ \ \\ \___/ /     / / /\ \___\
    / / /\ \ \ / / /  \ \_\\ \ \_/      \ \ \ \/___/
   / / /  \/_// / /   / / / \ \ \        \ \ \
  / / /      / / /   / / /   \ \ \   _    \ \ \
 / / /      / / /___/ / /     \ \ \ /_/\__/ / /
/_/ /      / / /____\/ /       \ \_\\ \/___/ /
\_\/       \/_________/         \/_/ \_____\/
go-github-com-wk8-go-ordered-map-v2 2.1.8
Propagated dependencies: go-github-com-bahlo-generic-list-go@0.2.0 go-github-com-buger-jsonparser@1.1.1 go-github-com-mailru-easyjson@0.7.7 go-gopkg-in-yaml-v3@3.0.1
Channel: ffab
Location: ffab/packages/golang-xyz.scm (ffab packages golang-xyz)
Home page: https://github.com/wk8/go-ordered-map
Licenses: ASL 2.0
Synopsis: Optimal implementation of ordered maps for Golang
Description:

Package orderedmap implements an ordered map, i.e. a map that also keeps track of the order in which keys were inserted.

It offers the following features:

  • optimal runtime performance (all operations are constant time)

  • optimal memory usage (only one copy of values, no unnecessary memory allocation)

  • allows iterating from newest or oldest keys indifferently, without memory copy, allowing to break the iteration, and in time linear to the number of keys iterated over rather than the total length of the ordered map

  • supports any generic types for both keys and values. If you're running go < 1.18, you can use version 1 that takes and returns generic interfaces instead of using generics

  • idiomatic API, akin to that of container/list

  • support for JSON and YAML marshalling

go-github-com-libp2p-go-buffer-pool 0.1.0
Channel: guix
Location: gnu/packages/golang-xyz.scm (gnu packages golang-xyz)
Home page: https://github.com/libp2p/go-buffer-pool
Licenses: Expat Modified BSD
Synopsis: Variable size buffer pool for Golang
Description:

This package provides a variable size buffer pool for Golang.

go-buffer-pool provides:

  • BufferPool: A pool for re-using byte slices of varied sizes. This pool will always return a slice with at least the size requested and a capacity up to the next power of two. Each size class is pooled independently which makes the BufferPool more space efficient than a plain sync.Pool when used in situations where data size may vary over an arbitrary range.

  • Buffer: a buffer compatible with bytes.Buffer but backed by a BufferPool. Unlike bytes.Buffer, Buffer will automatically shrink on read, using the buffer pool to avoid causing too much work for the allocator. This is primarily useful for long lived buffers that usually sit empty.

go-github-com-caddyserver-certmagic 0.22.1
Propagated dependencies: go-github-com-caddyserver-zerossl@0.1.3 go-github-com-klauspost-cpuid-v2@2.2.8 go-github-com-libdns-libdns@0.2.2 go-github-com-mholt-acmez-v3@3.1.2 go-github-com-miekg-dns@1.1.62 go-github-com-zeebo-blake3@0.2.4 go-go-uber-org-zap@1.27.0 go-go-uber-org-zap-exp@0.3.0 go-golang-org-x-crypto@0.43.0 go-golang-org-x-net@0.46.0
Channel: guix
Location: gnu/packages/golang-web.scm (gnu packages golang-web)
Home page: https://github.com/caddyserver/certmagic
Licenses: Expat
Synopsis: Automatic HTTPS for any Go program
Description:

certmagic provides API for TLS Automation with full control over almost every aspect of the system.

Main features:

  • Fully automated certificate management including issuance and renewal, with support for certificate revocation. Also works in conjunction with your own certificates.

  • Wildcard certificates.

  • One-line, fully managed HTTPS servers, with HTTP->HTTPS redirects.

  • Multiple issuers supported: get certificates from multiple sources/CAs for redundancy and resiliency.

  • Solves all 3 common ACME challenges: HTTP, TLS-ALPN, and DNS (and capable of others.)

  • Robust error handling:

    • Challenges are randomized to avoid accidental dependence and rotated to overcome certain network blockages.

    • Robust retries for up to 30 days.

    • Exponential backoff with carefully-tuned intervals.

    • Retries with optional test/staging CA endpoint instead of production, to avoid rate limits.

  • All libdns DNS providers work out-of-the-box.

  • Pluggable storage backends (default: file system) and key sources.

  • Automatic OCSP stapling.

  • Distributed solving of all challenges (works behind load balancers.)

  • Supports on-demand issuance of certificates.

  • Optional event hooks for observation.

  • One-time private keys by default (new key for each cert) to discourage pinning and reduce scope of key compromise.

  • Works with any certificate authority (CA) compliant with the ACME specification RFC 8555.

  • Must-Staple (optional; not default.)

  • Full support for draft-ietf-acme-ari (ACME Renewal Information; ARI) extension.

go-github-com-mitchellh-mapstructure 1.5.0
Channel: guix
Location: gnu/packages/golang-xyz.scm (gnu packages golang-xyz)
Home page: https://github.com/mitchellh/mapstructure
Licenses: Expat
Synopsis: Go library for decoding generic map values
Description:

Go library for decoding generic map values

go-github-com-opencontainers-selinux 1.11.1
Propagated dependencies: go-golang-org-x-sys@0.37.0
Channel: guix
Location: gnu/packages/golang-xyz.scm (gnu packages golang-xyz)
Home page: https://github.com/opencontainers/selinux
Licenses: ASL 2.0
Synopsis: Common SELinux implementation
Description:

Common SELinux package used across the container ecosystem.

go-github-com-crackcomm-go-gitignore 0.0.0-20241020182519-7843d2ba8fdf
Channel: guix
Location: gnu/packages/golang-xyz.scm (gnu packages golang-xyz)
Home page: https://github.com/crackcomm/go-gitignore
Licenses: Expat
Synopsis: Gitignore parser for Golang
Description:

ignore is a library which returns a new ignorer object which can test against various paths. This is particularly useful when trying to filter files based on a .gitignore document.

go-github-com-jesseduffield-lazycore 0.0.0-20221023210126-718a4caea996
Propagated dependencies: go-github-com-samber-lo@1.46.0
Channel: ffab
Location: ffab/packages/golang-xyz.scm (ffab packages golang-xyz)
Home page: https://github.com/jesseduffield/lazycore
Licenses: Expat
Synopsis: Shared functionality for lazygit projects
Description:

This package provides a shared functionality for lazygit, lazydocker, etc.

go-github-com-freddierice-go-losetup 2.0.1
Propagated dependencies: go-golang-org-x-sys@0.37.0
Channel: guix
Location: gnu/packages/golang-xyz.scm (gnu packages golang-xyz)
Home page: https://github.com/freddierice/go-losetup
Licenses: Expat
Synopsis: Loop devices for Golang
Description:

This package implements /dev/loop device in Go.

go-github-com-burntsushi-graphics-go 0.0.0-20160129215708-b43f31a4a966
Channel: guix
Location: gnu/packages/golang-xyz.scm (gnu packages golang-xyz)
Home page: https://github.com/BurntSushi/graphics-go
Licenses: Modified BSD
Synopsis: Graphics library for the Golang
Description:

This package provides a library to works with graphics.

go-github-com-multiformats-go-base36 0.2.0
Channel: guix
Location: gnu/packages/golang-xyz.scm (gnu packages golang-xyz)
Home page: https://github.com/multiformats/go-base36
Licenses: ASL 2.0 Expat
Synopsis: Optimized @code{base36} codec for Go
Description:

Optimized codec for []byte <=> base36 string conversion.

go-github-com-hajimehoshi-bitmapfont 3.2.1
Propagated dependencies: go-golang-org-x-text@0.30.0 go-golang-org-x-image@0.32.0 go-github-com-pkg-browser@0.0.0-20240102092130-5ac0b6a4141c go-github-com-pierrec-lz4-v4@4.1.21
Channel: lauras-channel
Location: laura/packages/go-common.scm (laura packages go-common)
Home page: https://github.com/hajimehoshi/bitmapfont
Licenses: ASL 2.0
Synopsis: bitmapfont (v3)
Description:

Package bitmapfont provides font.Face values with bitmap glyphs.

go-github-com-charmbracelet-lipgloss 1.1.0
Propagated dependencies: go-github-com-aymanbagabas-go-udiff@0.2.0 go-github-com-charmbracelet-x-ansi@0.10.1 go-github-com-charmbracelet-x-cellbuf@0.0.13 go-github-com-charmbracelet-x-exp-golden@0.0.0-20241121171228-5bc00623ea2f go-github-com-muesli-termenv@0.15.2 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/lipgloss
Licenses: Expat
Synopsis: Style definitions for nice terminal layouts
Description:

Style definitions for nice terminal layouts. Built with TUIs in mind.

go-github-com-lestrrat-go-blackmagic 1.0.4
Channel: guix
Location: gnu/packages/golang-xyz.scm (gnu packages golang-xyz)
Home page: https://github.com/lestrrat-go/blackmagic
Licenses: Expat
Synopsis: Reflect-based black magic for Golang
Description:

This package implements a reflect-based black magic for Go.

go-github-com-xaionaro-go-bytesextra 0.0.0-20220103144954-846e454ddea9
Channel: guix
Location: gnu/packages/golang-xyz.scm (gnu packages golang-xyz)
Home page: https://github.com/xaionaro-go/bytesextra
Licenses: CC0
Synopsis: Golang library for bytes I/O
Description:

This package provides io.ReadWriteSeeker implementation for []byte.

go-github-com-deckarep-golang-set-v2 2.6.0
Propagated dependencies: go-github-com-elliotchance-orderedmap-v2@2.2.0
Channel: guix
Location: gnu/packages/golang-xyz.scm (gnu packages golang-xyz)
Home page: https://github.com/deckarep/golang-set
Licenses: Expat
Synopsis: Set type for Go
Description:

Set is the set collection for the Go language.

go-github-com-multiformats-go-base32 0.1.0
Channel: guix
Location: gnu/packages/golang-xyz.scm (gnu packages golang-xyz)
Home page: https://github.com/multiformats/go-base32
Licenses: Modified BSD
Synopsis: Go @code{base32} encoding package with @code{NoPadding} option
Description:

base32 encoding package from Go with NoPadding option

go-github-com-insomniacslk-dhcp-iana 0.0.0-20230516061539-49801966e6cb
Channel: hui
Location: hui/packages/proxy.scm (hui packages proxy)
Home page: https://github.com/insomniacslk/dhcp
Licenses: Modified BSD
Synopsis: several IANA constants and helpers
Description:

several IANA constants, and helpers used by dhcpv6 and dhcpv4

go-github-com-twpayne-go-pinentry-v4 4.0.0
Propagated dependencies: go-github-com-rs-zerolog@1.33.0
Channel: guix
Location: gnu/packages/golang-crypto.scm (gnu packages golang-crypto)
Home page: https://github.com/twpayne/go-pinentry
Licenses: Expat
Synopsis: Golang client to GnuPG's pinentry
Description:

Package pinentry provides a client to GnuPG's pinentry.

go-github-com-moby-docker-image-spec 1.3.1
Propagated dependencies: go-github-com-opencontainers-image-spec@1.1.0
Channel: guix
Location: gnu/packages/golang-xyz.scm (gnu packages golang-xyz)
Home page: https://github.com/moby/docker-image-spec
Licenses: ASL 2.0
Synopsis: Docker Image Specification v1.
Description:

This directory contains documents about Docker Image Specification v1.X.

go-github-com-vmihailenco-msgpack-v4 4.3.13
Propagated dependencies: 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/msgpack
Licenses: FreeBSD
Synopsis: MessagePack encoding for Golang
Description:

This package provides implementation of MessagePack encoding for Go programming language.

go-github-com-multiformats-go-varint 0.0.7
Channel: guix
Location: gnu/packages/golang-xyz.scm (gnu packages golang-xyz)
Home page: https://github.com/multiformats/go-varint
Licenses: Expat
Synopsis: Varint helpers that enforce minimal encoding
Description:

This package provides a functionality for encoding and decoding unsigned varints.

go-github-com-vmihailenco-msgpack-v5 5.4.1
Propagated dependencies: go-github-com-vmihailenco-tagparser@2.0.0 go-google-golang-org-appengine@1.6.8
Channel: guix
Location: gnu/packages/golang-xyz.scm (gnu packages golang-xyz)
Home page: https://github.com/vmihailenco/msgpack
Licenses: FreeBSD
Synopsis: MessagePack encoding for Golang
Description:

This package provides implementation of MessagePack encoding for Go programming language.

go-github-com-valyala-bytebufferpool 1.0.0
Channel: guix
Location: gnu/packages/golang-xyz.scm (gnu packages golang-xyz)
Home page: https://github.com/valyala/bytebufferpool
Licenses: Expat
Synopsis: Anti-memory-waste byte buffer pool for Golang
Description:

bytebufferpool implements a pool of byte buffers with anti-fragmentation protection.

go-github-com-hydrogen18-memlistener 1.0.0
Channel: guix
Location: gnu/packages/golang-check.scm (gnu packages golang-check)
Home page: https://github.com/hydrogen18/memlistener
Licenses: Modified BSD
Synopsis: In memory listener for testing socket and HTTP servers in Golang
Description:

This package implements a functionality for testing socket and HTTP servers in Golang.

Total results: 1956