_            _    _        _         _
      /\ \         /\ \ /\ \     /\_\      / /\
      \_\ \       /  \ \\ \ \   / / /     / /  \
      /\__ \     / /\ \ \\ \ \_/ / /     / / /\ \__
     / /_ \ \   / / /\ \ \\ \___/ /     / / /\ \___\
    / / /\ \ \ / / /  \ \_\\ \ \_/      \ \ \ \/___/
   / / /  \/_// / /   / / / \ \ \        \ \ \
  / / /      / / /   / / /   \ \ \   _    \ \ \
 / / /      / / /___/ / /     \ \ \ /_/\__/ / /
/_/ /      / / /____\/ /       \ \_\\ \/___/ /
\_\/       \/_________/         \/_/ \_____\/
go-github-com-chewxy-hm 1.0.0
Propagated dependencies: go-github-com-pkg-errors@0.9.1 go-github-com-xtgo-set@1.0.0 go-github-com-stretchr-testify@1.10.0
Channel: lauras-channel
Location: laura/packages/go-common.scm (laura packages go-common)
Home page: https://github.com/chewxy/hm
Licenses: Expat
Synopsis: hm
Description:

Package hm is a simple Hindley-Milner type inference system in Go. It provides the necessary data structures and functions for creating such a system.

go-github-com-jezek-xgb 1.1.1
Channel: lauras-channel
Location: laura/packages/go-common.scm (laura packages go-common)
Home page: https://github.com/jezek/xgb
Licenses: Modified BSD
Synopsis:
Description:

Package XGB provides the X Go Binding, which is a low-level API to communicate with the core X protocol and many of the X extensions.

go-github-com-mgutz-str 1.2.0
Channel: ffab
Location: ffab/packages/golang-xyz.scm (ffab packages golang-xyz)
Home page: https://github.com/mgutz/str
Licenses: Expat
Synopsis: Golang extended string library
Description:

Package str is a comprehensive set of string functions to build more Go awesomeness. Str complements Go's standard packages and does not duplicate functionality found in `strings` or `strconv`.

go-github-com-pion-rtcp 1.2.14
Channel: guix
Location: gnu/packages/golang-web.scm (gnu packages golang-web)
Home page: https://github.com/pion/rtcp
Licenses: Expat
Synopsis: Implementation of RTCP protocol in Golang
Description:

Package rtcp implements encoding and decoding of RTCP packets according to RFC 3550, RFC 5506.

go-github-com-oklog-run 1.1.0
Channel: guix
Location: gnu/packages/golang-xyz.scm (gnu packages golang-xyz)
Home page: https://github.com/oklog/run
Licenses: ASL 2.0
Synopsis: Universal mechanism to manage goroutine lifecycles
Description:

run.Group is a universal mechanism to manage goroutine lifecycles, written to manage component lifecycles in func main for OK Log. It's useful in any circumstance where you need to orchestrate multiple goroutines as a unit whole.

go-github-com-aead-ecdh 0.2.0
Propagated dependencies: go-golang-org-x-crypto@0.31.0
Channel: guix
Location: gnu/packages/golang-crypto.scm (gnu packages golang-crypto)
Home page: https://github.com/aead/ecdh
Licenses: Expat
Synopsis: Elliptic Cureves Deffie-Hellman key exchange implementation in Golang
Description:

Package ecdh implements the Diffie-Hellman key exchange using elliptic curves (ECDH). It directly provides ECDH implementations for the NIST curves P224, P256, P384, and Bernstein's Cruve25519. The same logic is available in Go 1.20 crypto/ecdh standard package.

go-github-com-miekg-dns 1.1.62
Propagated dependencies: go-golang-org-x-tools@0.25.0 go-golang-org-x-sys@0.28.0 go-golang-org-x-sync@0.10.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/miekg/dns
Licenses: Modified BSD
Synopsis: Domain Name Service library in Go
Description:

This package provides a fully featured interface to the DNS. Both server and client side programming is supported. The package allows complete control over what is sent out to the DNS. The API follows the less-is-more principle, by presenting a small interface.

