_            _    _        _         _
      /\ \         /\ \ /\ \     /\_\      / /\
      \_\ \       /  \ \\ \ \   / / /     / /  \
      /\__ \     / /\ \ \\ \ \_/ / /     / / /\ \__
     / /_ \ \   / / /\ \ \\ \___/ /     / / /\ \___\
    / / /\ \ \ / / /  \ \_\\ \ \_/      \ \ \ \/___/
   / / /  \/_// / /   / / / \ \ \        \ \ \
  / / /      / / /   / / /   \ \ \   _    \ \ \
 / / /      / / /___/ / /     \ \ \ /_/\__/ / /
/_/ /      / / /____\/ /       \ \_\\ \/___/ /
\_\/       \/_________/         \/_/ \_____\/
go-github-com-mitchellh-reflectwalk 1.0.2
Channel: guix
Location: gnu/packages/golang-xyz.scm (gnu packages golang-xyz)
Home page: https://github.com/mitchellh/reflectwalk/
Licenses: Expat
Synopsis: Walk a value in Go using reflection
Description:

reflectwalk is a Go library for "walking" a value in Go using reflection, in the same way a directory tree can be "walked" on the file system. Walking a complex structure can allow you to do manipulations on unknown structures such as those decoded from JSON.

go-github-com-johncgriffin-overflow 0.0.0-20211019200055-46fa312c352c
Channel: guix
Location: gnu/packages/golang-maths.scm (gnu packages golang-maths)
Home page: https://github.com/JohnCGriffin/overflow
Licenses: Expat
Synopsis: Check for int/int64/int32 arithmetic overflow in Golang
Description:

This package offers overflow-checked integer arithmetic operations for int,int32, and int64. Each of the operations returns a result,bool combination. This was prompted by the need to know when to flow into higher precision types from the math.big library.

go-github-com-containerd-typeurl-v2 2.2.0
Propagated dependencies: go-github-com-gogo-protobuf@1.3.2 go-google-golang-org-protobuf@1.36.0
Channel: guix
Location: gnu/packages/golang-web.scm (gnu packages golang-web)
Home page: https://github.com/containerd/typeurl
Licenses: ASL 2.0
Synopsis: Managing marshaled types to @code{protobuf.Any}
Description:

This package implements a functionality of managing the registration, marshaling, and unmarshaling of encoded types. It helps when types are sent over a ttrpc/GRPC API and marshaled as a protobuf Any.

go-github-com-masterminds-semver-v3 3.2.1
Channel: guix
Location: gnu/packages/golang-xyz.scm (gnu packages golang-xyz)
Home page: https://github.com/Masterminds/semver/
Licenses: Expat
Synopsis: @code{semver} helps to work with semantic versions
Description:

The semver package provides the ability to work with semantic versions. Specifically it provides the ability to:

  • Parse semantic versions

  • Sort semantic versions

  • Check if a semantic version fits within a set of constraints

  • Optionally work with a v prefix

go-github-com-klauspost-reedsolomon 1.12.4
Propagated dependencies: go-github-com-klauspost-cpuid-v2@2.2.8
Channel: guix
Location: gnu/packages/golang-xyz.scm (gnu packages golang-xyz)
Home page: https://github.com/klauspost/reedsolomon
Licenses: Expat
Synopsis: Reed-Solomon algorithm implementation in Golang
Description:

Package reedsolomon enables Erasure Coding. It's a Go port of the JavaReedSolomon.

For encoding high shard counts (>256) a Leopard implementation is used. For most platforms this performs close to the original Leopard implementation in terms of speed.

go-github-com-jcmturner-dnsutils-v2 2.0.0
Channel: guix
Location: gnu/packages/golang-web.scm (gnu packages golang-web)
Home page: https://github.com/jcmturner/dnsutils
Licenses: ASL 2.0
Synopsis: Go library with DNS utils
Description:

The dnsutils package provides a Go function to return a map of Service Records (SRV) in the order they should be used for a given service, protocol and name. The order is determined by the records' priority and randomized selection based on their relative weighting. This package is useful for network applications that require accessing services using SRV records.

go-github-com-aymanbagabas-go-udiff 0.2.0
Channel: guix
Location: gnu/packages/golang-xyz.scm (gnu packages golang-xyz)
Home page: https://github.com/aymanbagabas/go-udiff
Licenses: Expat
Synopsis: Diffing library for Golang
Description:

udiff (micro-diff, or µDiff) is a library that implements the Myers' diffing algorithm. It aims to provide a minimal API to compute and apply diffs with zero dependencies. It also supports generating diffs in the Unified Format.

go-github-com-alexliesenfeld-health 0.8.0
Channel: guix
Location: gnu/packages/golang-web.scm (gnu packages golang-web)
Home page: https://github.com/alexliesenfeld/health
Licenses: Expat
Synopsis: Simple and flexible health check library for Go
Description:

This library provides a http.Handler that acts as a health endpoint. It can be used by cloud infrastructure or other services to determine the availability of an application.

Rather than simply returning a response with HTTP status code 200, this library allows building health checks that test the availability of all required dependencies. The HTTP response contains the aggregated health result and details about the health status of each component.

go-github-com-go-playground-locales 0.14.1
Propagated dependencies: go-golang-org-x-text@0.21.0
Channel: guix
Location: gnu/packages/golang-xyz.scm (gnu packages golang-xyz)
Home page: https://github.com/go-playground/locales
Licenses: Expat
Synopsis: Set of locales generated from the CLDR Unicode Project
Description:

This package provides a set of locales generated from the Unicode CLDR Project which can be used independently or within an internalization (i18n) package. Its currently implemented features include

  • Rules generated from the CLDR data, v31.0.3

  • Contains Cardinal, Ordinal and Range Plural Rules

  • Contains Month, Weekday and Timezone translations built in

  • Contains Date & Time formatting functions

  • Contains Number, Currency, Accounting and Percent formatting functions

  • Supports the "Gregorian" calendar only

go-github-com-coreos-go-systemd-v22 22.5.0
Dependencies: elogind@252.9
Propagated dependencies: go-github-com-godbus-dbus-v5@5.1.0
Channel: guix
Location: gnu/packages/golang-xyz.scm (gnu packages golang-xyz)
Home page: https://github.com/coreos/go-systemd
Licenses: ASL 2.0
Synopsis: Go bindings to systemd
Description:

This package implements a various systemd bindings and provides Golang submodules:

  • activation - for writing and using socket activation from Go

  • daemon - for notifying systemd of service status changes

  • dbus - for starting/stopping/inspecting running services and units

  • journal - for writing to systemd's logging service, journald

  • sdjournal - for reading from journald by wrapping its C API

  • login1 - for integration with the systemd logind API

  • machine1 - for registering machines/containers with systemd

  • unit - for (de)serialization and comparison of unit files

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-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-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-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-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-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-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

Total results: 1694