_            _    _        _         _
      /\ \         /\ \ /\ \     /\_\      / /\
      \_\ \       /  \ \\ \ \   / / /     / /  \
      /\__ \     / /\ \ \\ \ \_/ / /     / / /\ \__
     / /_ \ \   / / /\ \ \\ \___/ /     / / /\ \___\
    / / /\ \ \ / / /  \ \_\\ \ \_/      \ \ \ \/___/
   / / /  \/_// / /   / / / \ \ \        \ \ \
  / / /      / / /   / / /   \ \ \   _    \ \ \
 / / /      / / /___/ / /     \ \ \ /_/\__/ / /
/_/ /      / / /____\/ /       \ \_\\ \/___/ /
\_\/       \/_________/         \/_/ \_____\/
go-github-com-opencontainers-runtime-spec 1.2.0
Channel: guix
Location: gnu/packages/golang-xyz.scm (gnu packages golang-xyz)
Home page: https://github.com/opencontainers/runtime-spec
Licenses: ASL 2.0
Synopsis: OCI specs implementation in Golang
Description:

This package provides a collection Golang implementation defined in specification-runtime-spec.

go-github-com-mattn-go-sqlite3-for-gomuks 1.14.9
Channel: guixrus
Location: guixrus/packages/common/go.scm (guixrus packages common go)
Home page: https://github.com/mattn/go-sqlite3
Licenses: Expat
Synopsis: Sqlite3 driver for Go
Description:

This package provides a Sqlite3 driver for Go using database/sql.

go-github-com-emersion-go-imap-sortthread 1.2.0
Propagated dependencies: go-golang-org-x-text@0.17.0 go-github-com-emersion-go-sasl@0.0.0-0.240c840 go-github-com-emersion-go-imap@1.2.1
Channel: guixrus
Location: guixrus/packages/common/go.scm (guixrus packages common go)
Home page: https://github.com/emersion/go-imap-sortthread
Licenses: Expat
Synopsis: Sorting and threading of messages for the imap package
Description:

The sortthread package implements message sorting and threading for go-github-com-emersion-go-imap.

go-github-com-emersion-go-imap-sortthread 1.2.0
Propagated dependencies: go-github-com-emersion-go-imap@1.2.1
Channel: guix
Location: gnu/packages/golang-web.scm (gnu packages golang-web)
Home page: https://github.com/emersion/go-imap-sortthread
Licenses: Expat
Synopsis: Sorting and threading of messages for the imap package
Description:

The sortthread package implements message sorting and threading for go-github-com-emersion-go-imap.

go-github-com-decred-dcrd-crypto-blake256 1.1.0
Channel: guix
Location: gnu/packages/golang-crypto.scm (gnu packages golang-crypto)
Home page: https://github.com/decred/dcrd
Licenses: ISC
Synopsis: BLAKE-256/BLAKE-224 crypto hash functions implementation
Description:

Package blake256 implements BLAKE-256 and BLAKE-224 with SSE2, SSE4.1, and AVX acceleration and zero allocations.

go-github-com-multiformats-go-multistream 0.5.0
Propagated dependencies: go-github-com-multiformats-go-varint@0.0.7
Channel: guix
Location: gnu/packages/golang-web.scm (gnu packages golang-web)
Home page: https://github.com/multiformats/go-multistream
Licenses: Expat
Synopsis: Implementation of the multistream protocol in Golang
Description:

Package multistream implements a simple stream router for the multistream-select protocol. The protocol is defined at https://github.com/multiformats/multistream-select

go-github-com-libp2p-go-socket-activation 0.1.0
Propagated dependencies: go-github-com-coreos-go-systemd-v22@22.5.0 go-github-com-ipfs-go-log@1.0.5 go-github-com-multiformats-go-multiaddr@0.13.0
Channel: guix
Location: gnu/packages/golang-web.scm (gnu packages golang-web)
Home page: https://github.com/libp2p/go-socket-activation
Licenses: Expat
Synopsis: Multiaddr backed systemd socket activation
Description:

