_            _    _        _         _
      /\ \         /\ \ /\ \     /\_\      / /\
      \_\ \       /  \ \\ \ \   / / /     / /  \
      /\__ \     / /\ \ \\ \ \_/ / /     / / /\ \__
     / /_ \ \   / / /\ \ \\ \___/ /     / / /\ \___\
    / / /\ \ \ / / /  \ \_\\ \ \_/      \ \ \ \/___/
   / / /  \/_// / /   / / / \ \ \        \ \ \
  / / /      / / /   / / /   \ \ \   _    \ \ \
 / / /      / / /___/ / /     \ \ \ /_/\__/ / /
/_/ /      / / /____\/ /       \ \_\\ \/___/ /
\_\/       \/_________/         \/_/ \_____\/
go-github-com-pierrec-lz4 2.6.1
Channel: guix
Location: gnu/packages/golang-compression.scm (gnu packages golang-compression)
Home page: https://github.com/pierrec/lz4
Licenses: Modified BSD
Build system: go
Synopsis: LZ4 compression in pure Go
Description:

lz4 provides a streaming interface to LZ4 data streams as well as low level compress and uncompress functions for LZ4 data blocks. The implementation is based on the reference C one.

go-github-com-spf13-pflag 1.0.6
Channel: guix
Location: gnu/packages/golang-xyz.scm (gnu packages golang-xyz)
Home page: https://github.com/spf13/pflag
Licenses: Modified BSD
Build system: go
Synopsis: Replacement for Go's @code{flag} package
Description:

Pflag is library to replace Go's flag package. It implements POSIX/GNU-style command-line options with double hyphens. It is is compatible with the GNU extensions to the POSIX recommendations for command-line options.

go-github-com-gogo-status 1.1.1
Propagated dependencies: go-github-com-gogo-googleapis@1.4.1 go-github-com-gogo-protobuf@1.3.2 go-github-com-golang-protobuf@1.5.4 go-google-golang-org-grpc@1.69.2
Channel: guix
Location: gnu/packages/golang-web.scm (gnu packages golang-web)
Home page: https://github.com/gogo/status
Licenses: ASL 2.0
Build system: go
Synopsis: Error handling for client/server rRPC-like communication
Description:

Package status implements errors returned by gRPC. These errors are serialized and transmitted on the wire between server and client, and allow for additional data to be transmitted via the Details field in the status proto. gRPC service handlers should return an error created by this package, and gRPC clients should expect a corresponding error to be returned from the RPC call.

go-github-com-d5-tengo-v2 2.17.0
Channel: guix
Location: gnu/packages/golang-xyz.scm (gnu packages golang-xyz)
Home page: https://github.com/d5/tengo
Licenses: Expat
Build system: go
Synopsis: Script language for Go
Description:

Tengo is a small, dynamic, fast, secure script language for Go. Features:

  • simple and highly readable syntax

  • dynamic typing with type coercion

  • higher-order functions and closures

  • immutable values

  • securely embeddable and extensible

  • compiler/runtime written in native Go (no external deps or cgo)

  • executable as a standalone language/REPL

  • use cases: rules engine, state machine, data pipeline, transpiler

go-github-com-huin-goupnp 1.3.0
Propagated dependencies: go-golang-org-x-sync@0.17.0
Channel: guix
Location: gnu/packages/golang-web.scm (gnu packages golang-web)
Home page: https://github.com/huin/goupnp
Licenses: FreeBSD
Build system: go
Synopsis: UPnP client library for Go
Description:

goupnp is a Universal Plug and Play client library for Go.

Core components:

  • goupnp: core library - contains datastructures and utilities typically used by the implemented DCPs

  • httpu: HTTPU implementation, underlies SSDP

  • ssdp: SSDP client implementation (simple service discovery protocol) - used to discover UPnP services on a network

  • soap: SOAP client implementation (simple object access protocol) - used to communicate with discovered services

go-github-com-dsnet-golib 1.0.2
Propagated dependencies: go-github-com-google-go-cmp@0.7.0
Channel: guix
Location: gnu/packages/golang-xyz.scm (gnu packages golang-xyz)
Home page: https://github.com/dsnet/golib
Licenses: Modified BSD
Build system: go
Synopsis: Collection of helper libraries for Golang
Description:

golib is a collection of unrelated libraries. This package provides a following list of Golang models:

bufpipe

Implements a buffered pipe.

cron

Parses and runs cron schedules.

hashmerge

Merges hash checksums.

jsoncs

Implements JSON Canonicalization Scheme (JCS) as specified in RFC 8785.

jsonfmt

Implements a JSON formatter.

