_            _    _        _         _
      /\ \         /\ \ /\ \     /\_\      / /\
      \_\ \       /  \ \\ \ \   / / /     / /  \
      /\__ \     / /\ \ \\ \ \_/ / /     / / /\ \__
     / /_ \ \   / / /\ \ \\ \___/ /     / / /\ \___\
    / / /\ \ \ / / /  \ \_\\ \ \_/      \ \ \ \/___/
   / / /  \/_// / /   / / / \ \ \        \ \ \
  / / /      / / /   / / /   \ \ \   _    \ \ \
 / / /      / / /___/ / /     \ \ \ /_/\__/ / /
/_/ /      / / /____\/ /       \ \_\\ \/___/ /
\_\/       \/_________/         \/_/ \_____\/
go-github-com-containerd-typeurl-v2 2.2.0
Propagated dependencies: go-github-com-gogo-protobuf@1.3.1 go-google-golang-org-protobuf@1.31.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-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-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.17.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-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.scm (ffab packages golang)
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-go-git-go-git-fixtures 4.0.1
Channel: guix
Location: gnu/packages/golang.scm (gnu packages golang)
Home page: https://github.com/go-git/go-git-fixtures/
Licenses: ASL 2.0
Synopsis: Fixtures used by @code{go-git}
Description:

This package provides fixtures used by go-git.

go-github-com-chaseadamsio-goorgeous 2.0.0+incompatible
Propagated dependencies: go-github-com-russross-blackfriday@2.0.1 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-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-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.4.2 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-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.scm (gnu packages golang)
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-couchbase-go-couchbase 0.1.1
Propagated dependencies: go-github-com-couchbase-gomemcached@0.1.4 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.scm (ffab packages golang)
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-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

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