This package provides access to sockets registered by the system's init daemon as described in http://0pointer.de/blog/projects/socket-activation.

go-github-com-envoyproxy-go-control-plane 0.10.1
Channel: efraim-dfsg
Location: dfsg/main/golang.scm (dfsg main golang)
Home page: https://github.com/envoyproxy/go-control-plane
Licenses: ASL 2.0
Synopsis: control-plane
Description:

This repository contains a Go-based implementation of an API server that implements the discovery service APIs defined in data-plane-api.

go-github-com-grpc-ecosystem-grpc-gateway 1.16.0
Propagated dependencies: go-github-com-golang-glog@1.2.2
Channel: efraim-dfsg
Location: dfsg/main/golang.scm (dfsg main golang)
Home page: https://github.com/grpc-ecosystem/grpc-gateway
Licenses: Modified BSD
Synopsis: grpc-gateway
Description:

The grpc-gateway is a plugin of the Google protocol buffers compiler protoc. It reads protobuf service definitions and generates a reverse-proxy server which translates a RESTful HTTP API into gRPC. This server is generated according to the (code google.api.http) annotations in your service definitions.

go-github-com-hashicorp-golang-lru-arc-v2 2.0.7
Propagated dependencies: go-github-com-hashicorp-golang-lru-v2@2.0.7
Channel: guix
Location: gnu/packages/golang-xyz.scm (gnu packages golang-xyz)
Home page: https://github.com/hashicorp/golang-lru
Licenses: MPL 2.0
Synopsis: Adaptive Replacement Cache
Description:

Adaptive Replacement Cache is an enhancement over the standard LRU cache in that tracks both frequency and recency of use. This avoids a burst in access to new entries from evicting the frequently used older entries. It adds some additional tracking overhead to a standard LRU cache, computationally it is roughly 2x the cost, and the extra memory overhead is linear with the size of the cache.

go-github-com-go-playground-validator-v10 10.11.0
Propagated dependencies: go-github-com-go-playground-universal-translator@0.18.1 go-gopkg-in-go-playground-assert-v2@2.0.1 go-github-com-leodido-go-urn@1.4.0 go-golang-org-x-crypto@0.26.0 go-golang-org-x-text@0.17.0
Channel: ffab
Location: ffab/packages/golang.scm (ffab packages golang)
Home page: https://gopkg.in/go-playground/validator.v10
Licenses: Expat
Synopsis: Validator for structs and individual fields based on tags
Description:

This package implements value validations for structs and individual fields based on tags. It has the following unique features:

  • Cross Field and Cross Struct validations by using validation tags or custom validators

  • Slice, Array and Map diving, which allows any or all levels of a multidimensional field to be validated

  • Ability to dive into both map keys and values for validation

  • Handles type interface by determining it's underlying type prior to validation

  • Handles custom field types such as sql driver Valuer

  • Alias validation tags, which allows for mapping of several validations to a single tag for easier defining of validations on structs

  • Extraction of custom defined Field Name e.g. can specify to extract the JSON name while validating and have it available in the resulting FieldError

  • Customizable i18n aware error messages.

  • Default validator for the gin web framework

go-github-com-go-playground-validator-v10 10.22.0
Propagated dependencies: go-github-com-go-playground-universal-translator@0.18.1 go-github-com-leodido-go-urn@1.4.0 go-github-com-gabriel-vasile-mimetype@1.4.5 go-golang-org-x-crypto@0.26.0 go-golang-org-x-text@0.17.0
Channel: guix
Location: gnu/packages/golang.scm (gnu packages golang)
Home page: https://gopkg.in/go-playground/validator.v9
Licenses: Expat
Synopsis: Validator for structs and individual fields based on tags
Description:

This package implements value validations for structs and individual fields based on tags. It has the following unique features:

  • Cross Field and Cross Struct validations by using validation tags or custom validators

  • Slice, Array and Map diving, which allows any or all levels of a multidimensional field to be validated

  • Ability to dive into both map keys and values for validation

  • Handles type interface by determining it's underlying type prior to validation

  • Handles custom field types such as sql driver Valuer

  • Alias validation tags, which allows for mapping of several validations to a single tag for easier defining of validations on structs

  • Extraction of custom defined Field Name e.g. can specify to extract the JSON name while validating and have it available in the resulting FieldError

  • Customizable i18n aware error messages.

  • Default validator for the gin web framework