go-github-com-pion-stun 0.6.1
Propagated dependencies: go-github-com-pion-dtls-v2@2.2.12 go-github-com-pion-logging@0.2.2 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/stun
Licenses: Expat
Synopsis: Go implementation of STUN
Description:

Package stun implements Session Traversal Utilities for +NAT (STUN) (RFC 5389) protocol and +client with no external +dependencies and zero allocations in hot paths. Client +supports automatic +request retransmissions.

go-github-com-miekg-dns 1.1.54
Channel: hui
Location: hui/packages/proxy.scm (hui packages proxy)
Home page: https://github.com/miekg/dns
Licenses: Modified BSD
Synopsis: DNS library for Go
Description:

Complete and usable DNS library. All Resource Records are supported, including the DNSSEC types. It follows a lean and mean philosophy. If there is stuff you should know as a DNS programmer there isn't a convenience function for it. Server side and client side programming is supported, i.e. you can build servers and resolvers with it.

go-github-com-jackc-pgx 3.6.2
Propagated dependencies: go-github-com-gofrs-uuid@4.4.0 go-github-com-lib-pq@1.2.0 go-github-com-rs-zerolog@1.33.0 go-github-com-satori-go-uuid@1.2.0 go-github-com-shopspring-decimal@1.4.0 go-github-com-sirupsen-logrus@1.9.3 go-go-uber-org-zap@1.27.0
Channel: guix
Location: gnu/packages/golang-xyz.scm (gnu packages golang-xyz)
Home page: https://github.com/jackc/pgx
Licenses: Expat
Synopsis: PostgreSQL driver and toolkit for Golang
Description:

This package implements a pure Go driver and toolkit for PostgreSQL. It is different from other drivers such as pq because, while it can operate as a database/sql compatible driver, pgx is also usable directly. It offers a native interface similar to database/sql that offers better performance and more features.

go-github-com-pkg-xattr 0.4.10
Propagated dependencies: go-golang-org-x-sys@0.28.0
Channel: guix
Location: gnu/packages/golang-xyz.scm (gnu packages golang-xyz)
Home page: https://github.com/pkg/xattr
Licenses: FreeBSD
Synopsis: Support for extended file system attributes
Description:

Package xattr provides support for extended attributes on Linux, Darwin and FreeBSD. Extended attributes are name:value pairs permanently associated with files or directories. They are similar to the environment strings associated with a process. An attribute may be defined or undefined. If defined, its value may be empty or non-empty. You can find more details here: @urlhttps://en.wikipedia.org/wiki/Extended_file_attributes, https://en.wikipedia.org/wiki/Extended_file_attributes.

go-github-com-pion-turn 1.4.0
Propagated dependencies: go-github-com-pion-logging@0.2.2 go-github-com-pion-stun@0.6.1 go-github-com-pion-transport@0.14.1 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/pion/turn/
Licenses: Expat
Synopsis: API for building TURN clients and servers in Golang
Description:

This package provides a toolkit for building TURN, specified in RFC 8656, servers and clients.

pion/turn is an API for building STUN/TURN clients and servers, not a binary you deploy then configure. It may require copying the examples and making minor modifications to fit your need, no knowledge of Go is required however.

The advantage of this is that you don't need to deal with complicated configuration files, or custom APIs to modify the state of Pion TURN. After you instantiate an instance of a Pion TURN server or client you interact with it like any library. The quickest way to get started is to look at the examples or GoDoc.

