_            _    _        _         _
      /\ \         /\ \ /\ \     /\_\      / /\
      \_\ \       /  \ \\ \ \   / / /     / /  \
      /\__ \     / /\ \ \\ \ \_/ / /     / / /\ \__
     / /_ \ \   / / /\ \ \\ \___/ /     / / /\ \___\
    / / /\ \ \ / / /  \ \_\\ \ \_/      \ \ \ \/___/
   / / /  \/_// / /   / / / \ \ \        \ \ \
  / / /      / / /   / / /   \ \ \   _    \ \ \
 / / /      / / /___/ / /     \ \ \ /_/\__/ / /
/_/ /      / / /____\/ /       \ \_\\ \/___/ /
\_\/       \/_________/         \/_/ \_____\/
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.21.4
Propagated dependencies: go-github-com-caddyserver-zerossl@0.1.0 go-github-com-klauspost-cpuid-v2@2.2.8 go-github-com-libdns-libdns@0.2.2 go-github-com-mholt-acmez@2.0.3 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-golang-org-x-crypto@0.31.0 go-golang-org-x-net@0.33.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-chaseadamsio-goorgeous 2.0.0+incompatible
Propagated dependencies: go-github-com-russross-blackfriday@1.6.0 go-github-com-shurcool-sanitized-anchor-name@1.0.0
Channel: efraim-dfsg
Location: dfsg/main/golang.scm (dfsg main golang)
Home page: https://github.com/chaseadamsio/goorgeous
Licenses: Expat
Synopsis:
#<unspecified>
go-github-com-btcsuite-btcd-chaincfg 0.12.0-beta-0.67e573d
Channel: efraim-dfsg
Location: dfsg/main/golang.scm (dfsg main golang)
Home page: https://github.com/btcsuite/btcd
Licenses: ISC
Synopsis: btcd
#<unspecified>
go-github-com-stellar-go-support-log 0.0.0-20191010205648-0fc3bfe3dfa7
Propagated dependencies: go-github-com-go-errors-errors@1.5.1 go-github-com-pkg-errors@0.9.1 go-github-com-segmentio-go-loggly@0.5.0 go-github-com-sirupsen-logrus@1.9.3
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-stellar-go-support-url 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-coreos-go-systemd-util 0.0.0-20191104093116-d3cd4ed1dbcf
Propagated dependencies: go-github-com-coreos-pkg-dlopen@0.0.0-20170901145554-459346e834d8
Channel: efraim-dfsg
Location: dfsg/main/golang.scm (dfsg main golang)
Home page: https://github.com/coreos/go-systemd
Licenses: ASL 2.0
Synopsis: go-systemd
#<unspecified>
go-gopkg-in-src-d-go-git-fixtures-v3 3.5.0
Propagated dependencies: go-golang-org-x-sys@0.28.0 go-gopkg-in-check-v1@1.0.0-20201130134442-10cb98267c6c go-gopkg-in-src-d-go-billy@4.3.2 go-gopkg-in-src-d-go-git-v4@4.13.1
Channel: efraim-dfsg
Location: dfsg/main/golang.scm (dfsg main golang)
Home page: https://gopkg.in/src-d/go-git-fixtures.v3
Licenses: ASL 2.0
Synopsis: go-git-fixtures
#<unspecified>
go-github-com-lunny-dingtalk-webhook 0.0.0-20171025031554-e3534c89ef96
Channel: efraim-dfsg
Location: dfsg/main/golang.scm (dfsg main golang)
Home page: https://github.com/lunny/dingtalk_webhook
Licenses: Expat
Synopsis: Dingtalk webhook Golang SDK
Description:

Dingtalk webhook Golang SDK

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.28.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-hajimehoshi-bitmapfont 3.2.1
Propagated dependencies: go-golang-org-x-text@0.21.0 go-golang-org-x-image@0.23.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-couchbase-go-couchbase 0.1.1
Propagated dependencies: go-github-com-couchbase-gomemcached@0.3.2 go-github-com-couchbase-goutils@0.1.2
Channel: efraim-dfsg
Location: dfsg/main/golang.scm (dfsg main golang)
Home page: https://github.com/couchbase/go-couchbase
Licenses: Expat
Synopsis: A smart client for couchbase in go
Description:

Package couchbase provides a smart client for go.

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-lestrrat-go-blackmagic 1.0.0
Propagated dependencies: go-github-com-pkg-errors@0.9.1
Channel: efraim-dfsg
Location: dfsg/main/golang.scm (dfsg main golang)
Home page: https://github.com/lestrrat-go/blackmagic
Licenses: Expat
Synopsis: blackmagic
Description:

Reflect-based black magic. YMMV, and use with caution

go-github-com-lestrrat-go-backoff-v2 2.0.8
Propagated dependencies: go-github-com-lestrrat-go-option@1.0.0
Channel: efraim-dfsg
Location: dfsg/main/golang.scm (dfsg main golang)
Home page: https://github.com/lestrrat-go/backoff
Licenses: Expat
Synopsis: backoff
Description:

Package backoff implements backoff algorithms for retrying operations.

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-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-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-charmbracelet-lipgloss 1.0.0
Propagated dependencies: go-github-com-aymanbagabas-go-udiff@0.2.0 go-github-com-charmbracelet-x-ansi@0.6.0 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-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-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

Total results: 1877