go-github-com-keybase-keybase-test-vectors 1.0.12-0.20200309162119-ea1e58fecd5d
Channel: efraim-dfsg
Location: dfsg/main/golang.scm (dfsg main golang)
Home page: https://github.com/keybase/keybase-test-vectors
Licenses:
Synopsis:
#<unspecified>
go-github-com-insomniacslk-dhcp-interfaces 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: wrappers around network interfaces
Description:

a thin layer of wrappers around network interfaces

go-github-com-stefanhaller-git-todo-parser 0.0.0-0.fd95713
Channel: ffab
Location: ffab/packages/golang.scm (ffab packages golang)
Home page: https://github.com/stefanhaller/git-todo-parser
Licenses: Expat
Synopsis: Small parser for git todo files
Description:

This package provides a small parser for git todo files. This package is a modified clone of https://github.com/fsmiamoto/git-todo-parser for purpose of LazyGit project.

go-github-com-aws-aws-sdk-go-v2-service-s3 1.30.0
Propagated dependencies: go-github-com-aws-smithy-go@1.13.5
Channel: guix
Location: gnu/packages/golang-web.scm (gnu packages golang-web)
Home page: https://github.com/aws/aws-sdk-go-v2
Licenses: ASL 2.0
Synopsis: AWS SDK for Go v2
Description:

Package sdk is the official AWS SDK v2 for the Go programming language.

go-github-com-blevesearch-go-porterstemmer 1.0.3
Channel: efraim-dfsg
Location: dfsg/main/golang.scm (dfsg main golang)
Home page: https://github.com/blevesearch/go-porterstemmer
Licenses: Expat
Synopsis: This fork...
Description:

I'm maintaining this fork because the original author was not replying to issues or pull requests. For now I plan on maintaining this fork as necessary.

go-github-com-stellar-go-support-render-hal 0.0.0-20191010205648-0fc3bfe3dfa7
Propagated dependencies: go-github-com-go-chi-chi@1.5.4 go-github-com-go-errors-errors@1.4.2 go-github-com-gorilla-schema@1.2.0 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-multiformats-go-multiaddr-dns 0.3.1
Propagated dependencies: go-github-com-miekg-dns@1.1.62 go-github-com-multiformats-go-multiaddr@0.13.0
Channel: guix
Location: gnu/packages/golang-web.scm (gnu packages golang-web)
Home page: https://multiformats.io/multiaddr/
Licenses: Expat
Synopsis: Library and CLI tool for DNS multiaddr resolution
Description:

Go library for /dns4, /dns6, /dnsaddr multiaddr resolution.

go-github-com-keybase-go-triplesec-insecure 0.0.0-20211118164850-99654891ba7c
Propagated dependencies: go-golang-org-x-crypto@0.26.0 go-github-com-keybase-go-crypto@0.0.0-20200123153347-de78d2cb44f4
Channel: efraim-dfsg
Location: dfsg/main/golang.scm (dfsg main golang)
Home page: https://github.com/keybase/go-triplesec-insecure
Licenses: Expat
Synopsis: TripleSec
Description:

Package triplesec implements the TripleSec v3 and v4 encryption and authentication scheme.

go-github-com-aws-aws-sdk-go-v2-credentials 1.17.27
Propagated dependencies: go-github-com-google-go-cmp@0.6.0 go-github-com-aws-smithy-go@1.13.5
Channel: guix
Location: gnu/packages/golang-web.scm (gnu packages golang-web)
Home page: https://pkg.go.dev/github.com/aws/aws-sdk-go-v2/credentials
Licenses: ASL 2.0
Synopsis: AWS SDK for Go v2 - credentials module
Description:

Package credentials provides types for retrieving credentials from credentials sources.

Total results: 1585