go-github-com-ipfs-boxo 0.28.0
Propagated dependencies: go-github-com-alecthomas-units@0.0.0 go-github-com-cespare-xxhash-v2@2.3.0 go-github-com-crackcomm-go-gitignore@0.0.0-20241020182519-7843d2ba8fdf go-github-com-cskr-pubsub@1.0.2 go-github-com-dustin-go-humanize@1.0.1 go-github-com-filecoin-project-go-clock@0.1.0 go-github-com-gabriel-vasile-mimetype@1.4.5 go-github-com-gammazero-chanqueue@1.0.0 go-github-com-gammazero-deque@1.0.0 go-github-com-google-uuid@1.6.0 go-github-com-gorilla-mux@1.8.0 go-github-com-hashicorp-go-multierror@1.1.1 go-github-com-hashicorp-golang-lru-v2@2.0.7 go-github-com-ipfs-bbloom@0.0.4 go-github-com-ipfs-go-bitfield@1.1.0 go-github-com-ipfs-go-block-format@0.2.0 go-github-com-ipfs-go-cid@0.4.1 go-github-com-ipfs-go-cidutil@0.1.0 go-github-com-ipfs-go-datastore@0.6.0 go-github-com-ipfs-go-detect-race@0.0.1 go-github-com-ipfs-go-ipfs-delay@0.0.1 go-github-com-ipfs-go-ipfs-redirects-file@0.1.1 go-github-com-ipfs-go-ipld-format@0.6.0 go-github-com-ipfs-go-ipld-legacy@0.2.1 go-github-com-ipfs-go-log-v2@2.5.1 go-github-com-ipfs-go-metrics-interface@0.0.1 go-github-com-ipfs-go-peertaskqueue@0.8.2 go-github-com-ipfs-go-test@0.0.4 go-github-com-ipfs-go-unixfsnode@1.10.0 go-github-com-ipld-go-car@0.6.2 go-github-com-ipld-go-car-v2@2.14.2 go-github-com-ipld-go-codec-dagpb@1.6.0 go-github-com-ipld-go-ipld-prime@0.21.0 go-github-com-libp2p-go-buffer-pool@0.1.0 go-github-com-libp2p-go-doh-resolver@0.4.0 go-github-com-libp2p-go-libp2p@0.40.0 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-msgio@0.3.0 go-github-com-miekg-dns@1.1.62 go-github-com-mr-tron-base58@1.2.0 go-github-com-multiformats-go-base32@0.1.0 go-github-com-multiformats-go-multiaddr@0.13.0 go-github-com-multiformats-go-multiaddr-dns@0.3.1 go-github-com-multiformats-go-multibase@0.2.0 go-github-com-multiformats-go-multicodec@0.9.0 go-github-com-multiformats-go-multihash@0.2.3 go-github-com-multiformats-go-multistream@0.5.0 go-github-com-polydawn-refmt@0.89.0 go-github-com-prometheus-client-golang@1.21.1 go-github-com-samber-lo@1.49.1 go-github-com-spaolacci-murmur3@1.1.0 go-github-com-whyrusleeping-base32@0.0.0-20170828182744-c30ac30633cc go-github-com-whyrusleeping-chunker@0.0.0-20181014151217-fe64bd25879f go-go-opencensus-io@0.24.0 go-go-opentelemetry-io-contrib-instrumentation-net-http-otelhttp@0.59.0 go-go-opentelemetry-io-otel@1.30.0 go-go-opentelemetry-io-otel-sdk@1.33.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-golang-org-x-exp@0.0.0-20241217172543-b2144cdd0a67 go-golang-org-x-oauth2@0.23.0 go-golang-org-x-sync@0.10.0 go-golang-org-x-sys@0.28.0 go-google-golang-org-protobuf@1.36.0
Channel: guix
Location: gnu/packages/ipfs.scm (gnu packages ipfs)
Home page: https://github.com/ipfs/boxo
Licenses: Expat ASL 2.0
Synopsis: Collection of reference libraries for building IPFS applications
Description:

This package provides a set of libraries for building IPFS applications and implementations in Golang.

Included subpackaged:

  • bitswap - implementation of the bitswap protocol, the data trading module for ipfs

  • blockservice - implements a BlockService interface that provides a single GetBlock/AddBlock interface that seamlessly retrieves data either locally or from a remote peer through the exchange

  • blockstore - implements a thin wrapper over a datastore, giving a clean interface for Getting and Putting block objects

  • datastore/dshelp - provides utilities for parsing and creating datastore keys used by go-ipfs

  • exchange - defines the IPFS exchange interface

  • files - file interfaces and utils used in Golang implementations of IPFS

  • filestore - implements a Blockstore which is able to read certain blocks of data directly from its original location in the filesystem

  • ipld/unixfs - provides additinoal importer, io, mod, hamt, archive and test packages

  • ipld/merkledag - implements the IPFS Merkle DAG data structures

  • ipns - reference implementation of the IPNS Record and Verification specification

  • mfs - implements an in memory model of a mutable IPFS filesystem

  • path - contains utilities to work with IPFS paths