memfile

Implements an in-memory emulation of os.File.

unitconv

Implements string conversion functionality for unit prefixes.

go-github-com-cncf-xds-go 0.0.0-20250501225837-2ac532fd4443
Propagated dependencies: go-cel-dev-expr@0.24.0 go-github-com-envoyproxy-protoc-gen-validate@1.2.1 go-google-golang-org-genproto-googleapis-api@0.0.0-20250519155744-55703ea1f237 go-google-golang-org-grpc@1.69.2 go-google-golang-org-protobuf@1.36.10
Channel: guix
Location: gnu/packages/golang-web.scm (gnu packages golang-web)
Home page: https://github.com/cncf/xds
Licenses: ASL 2.0
Build system: go
Synopsis: Universal data-plane API using the xDS protocol in Golang
Description:

This package provides a set of APIs implementing the de facto standard for L4/L7 data plane configuration, similar to the role played by OpenFlow at L2/L3/L4 in Software-defined networking.

The xDS transport protocol provides a low latency versioned streaming gRPC delivery of xDS resources. The data model covers common data plane concerns such as service discovery, load balancing assignments, routing discovery, listener configuration, secret discovery, load reporting, health check delegation, etc.

go-github-com-ghodss-yaml 1.0.0
Propagated dependencies: go-gopkg-in-yaml-v2@2.4.0
Channel: guix
Location: gnu/packages/golang-xyz.scm (gnu packages golang-xyz)
Home page: https://github.com/ghodss/yaml
Licenses: Expat
Build system: go
Synopsis: YAML marshaling and unmarshaling support for Go
Description:

This package provides a wrapper around go-yaml designed to enable a better way of handling YAML when marshaling to and from structs.

It first converts YAML to JSON using go-yaml and then uses json.Marshal and json.Unmarshal to convert to or from the struct. This means that it effectively reuses the JSON struct tags as well as the custom JSON methods MarshalJSON and UnmarshalJSON unlike go-yaml.

go-code-gitea-io-sdk-gitea 0.20.0
Propagated dependencies: go-github-com-42wim-httpsig@1.2.3 go-github-com-go-fed-httpsig@1.1.0 go-github-com-hashicorp-go-version@1.7.0 go-golang-org-x-crypto@0.43.0
Channel: guix
Location: gnu/packages/golang-web.scm (gnu packages golang-web)
Home page: https://code.gitea.io/sdk
Licenses: Expat
Build system: go
Synopsis: Gitea Golang SDK client
Description:

Package gitea implements a client for the Gitea API. The version corresponds to the highest supported version of the gitea API, but backwards-compatibility is mostly given.

emacs-speedbar-git-respect 20200901.246
Propagated dependencies: emacs-f@20241003.1131
Channel: emacs
Location: emacs/packages/melpa.scm (emacs packages melpa)
Home page: https://github.com/ukari/speedbar-git-respect
Licenses:
Build system: melpa
Synopsis: Particular respect git repo in speedbar
Description:

Documentation at https://melpa.org/#/speedbar-git-respect

