_            _    _        _         _
      /\ \         /\ \ /\ \     /\_\      / /\
      \_\ \       /  \ \\ \ \   / / /     / /  \
      /\__ \     / /\ \ \\ \ \_/ / /     / / /\ \__
     / /_ \ \   / / /\ \ \\ \___/ /     / / /\ \___\
    / / /\ \ \ / / /  \ \_\\ \ \_/      \ \ \ \/___/
   / / /  \/_// / /   / / / \ \ \        \ \ \
  / / /      / / /   / / /   \ \ \   _    \ \ \
 / / /      / / /___/ / /     \ \ \ /_/\__/ / /
/_/ /      / / /____\/ /       \ \_\\ \/___/ /
\_\/       \/_________/         \/_/ \_____\/
go-github-com-sherclockholmes-webpush-go 1.3.0
Propagated dependencies: go-github-com-golang-jwt-jwt@3.2.2 go-golang-org-x-crypto@0.27.0
Channel: guix
Location: gnu/packages/golang-web.scm (gnu packages golang-web)
Home page: https://github.com/SherClockHolmes/webpush-go
Licenses: Expat
Synopsis: Web Push API Encryption with VAPID support
Description:

Web Push API Encryption with VAPID support.

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/elliotchance/orderedmap
Licenses: Expat
Synopsis: Go ordered map library
Description:

This package provides a ordered map library that maintains amortized O(1) for Set, Get, Delete and Len.

go-github-com-circonus-labs-go-apiclient 0.7.24
Propagated dependencies: go-github-com-hashicorp-go-retryablehttp@0.7.7 go-github-com-pkg-errors@0.9.1
Channel: guix
Location: gnu/packages/golang-web.scm (gnu packages golang-web)
Home page: https://github.com/circonus-labs/go-apiclient
Licenses: Modified BSD
Synopsis: Circonus API Client for Golang
Description:

Package apiclient provides methods for interacting with the Circonus API. See the full Circonus API Documentation at https://login.circonus.com/resources/api for more information.

go-github-com-charmbracelet-x-exp-golden 0.0.0-20241121171228-5bc00623ea2f
Propagated dependencies: 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/charmbracelet/x
Licenses: Expat
Synopsis: Verify @code{.golden} file equality
Description:

Golden files (.golden) contain the raw expected output of tests,which can contain control codes and escape sequences. golden package provides an API for comparing Golden files.

go-github-com-hashicorp-go-retryablehttp 0.7.7
Propagated dependencies: go-github-com-hashicorp-go-hclog@1.6.2 go-github-com-hashicorp-go-cleanhttp@0.5.2
Channel: guix
Location: gnu/packages/golang-web.scm (gnu packages golang-web)
Home page: https://github.com/hashicorp/go-retryablehttp
Licenses: MPL 2.0
Synopsis: Retryable HTTP client in Golang
Description:

Package retryablehttp provides a familiar HTTP client interface with automatic retries and exponential backoff. It is a thin wrapper over the standard net/http client library and exposes nearly the same public API.

go-github-com-glycerine-go-unsnap-stream 0.0.0-20210130063903-47dfef350d96
Propagated dependencies: go-github-com-golang-snappy@0.0.4
Channel: efraim-dfsg
Location: dfsg/main/golang.scm (dfsg main golang)
Home page: https://github.com/glycerine/go-unsnap-stream
Licenses: Expat
Synopsis: go-unsnap-stream
Description:

This is a small golang library for decoding and encoding the snappy format, specified here: https://github.com/google/snappy/blob/master/framing_format.txt

go-github-com-prometheus-statsd-exporter 0.27.1
Propagated dependencies: go-github-com-alecthomas-kingpin-v2@2.4.0 go-github-com-go-kit-log@0.2.1 go-github-com-golang-groupcache@0.0.0-20210331224755-41bb18bfe9da go-github-com-prometheus-client-golang@1.19.1 go-github-com-prometheus-client-model@0.6.1 go-github-com-prometheus-common@0.55.0 go-github-com-prometheus-exporter-toolkit@0.11.0 go-gopkg-in-yaml-v2@2.4.0
Channel: guix
Location: gnu/packages/prometheus.scm (gnu packages prometheus)
Home page: https://github.com/prometheus/statsd_exporter
Licenses: ASL 2.0
Synopsis: StatsD to Prometheus metrics exporter
Description:

The StatsD exporter is a drop-in replacement for StatsD. The exporter translates StatsD metrics to Prometheus metrics via configured mapping rules. This package provdies a Golang module and statsd_exporter executable command.

go-github-com-refraction-networking-utls 1.6.0
Propagated dependencies: go-github-com-andybalholm-brotli@1.1.0 go-github-com-cloudflare-circl@1.3.6 go-github-com-gaukas-godicttls@0.0.4 go-github-com-klauspost-compress@1.13.1 go-github-com-quic-go-quic-go@0.45.2 go-golang-org-x-crypto@0.27.0 go-golang-org-x-net@0.29.0 go-golang-org-x-sys@0.25.0
Channel: guix
Location: gnu/packages/golang-crypto.scm (gnu packages golang-crypto)
Home page: https://github.com/refraction-networking/utls
Licenses: Modified BSD
Synopsis: Fork of the Go standard TLS library
Description:

uTLS is a fork of “crypto/tls”, which provides ClientHello fingerprinting resistance, low-level access to handshake, fake session tickets and some other features. Handshake is still performed by “crypto/tls”, this library merely changes ClientHello part of it and provides low-level access.

go-gitlab-com-yawning-edwards25519-extra 0.0.0-0.2149dca
Propagated dependencies: go-golang-org-x-crypto@0.27.0 go-filippo-io-edwards25519@1.0.0
Channel: guix
Location: gnu/packages/golang-crypto.scm (gnu packages golang-crypto)
Home page: https://gitlab.com/yawning/edwards25519-extra
Licenses: Modified BSD
Synopsis: Extensions to Go standard library' Ed25519 and curve25519 implementation
Description:

This package provides extensions to the Go standard library's Ed25519 and curve25519 implementations, primarily extracted from @urlhttps://github.com/oasisprotocol/curve25519-voi,curve25519-voi. This package is intended for interoperability with the standard library and the @urlhttps://filippo.io/edwards25519,edwards25519 package as much as possible.

go-github-com-cyphar-filepath-securejoin 0.3.2
Propagated dependencies: go-golang-org-x-sys@0.25.0
Channel: guix
Location: gnu/packages/golang-xyz.scm (gnu packages golang-xyz)
Home page: https://github.com/cyphar/filepath-securejoin
Licenses: Modified BSD
Synopsis: Alternative Golang @code{filepath.SecureJoin} implementation
Description:

Package securejoin is an implementation of the hopefully-soon-to-be-included SecureJoin helper that is meant to be part of the "path/filepath" package. The purpose of this project is to provide a PoC implementation to make the SecureJoin proposal (https://github.com/golang/go/issues/20126) more tangible.

go-github-com-influxdata-influxdb1-client 0.0.0-20200827194710-b269163b24ab
Channel: guixrus
Location: guixrus/packages/common/go.scm (guixrus packages common go)
Home page: https://github.com/influxdata/influxdb1-client
Licenses: Expat
Synopsis: Go client API for InfluxDB 1.x.
Description:

Go client API for InfluxDB 1.x.

go-github-com-blevesearch-bleve-index-api 1.0.1
Channel: efraim-dfsg
Location: dfsg/main/golang.scm (dfsg main golang)
Home page: https://github.com/blevesearch/bleve_index_api
Licenses: ASL 2.0
Synopsis: Bleve Index API
Description:

Bleve supports a pluggable Index interface.

go-github-com-hdevalence-ed25519consensus 0.1.0
Propagated dependencies: go-filippo-io-edwards25519@1.0.0
Channel: efraim-dfsg
Location: dfsg/main/golang.scm (dfsg main golang)
Home page: https://github.com/hdevalence/ed25519consensus
Licenses: Modified BSD
Synopsis: Ed25519 for consensus-critical contexts
Description:

Package ed25519consensus implements Ed25519 verification according to ZIP215.

go-github-com-prometheus-exporter-toolkit 0.11.0
Propagated dependencies: go-github-com-alecthomas-kingpin-v2@2.4.0 go-github-com-coreos-go-systemd-v22@22.5.0 go-github-com-go-kit-log@0.2.1 go-github-com-prometheus-client-golang@1.19.1 go-github-com-prometheus-common@0.55.0 go-golang-org-x-crypto@0.27.0 go-golang-org-x-sync@0.8.0 go-gopkg-in-yaml-v2@2.4.0
Channel: guix
Location: gnu/packages/prometheus.scm (gnu packages prometheus)
Home page: https://github.com/prometheus/exporter-toolkit
Licenses: ASL 2.0
Synopsis: Utility package to build Prometheus exporters
Description:

This package provides tooling to build Prometheus exporters

go-github-com-ipfs-go-ipfs-redirects-file 0.1.1
Propagated dependencies: go-github-com-pkg-errors@0.9.1 go-github-com-ucarion-urlpath@0.0.0-20200424170820-7ccc79b76bbb
Channel: guix
Location: gnu/packages/ipfs.scm (gnu packages ipfs)
Home page: https://github.com/ipfs/go-ipfs-redirects-file
Licenses: Expat
Synopsis: IPFS Web Gateway _redirects file format parser
Description:

Package redirects provides Netlify style _redirects file format parsing.

go-github-com-shadowsocks-go-shadowsocks2 0.1.5
Propagated dependencies: go-github-com-riobard-go-bloom@0.0.0-0.cdc8013 go-golang-org-x-crypto@0.27.0
Channel: guix
Location: gnu/packages/golang-crypto.scm (gnu packages golang-crypto)
Home page: https://github.com/shadowsocks/go-shadowsocks2
Licenses: ASL 2.0
Synopsis: Shadowsocks tunnel proxy
Description:

Go-ShadowSocks is a Go implementation of the Shadowsocks tunnel proxy protocol.

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

Total results: 1560