go-github-com-u-root-uio 0.0.0-20221210192040-301ac5150d9e
Propagated dependencies: go-golang-org-x-sys@0.28.0
Channel: efraim-dfsg
Location: dfsg/main/golang.scm (dfsg main golang)
Home page: https://github.com/u-root/uio
Licenses: Modified BSD
Synopsis: uio
#<unspecified>
go-github-com-src-d-gcfg 1.4.0
Propagated dependencies: go-gopkg-in-warnings-v0@0.1.2
Channel: efraim-dfsg
Location: dfsg/main/golang.scm (dfsg main golang)
Home page: https://github.com/src-d/gcfg
Licenses: Modified BSD
Synopsis:
#<unspecified>
emacs-gitignore-snippets 20201118.1551
Propagated dependencies: emacs-yasnippet@20250602.1342
Channel: emacs
Location: emacs/packages/melpa.scm (emacs packages melpa)
Home page: https://github.com/sei40kr/gitignore-snippets
Licenses:
Synopsis: Gitignore.io templates for Yasnippet
Description:

Documentation at https://melpa.org/#/gitignore-snippets

emacs-github-pullrequest 20170116.616
Propagated dependencies: emacs-request@20250219.2213 emacs-dash@20250312.1307 emacs-magit@20250704.2300
Channel: emacs
Location: emacs/packages/melpa.scm (emacs packages melpa)
Home page: https://github.com/jakoblind/github-pullrequest
Licenses:
Synopsis: Create and fetch Github Pull requests with ease
Description:

Documentation at https://melpa.org/#/github-pullrequest

go-github-com-surge-glog 0.0.0-20141108051140-2578deb2b95c
Channel: guix
Location: gnu/packages/golang-xyz.scm (gnu packages golang-xyz)
Home page: https://github.com/surge/glog
Licenses: ASL 2.0
Synopsis: Leveled execution logs for Go
Description:

Leveled execution logs for Go.

emacs-github-browse-file 20160205.1427
Channel: emacs
Location: emacs/packages/melpa.scm (emacs packages melpa)
Home page: https://github.com/osener/github-browse-file
Licenses:
Synopsis: View the file you're editing on GitHub
Description:

Documentation at https://melpa.org/#/github-browse-file

emacs-git-grep-transient 20240521.648
Propagated dependencies: emacs-magit@20250704.2300 emacs-symbol-overlay@20240913.1624
Channel: emacs
Location: emacs/packages/melpa.scm (emacs packages melpa)
Home page: https://github.com/adelplanque/git-grep-transient
Licenses:
Synopsis: Search for text using git grep command
Description:

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

emacs-git-assembler-mode 20230611.1425
Channel: emacs
Location: emacs/packages/melpa.scm (emacs packages melpa)
Home page: https://gitlab.com/wavexx/git-assembler-mode.el
Licenses:
Synopsis: git-assembler major mode
Description:

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

emacs-git-commit-ts-mode 20241003.612
Channel: emacs
Location: emacs/packages/melpa.scm (emacs packages melpa)
Home page: https://github.com/danilshvalov/git-commit-ts-mode
Licenses:
Synopsis: Tree-sitter support for Git commit messages
Description:

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

go-github-com-lunny-nodb 0.0.0-20160621015157-fc1ef06ad4af
Propagated dependencies: go-github-com-burntsushi-toml@1.5.0 go-github-com-lunny-log@0.1 go-github-com-siddontang-go-snappy@0.0.0-20140704025258-d8f7bb82a96d go-github-com-syndtr-goleveldb@1.0.0
Channel: efraim-dfsg
Location: dfsg/main/golang.scm (dfsg main golang)
Home page: https://github.com/lunny/nodb
Licenses: Expat
Synopsis: NoDB
Description:

Package nodb is a high performance embedded NoSQL.

go-github-com-creack-pty 1.1.18
Channel: guixrus
Location: guixrus/packages/common/go.scm (guixrus packages common go)
Home page: https://github.com/creack/pty
Licenses: Expat
Synopsis: Pseudoterminal handling in Go
Description:

The pty package provides functions for working with Unix pseudoterminals.

Total results: 2034