_            _    _        _         _
      /\ \         /\ \ /\ \     /\_\      / /\
      \_\ \       /  \ \\ \ \   / / /     / /  \
      /\__ \     / /\ \ \\ \ \_/ / /     / / /\ \__
     / /_ \ \   / / /\ \ \\ \___/ /     / / /\ \___\
    / / /\ \ \ / / /  \ \_\\ \ \_/      \ \ \ \/___/
   / / /  \/_// / /   / / / \ \ \        \ \ \
  / / /      / / /   / / /   \ \ \   _    \ \ \
 / / /      / / /___/ / /     \ \ \ /_/\__/ / /
/_/ /      / / /____\/ /       \ \_\\ \/___/ /
\_\/       \/_________/         \/_/ \_____\/
go-github-com-go-viper-mapstructure-v2 2.2.1
Channel: guix
Location: gnu/packages/golang-xyz.scm (gnu packages golang-xyz)
Home page: https://github.com/go-viper/mapstructure
Licenses: Expat
Synopsis: Go type converters
Description:

Package mapstructure exposes functionality to convert one arbitrary Go type into another, typically to convert a map[string]interface into a native Go structure.

go-github-com-daviddengcn-go-colortext 1.0.0
Channel: guix
Location: gnu/packages/golang-xyz.scm (gnu packages golang-xyz)
Home page: https://github.com/daviddengcn/go-colortext
Licenses: Modified BSD Expat
Synopsis: Change the color of console text and background
Description:

This is a package to change the color of the text and background in the console, working both under Windows and other systems. Under Windows, the console APIs are used. Otherwise, ANSI texts are output.

go-github-com-libp2p-go-libp2p-kad-dht 0.29.2
Propagated dependencies: go-github-com-google-gopacket@1.1.19 go-github-com-google-uuid@1.6.0 go-github-com-hashicorp-go-multierror@1.1.1 go-github-com-hashicorp-golang-lru@1.0.2 go-github-com-ipfs-boxo@0.28.0 go-github-com-ipfs-go-cid@0.4.1 go-github-com-ipfs-go-datastore@0.6.0 go-github-com-ipfs-go-detect-race@0.0.1 go-github-com-ipfs-go-log@1.0.5 go-github-com-ipfs-go-log-v2@2.5.1 go-github-com-libp2p-go-libp2p@0.40.0 go-github-com-libp2p-go-libp2p-kbucket@0.6.5 go-github-com-libp2p-go-libp2p-record@0.3.1 go-github-com-libp2p-go-libp2p-routing-helpers@0.7.4 go-github-com-libp2p-go-libp2p-testing@0.12.0 go-github-com-libp2p-go-libp2p-xor@0.1.0 go-github-com-libp2p-go-msgio@0.3.0 go-github-com-libp2p-go-netroute@0.2.1 go-github-com-multiformats-go-base32@0.1.0 go-github-com-multiformats-go-multiaddr@0.13.0 go-github-com-multiformats-go-multibase@0.2.0 go-github-com-multiformats-go-multihash@0.2.3 go-github-com-multiformats-go-multistream@0.5.0 go-github-com-whyrusleeping-go-keyspace@0.0.0-20160322163242-5b898ac5add1 go-go-opentelemetry-io-otel@1.30.0 go-go-opentelemetry-io-otel-trace@1.30.0 go-go-uber-org-multierr@1.11.0 go-go-uber-org-zap@1.27.0 go-gonum-org-v1-gonum@0.15.1 go-google-golang-org-protobuf@1.36.0
Channel: guix
Location: gnu/packages/ipfs.scm (gnu packages ipfs)
Home page: https://github.com/libp2p/go-libp2p-kad-dht
Licenses: Expat
Synopsis: Kademlia DHT implementation on go-libp2p
Description:

Package dht implements a distributed hash table that satisfies the IPFS routing interface as specified in kab-dht. This DHT is modeled after Kademlia with S/Kademlia modifications.

go-github-com-blevesearch-snowballstem 0.9.0
Channel: efraim-dfsg
Location: dfsg/main/golang.scm (dfsg main golang)
Home page: https://github.com/blevesearch/snowballstem
Licenses: Modified BSD
Synopsis: snowballstem
Description:

This repository contains the Go stemmers generated by the Snowball project. They are maintained outside of the core bleve package so that they may be more easily be reused in other contexts.

go-github-com-babolivier-go-doh-client 0.0.0-20201028162107-a76cff4cb8b6
Channel: guix
Location: gnu/packages/golang-web.scm (gnu packages golang-web)
Home page: https://github.com/babolivier/go-doh-client
Licenses: GPL 3
Synopsis: DNS over HTTPS client implementation written in Golang
Description:

Package doh implements client operations for DoH (DNS over HTTPS) lookups. It implements looking up the following records:

  • A

  • AAAA

  • CNAME

  • MX

  • NS

  • TXT

  • SRV

  • SOA

  • PTR

go-github-com-audriusbutkevicius-recli 0.0.6
Channel: guix
Location: gnu/packages/golang-xyz.scm (gnu packages golang-xyz)
Home page: https://github.com/AudriusButkevicius/recli
Licenses: MPL 2.0
Synopsis: Reflection-based CLI generator
Description:

For a given struct, recli builds a set of urfave/cli commands which allows you to modify it from the command line. It is useful for generating command line clients for your application configuration that is stored in a Go struct.

go-github-com-alecthomas-participle-v2 2.1.1
Channel: guix
Location: gnu/packages/golang-xyz.scm (gnu packages golang-xyz)
Home page: https://github.com/alecthomas/participle
Licenses: Expat
Synopsis: Parser library for Go
Description:

This package provides a parser library for Golang which constructs parsers from definitions in struct tags and parses directly into those structs. The approach is similar to how other marshallers work in Golang, "unmarshalling" an instance of a grammar into a struct.

go-github-com-opencontainers-go-digest 1.0.0
Channel: guix
Location: gnu/packages/golang-xyz.scm (gnu packages golang-xyz)
Home page: https://github.com/opencontainers/go-digest
Licenses: ASL 2.0 CC-BY-SA 4.0
Synopsis: Common digest package used across the container ecosystem
Description:

Package digest provides a generalized type to opaquely represent message digests and their operations within the registry. The Digest type is designed to serve as a flexible identifier in a content-addressable system. More importantly, it provides tools and wrappers to work with hash.Hash-based digests with little effort.

go-github-com-operatorfoundation-obfs4 1.0.0
Propagated dependencies: go-github-com-dchest-siphash@1.2.3 go-github-com-operatorfoundation-ed25519@0.0.0-0.b22b4bd go-github-com-willscott-goturn@0.0.0-20170802220503-19f41278d0c9 go-golang-org-x-crypto@0.31.0 go-golang-org-x-net@0.33.0 go-torproject-org-pluggable-transports-goptlib@1.1.0
Channel: guix
Location: gnu/packages/golang-crypto.scm (gnu packages golang-crypto)
Home page: https://github.com/OperatorFoundation/obfs4
Licenses: FreeBSD
Synopsis: Network obfourscator to scramble network traffic
Description:

Obfs4 is a look-like nothing obfuscation protocol that incorporates ideas and concepts from Philipp Winter's ScrambleSuit protocol.

The notable differences between ScrambleSuit and obfs4 are:

  • The handshake always does a full key exchange (no such thing as a Session Ticket Handshake).

  • The handshake uses the Tor Project's ntor handshake with public keys obfuscated via the Elligator 2 mapping.

  • The link layer encryption uses NaCl secret boxes (Poly1305/XSalsa20).

go-github-com-go-git-go-git-fixtures-v5 5.0.0
Propagated dependencies: go-github-com-go-git-go-billy-v5@5.6.0 go-gopkg-in-check-v1@1.0.0-20201130134442-10cb98267c6c
Channel: guix
Location: gnu/packages/golang-xyz.scm (gnu packages golang-xyz)
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-go-git-go-git-fixtures-v4 4.3.1
Propagated dependencies: go-github-com-go-git-go-billy-v5@5.6.0 go-gopkg-in-check-v1@1.0.0-20201130134442-10cb98267c6c
Channel: guix
Location: gnu/packages/golang-xyz.scm (gnu packages golang-xyz)
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-fsmiamoto-git-todo-parser 0.0.5
Channel: ffab
Location: ffab/packages/golang-xyz.scm (ffab packages golang-xyz)
Home page: https://github.com/fsmiamoto/git-todo-parser
Licenses: Public Domain
Synopsis: Small parser for git todo files
Description:

This package provides a small parser for git todo files.

go-github-com-stellar-go-support-errors 0.0.0-20191010205648-0fc3bfe3dfa7
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/stellar/go
Licenses: ASL 2.0
Synopsis:
#<unspecified>
go-github-com-multiformats-go-multihash 0.2.3
Propagated dependencies: go-github-com-minio-sha256-simd@0.1.1 go-github-com-mr-tron-base58@1.2.0 go-github-com-multiformats-go-varint@0.0.7 go-github-com-spaolacci-murmur3@1.1.0 go-golang-org-x-crypto@0.31.0 go-lukechampine-com-blake3@1.1.5
Channel: guix
Location: gnu/packages/golang-crypto.scm (gnu packages golang-crypto)
Home page: https://github.com/multiformats/go-multihash
Licenses: Expat
Synopsis: Multihash implementation in Go
Description:

Multihash implementation in Go.

go-github-com-ipfs-go-metrics-interface 0.0.1
Propagated dependencies: go-github-com-ipfs-go-cid@0.4.1 go-github-com-ipfs-go-datastore@0.6.0 go-github-com-multiformats-go-base32@0.1.0 go-github-com-multiformats-go-multihash@0.2.3
Channel: guix
Location: gnu/packages/ipfs.scm (gnu packages ipfs)
Home page: https://github.com/ipfs/go-metrics-interface
Licenses: Expat
Synopsis: Metrics interface for IPFS
Description:

Metrics interface for IPFS (Kubo).

go-github-com-inconshreveable-mousetrap 1.1.0
Channel: hui
Location: hui/packages/proxy.scm (hui packages proxy)
Home page: https://github.com/inconshreveable/mousetrap
Licenses: ASL 2.0
Synopsis: tiny library use for answer a single question
Description:

Only for Windows, but some Go library need this

go-github-com-inconshreveable-mousetrap 1.0.0
Channel: ffab
Location: ffab/packages/golang-xyz.scm (ffab packages golang-xyz)
Home page: https://github.com/inconshreveable/mousetrap
Licenses: ASL 2.0
Synopsis: Detect starting from Windows explorer
Description:

Mousetrap is a tiny library that answers a single question.

go-github-com-inconshreveable-mousetrap 1.1.0
Channel: lauras-channel
Location: laura/packages/go-common.scm (laura packages go-common)
Home page: https://github.com/inconshreveable/mousetrap
Licenses: ASL 2.0
Synopsis: mousetrap
Description:

mousetrap is a tiny library that answers a single question.

go-github-com-inconshreveable-mousetrap 1.0.0
Channel: efraim-dfsg
Location: dfsg/main/golang.scm (dfsg main golang)
Home page: https://github.com/inconshreveable/mousetrap
Licenses: ASL 2.0
Synopsis: mousetrap
Description:

mousetrap is a tiny library that answers a single question.

go-github-com-hetznercloud-hcloud-go-v2 2.17.1
Propagated dependencies: go-github-com-jmattheis-goverter@1.7.0 go-github-com-prometheus-client-golang@1.21.1 go-github-com-vburenin-ifacemaker@1.2.1 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/hetznercloud/hcloud-go
Licenses: Expat
Synopsis: Golang library for the Hetzner Cloud API
Description:

This package provides a library for the Hetzner Cloud API.

go-github-com-whyrusleeping-json-filter 0.0.0-0.ff25329
Channel: guix
Location: gnu/packages/golang-web.scm (gnu packages golang-web)
Home page: https://github.com/whyrusleeping/json-filter
Licenses: Expat
Synopsis: Library to query JSON objects marshalled into map[string]interface
Description:

A library to query JSON objects marshalled into map[string]interface.

go-github-com-multiformats-go-multibase 0.2.0
Propagated dependencies: go-github-com-mr-tron-base58@1.2.0 go-github-com-multiformats-go-base32@0.1.0 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-multibase
Licenses: Expat
Synopsis: Implementation of multibase parser in Go
Description:

Implementation of multibase (self identifying base encodings) in Go.

go-github-com-opencontainers-image-spec 1.1.0
Propagated dependencies: go-github-com-opencontainers-go-digest@1.0.0 go-github-com-russross-blackfriday@1.6.0 go-github-com-xeipuuv-gojsonreference@0.0.0-0.bd5ef7b go-github-com-xeipuuv-gojsonschema@1.2.0
Channel: guix
Location: gnu/packages/golang-xyz.scm (gnu packages golang-xyz)
Home page: https://github.com/opencontainers/image-spec
Licenses: ASL 2.0
Synopsis: OCI Image Format Specification
Description:

The OCI Image Format project creates and maintains the software shipping container image format spec (OCI Image Format).

go-github-com-juju-persistent-cookiejar 1.0.0
Propagated dependencies: go-github-com-juju-go4@0.0.0-20160222163258-40d72ab9641a go-golang-org-x-net@0.33.0 go-github-com-go-errgo-errgo@1.0.1 go-github-com-go-retry-retry@1.0.3
Channel: lauras-channel
Location: laura/packages/go-common.scm (laura packages go-common)
Home page: https://github.com/juju/persistent-cookiejar
Licenses: Modified BSD
Synopsis: cookiejar
Description:

Package cookiejar implements an in-memory @urlhttps://rfc-editor.org/rfc/rfc6265.html,RFC 6265-compliant http.CookieJar.

Total results: 1972