emacs-bug-reference-github 20200206.2158
Channel: emacs
Location: emacs/packages/melpa.scm (emacs packages melpa)
Home page: https://github.com/arnested/bug-reference-github
Licenses:
Build system: melpa
Synopsis: Set `bug-reference-url-format' in Github repos
Description:

Documentation at https://melpa.org/#/bug-reference-github

go-github-com-jdkato-twine 0.10.1
Propagated dependencies: go-github-com-montanaflynn-stats@0.7.1 go-github-com-neurosnap-sentences@1.1.2 go-github-com-errata-ai-regexp2@1.7.0
Channel: guix
Location: gnu/packages/golang-xyz.scm (gnu packages golang-xyz)
Home page: https://github.com/jdkato/twine
Licenses: Expat
Build system: go
Synopsis: NLP-related string utilities
Description:

NLP-related string utility functions for Golang.

go-github-com-zeebo-incenc 0.0.0-20180505221441-0d92902eec54
Propagated dependencies: go-github-com-zeebo-errs@1.4.0
Channel: guix
Location: gnu/packages/golang-xyz.scm (gnu packages golang-xyz)
Home page: https://github.com/zeebo/incenc
Licenses: ASL 2.0
Build system: go
Synopsis: Incremental Encoding
Description:

This package implements incremental encoding in Golang.

go-github-com-heimdalr-dag 1.5.0
Propagated dependencies: go-github-com-emirpasic-gods@1.18.1 go-github-com-google-uuid@1.6.0
Channel: guix
Location: gnu/packages/golang-xyz.scm (gnu packages golang-xyz)
Home page: https://github.com/heimdalr/dag
Licenses: Modified BSD
Build system: go
Synopsis: Directed acyclic graph (DAG) implementation in Golang
Description:

This package implements directed acyclic graphs (DAGs).

go-github-com-tliron-kutil 0.1.59
Channel: guix
Location: gnu/packages/golang-xyz.scm (gnu packages golang-xyz)
Home page: https://github.com/tliron/go-kutil
Licenses: ASL 2.0
Build system: go
Synopsis: Utility library for Golang
Description:

This package provides a collection of Golang utilities.

go-github-com-otiai10-copy 1.14.0
Propagated dependencies: go-golang-org-x-sync@0.17.0 go-golang-org-x-sys@0.37.0
Channel: guix
Location: gnu/packages/golang-xyz.scm (gnu packages golang-xyz)
Home page: https://github.com/otiai10/copy
Licenses: Expat
Build system: go
Synopsis: Go copy directory recursively
Description:

This package implements recursive copy functionality for directory.

emacs-consult-git-log-grep 20250317.1916
Propagated dependencies: emacs-consult@20260118.744
Channel: emacs
Location: emacs/packages/melpa.scm (emacs packages melpa)
Home page: https://github.com/Ghosty141/consult-git-log-grep
Licenses:
Build system: melpa
Synopsis: Consult integration for git log grep
Description:

Documentation at https://melpa.org/#/consult-git-log-grep

emacs-git-auto-commit-mode 20200828.653
Channel: emacs
Location: emacs/packages/melpa.scm (emacs packages melpa)
Home page: https://github.com/ryuslash/git-auto-commit-mode
Licenses:
Build system: melpa
Synopsis: Emacs Minor mode to automatically commit and push
Description:

Documentation at https://melpa.org/#/git-auto-commit-mode

go-github-com-pion-srtp-v2 2.0.20
Propagated dependencies: go-github-com-pion-logging@0.2.3 go-github-com-pion-rtcp@1.2.14 go-github-com-pion-rtp@1.8.21 go-github-com-pion-transport-v2@2.2.10
Channel: guix
Location: gnu/packages/golang-web.scm (gnu packages golang-web)
Home page: https://github.com/pion/srtp
Licenses: Expat
Build system: go
Synopsis: Implementation of SRTP protocol in Golang
Description:

Package srtp implements Secure Real-time Transport Protocol.

go-github-com-pion-srtp-v3 3.0.7
Propagated dependencies: go-github-com-pion-logging@0.2.3 go-github-com-pion-rtcp@1.2.14 go-github-com-pion-rtp@1.8.21 go-github-com-pion-transport-v3@3.0.7
Channel: guix
Location: gnu/packages/golang-web.scm (gnu packages golang-web)
Home page: https://github.com/pion/srtp
Licenses: Expat
Build system: go
Synopsis: Implementation of SRTP protocol in Golang
Description:

Package srtp implements Secure Real-time Transport Protocol.

go-github-com-a8m-envsubst 1.4.3
Channel: guix
Location: gnu/packages/golang-xyz.scm (gnu packages golang-xyz)
Home page: https://github.com/a8m/envsubst
Licenses: Expat
Build system: go
Synopsis: Environment variables substitution for Go
Description:

This package provides a library for environment variables substitution.

go-github-com-dennwc-btrfs 0.0.0-20241002142654-12ae127e0bf6
Propagated dependencies: go-github-com-dennwc-ioctl@1.0.0
Channel: guix
Location: gnu/packages/golang-xyz.scm (gnu packages golang-xyz)
Home page: https://github.com/dennwc/btrfs
Licenses: ASL 2.0
Build system: go
Synopsis: Btrfs library in a pure Golang
Description:

This package implements Btrfs functionality in a pure Go.

go-github-com-morikuni-aec 1.0.0
Channel: guix
Location: gnu/packages/golang-xyz.scm (gnu packages golang-xyz)
Home page: https://github.com/morikuni/aec
Licenses: Expat
Build system: go
Synopsis: Go wrapper for ANSI escape code
Description:

This package provides a wrapper for ANSI escape code.

go-github-com-jackc-pgmock 0.0.0-20210724152146-4ad1a8207f65
Propagated dependencies: go-github-com-jackc-pgproto3-v2@2.3.3
Channel: guix
Location: gnu/packages/golang-check.scm (gnu packages golang-check)
Home page: https://github.com/jackc/pgmock
Licenses: Expat
Build system: go
Synopsis: PostgreSQL server mocking library
Description:

This package implements a functionality to mock a PostgreSQL server.

Total results: 2124