_            _    _        _         _
      /\ \         /\ \ /\ \     /\_\      / /\
      \_\ \       /  \ \\ \ \   / / /     / /  \
      /\__ \     / /\ \ \\ \ \_/ / /     / / /\ \__
     / /_ \ \   / / /\ \ \\ \___/ /     / / /\ \___\
    / / /\ \ \ / / /  \ \_\\ \ \_/      \ \ \ \/___/
   / / /  \/_// / /   / / / \ \ \        \ \ \
  / / /      / / /   / / /   \ \ \   _    \ \ \
 / / /      / / /___/ / /     \ \ \ /_/\__/ / /
/_/ /      / / /____\/ /       \ \_\\ \/___/ /
\_\/       \/_________/         \/_/ \_____\/
go-github-com-zeebo-pcg 1.0.1
Channel: guix
Location: gnu/packages/golang-crypto.scm (gnu packages golang-crypto)
Home page: https://github.com/zeebo/pcg
Licenses: CC0
Synopsis: PCG random number generator
Description:

pcg is a random number generator that uses Permuted Congruential Generator (PCG) algorithm.

go-github-com-pion-sctp 1.8.19
Propagated dependencies: go-github-com-pion-logging@0.2.2 go-github-com-pion-randutil@v0.1.0 go-github-com-pion-transport-v3@3.0.2
Channel: guix
Location: gnu/packages/golang-web.scm (gnu packages golang-web)
Home page: https://github.com/pion/sctp
Licenses: Expat
Synopsis: Implementation of SCTP in Golang
Description:

This package implements the Stream Control Transmission Protocol as specified in RFC 9260.

go-github-com-tj-assert 0.0.3
Propagated dependencies: go-github-com-stretchr-testify@1.9.0
Channel: guix
Location: gnu/packages/golang-check.scm (gnu packages golang-check)
Home page: https://github.com/tj/assert
Licenses: Expat
Synopsis: Golang @code{testify/assert} but as @code{testify/require}
Description:

Package assert implements the same assertions as the assert package but stops test execution when a test fails.

go-github-com-tj-docopt 1.0.0
Channel: guix
Location: gnu/packages/golang.scm (gnu packages golang)
Home page: https://github.com/tj/docopt
Licenses: Expat
Synopsis: Go implementation of docopt
Description:

This library allows the user to define a command-line interface from a program's help message rather than specifying it programmatically with command-line parsers.

go-github-com-mgutz-str 1.2.0
Channel: ffab
Location: ffab/packages/golang.scm (ffab packages golang)
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.27.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.25.0 go-golang-org-x-sync@0.8.0 go-golang-org-x-net@0.29.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-pkg-xattr 0.4.9
Channel: guix
Location: gnu/packages/golang.scm (gnu packages golang)
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-u-root-uio 0.0.0-20221210192040-301ac5150d9e
Propagated dependencies: go-golang-org-x-sys@0.25.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@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>
go-github-com-surge-glog 0.0.0-1.2578deb
Channel: guix
Location: gnu/packages/golang.scm (gnu packages golang)
Home page: https://github.com/surge/glog
Licenses: ASL 2.0
Synopsis: Leveled execution logs for Go
Description:

Leveled execution logs for Go.

go-github-com-jtolds-gls 4.20.0+incompatible
Channel: efraim-dfsg
Location: dfsg/main/golang.scm (dfsg main golang)
Home page: https://github.com/jtolds/gls
Licenses: Expat
Synopsis: gls
Description:

Package gls implements goroutine-local storage.

go-github-com-lunny-nodb 0.0.0-20160621015157-fc1ef06ad4af
Propagated dependencies: go-github-com-burntsushi-toml@1.4.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.

go-github-com-creack-pty 1.1.11
Channel: ffab
Location: ffab/packages/golang.scm (ffab packages golang)
Home page: https://github.com/creack/pty
Licenses: Expat
Synopsis: PTY interface for Go
Description:

Pty is a Go package for using Unix pseudo-terminals.

go-github-com-kpango-glg 1.6.15
Propagated dependencies: go-github-com-goccy-go-json@0.10.3 go-github-com-kpango-fastime@1.1.9 go-github-com-sirupsen-logrus@1.9.3 go-go-uber-org-zap@1.24.0
Channel: guix
Location: gnu/packages/golang-xyz.scm (gnu packages golang-xyz)
Home page: https://github.com/kpango/glg
Licenses: Expat
Synopsis: Lock-free logging library for Go
Description:

glg is simple lock-free logging library for Go.

go-github-com-creack-pty 1.1.23
Channel: guix
Location: gnu/packages/golang-xyz.scm (gnu packages golang-xyz)
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.

go-github-com-stathat-go 0.0.0-0.74669b9
Channel: guix
Location: gnu/packages/golang-xyz.scm (gnu packages golang-xyz)
Home page: https://github.com/stathat/go
Licenses: Expat
Synopsis: Post statistics to StatHat
Description:

This is a Go package for posting to a StatHat account.

go-github-com-rs-zerolog 1.33.0
Propagated dependencies: go-github-com-coreos-go-systemd-v22@22.5.0 go-github-com-mattn-go-colorable@0.1.13 go-github-com-pkg-errors@0.9.1 go-github-com-rs-xid@1.6.0
Channel: guix
Location: gnu/packages/golang-xyz.scm (gnu packages golang-xyz)
Home page: https://github.com/rs/zerolog
Licenses: Expat
Synopsis: Zero Allocation JSON Logger
Description:

Package zerolog provides a lightweight logging library dedicated to JSON logging.

Total results: 1560