_            _    _        _         _
      /\ \         /\ \ /\ \     /\_\      / /\
      \_\ \       /  \ \\ \ \   / / /     / /  \
      /\__ \     / /\ \ \\ \ \_/ / /     / / /\ \__
     / /_ \ \   / / /\ \ \\ \___/ /     / / /\ \___\
    / / /\ \ \ / / /  \ \_\\ \ \_/      \ \ \ \/___/
   / / /  \/_// / /   / / / \ \ \        \ \ \
  / / /      / / /   / / /   \ \ \   _    \ \ \
 / / /      / / /___/ / /     \ \ \ /_/\__/ / /
/_/ /      / / /____\/ /       \ \_\\ \/___/ /
\_\/       \/_________/         \/_/ \_____\/
go-github-com-jacobsa-fuse 0.0.0-20241025064006-8ccd61173b05
Propagated dependencies: go-github-com-jacobsa-oglematchers@0.0.0-20150720000706-141901ea67cd go-github-com-jacobsa-syncutil@0.0.0-20180201203307-228ac8e5a6c3 go-github-com-jacobsa-timeutil@0.0.0-20170205232429-577e5acbbcf6 go-golang-org-x-net@0.33.0 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/jacobsa/fuse
Licenses: ASL 2.0
Synopsis: FUSE file system in Golang
Description:

Package fuse enables writing and mounting user-space file systems. Subpackages:

  • fuse provides support for mounting a new file system and reading requests from the kernel

  • fuseops enumerates the supported requests from the kernel, and provides documentation on their semantics

  • fuseutil, in particular the FileSystem interface, provides a convenient way to create a file system type and export it to the kernel via fuse.Mount.

go-github-com-jackc-puddle 1.3.0
Channel: guix
Location: gnu/packages/golang-xyz.scm (gnu packages golang-xyz)
Home page: https://github.com/jackc/puddle
Licenses: Expat
Synopsis: Generic resource pool for Golang
Description:

Puddle is a tiny generic resource pool library hat uses the standard context library to signal cancellation of acquires. It is designed to contain the minimum functionality required for a resource pool. It can be used directly or it can be used as the base for a domain specific resource pool. For example, a database connection pool may use puddle internally and implement health checks and keep-alive behavior without needing to implement any concurrent code of its own.

go-github-com-pion-turn-v4 4.0.0
Propagated dependencies: go-github-com-pion-logging@0.2.2 go-github-com-pion-randutil@v0.1.0 go-github-com-pion-stun-v3@3.0.0 go-github-com-pion-transport-v3@3.0.7 go-golang-org-x-sys@0.28.0
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-pion-turn-v3 3.0.3
Propagated dependencies: go-github-com-pion-logging@0.2.2 go-github-com-pion-randutil@v0.1.0 go-github-com-pion-stun-v2@2.0.0 go-github-com-pion-transport-v3@3.0.7 go-golang-org-x-sys@0.28.0
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-pion-turn-v2 2.1.6
Propagated dependencies: go-github-com-pion-logging@0.2.2 go-github-com-pion-randutil@v0.1.0 go-github-com-pion-stun@0.6.1 go-github-com-pion-transport-v2@2.2.10 go-golang-org-x-sys@0.28.0
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-gookit-color 1.5.4
Propagated dependencies: go-github-com-xo-terminfo@0.0.0-20220910002029-abceb7e1c41e 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/gookit/color
Licenses: Expat
Synopsis: Terminal color rendering library
Description:

This package provides a command-line color library with 16/256/True color support, universal API methods and Windows support.

Features:

  • supports rich color output: 16-color (4-bit), 256-color (8-bit), true color (24-bit, RGB)

  • support converts HEX HSL value to RGB color

  • generic API methods: Print, Printf, Println, Sprint, Sprintf

  • supports HTML tag-style color rendering, such as <green>message</> <fg=red;bg=blue>text</>

  • basic colors: Bold, Black, White, Gray, Red, Green, Yellow, Blue, Magenta, Cyan

  • additional styles: Info, Note, Light, Error, Danger, Notice, Success, Comment, Primary, Warning, Question, Secondary

  • support by set NO_COLOR for disable color or use FORCE_COLOR for force open color render

  • support RGB, 256, 16 color conversion

go-github-com-eapache-queue 1.1.0
Channel: efraim-dfsg
Location: dfsg/main/golang.scm (dfsg main golang)
Home page: https://github.com/eapache/queue
Licenses: Expat
Synopsis: Queue
#<unspecified>
go-github-com-antchfx-xpath 1.2.0
Channel: efraim-dfsg
Location: dfsg/main/golang.scm (dfsg main golang)
Home page: https://github.com/antchfx/xpath
Licenses: Expat
Synopsis: XPath
#<unspecified>
go-github-com-yalp-jsonpath 0.0.0-20180802001716-5cc68e5049a0
Channel: efraim-dfsg
Location: dfsg/main/golang.scm (dfsg main golang)
Home page: https://github.com/yalp/jsonpath
Licenses: Modified BSD
Synopsis:
#<unspecified>
go-github-com-gavv-monotime 0.0.0-20190418164738-30dba4353424
Channel: efraim-dfsg
Location: dfsg/main/golang.scm (dfsg main golang)
Home page: https://github.com/gavv/monotime
Licenses: ASL 2.0
Synopsis: monotime
#<unspecified>
go-github-com-kyokomi-emoji 2.2.2
Channel: efraim-dfsg
Location: dfsg/main/golang.scm (dfsg main golang)
Home page: https://github.com/kyokomi/emoji
Licenses: Expat
Synopsis: Emoji
#<unspecified>
go-github-com-kkdai-bstream 1.0.0
Channel: guixrus
Location: guixrus/packages/common/go.scm (guixrus packages common go)
Home page: https://github.com/kkdai/bstream
Licenses: Expat
Synopsis: Bit Stream helper in Golang
Description:

Bit Stream helper in Golang.

go-github-com-yuin-goldmark 1.7.8
Channel: guix
Location: gnu/packages/golang-build.scm (gnu packages golang-build)
Home page: https://github.com/yuin/goldmark/
Licenses: Expat
Synopsis: Markdown parser
Description:

This package provides a markdown parser.

go-github-com-tscholl2-siec 0.0.0-20210707234609-9bdfc483d499
Channel: guixrus
Location: guixrus/packages/common/go.scm (guixrus packages common go)
Home page: https://github.com/tscholl2/siec
Licenses: Expat
Synopsis: siec
Description:

Super-Isolated Elliptic Curve Implementation in Go

go-github-com-gorilla-feeds 1.1.1
Channel: efraim-dfsg
Location: dfsg/main/golang.scm (dfsg main golang)
Home page: https://github.com/gorilla/feeds
Licenses: FreeBSD
Synopsis: gorilla/feeds
Description:

Syndication (feed) generator library for golang.

go-github-com-keybase-colly 1.1.1-0.20190207010505-9a56fbe6c0e6
Propagated dependencies: go-github-com-gocolly-colly@1.2.0
Channel: efraim-dfsg
Location: dfsg/main/golang.scm (dfsg main golang)
Home page: https://github.com/keybase/colly
Licenses: ASL 2.0
Synopsis: Colly
Description:

Package colly implements a HTTP scraping framework

go-github-com-pion-randutil v0.1.0
Channel: guix
Location: gnu/packages/golang-crypto.scm (gnu packages golang-crypto)
Home page: https://github.com/pion/randutil
Licenses: Expat
Synopsis: Helper library for cryptographic and mathematical randoms
Description:

This package provides primitives for generating random values.

go-github-com-gaissmai-bart 0.11.1
Propagated dependencies: go-github-com-bits-and-blooms-bitset@1.20.0
Channel: guix
Location: gnu/packages/golang-web.scm (gnu packages golang-web)
Home page: https://github.com/gaissmai/bart
Licenses: Expat
Synopsis: Balanced Routing Table in Golang
Description:

This package provides a Balanced-Routing-Table (BART).

go-github-com-kortschak-wol 0.0.0-20200729010619-da482cc4850a
Channel: guix
Location: gnu/packages/golang-web.scm (gnu packages golang-web)
Home page: https://github.com/kortschak/wol
Licenses: Modified BSD
Synopsis: Wake On LAN client
Description:

Package wol provides a Wake On LAN function.

go-github-com-tdewolff-argp 0.0.0-20240625173203-87b04d5d3e52
Propagated dependencies: go-github-com-go-sql-driver-mysql@1.8.1 go-github-com-jmoiron-sqlx@1.4.0 go-github-com-pelletier-go-toml@1.9.5
Channel: guix
Location: gnu/packages/golang-xyz.scm (gnu packages golang-xyz)
Home page: https://github.com/tdewolff/argp
Licenses: Expat
Synopsis: GNU command line argument parser
Description:

Command line argument parser following the GNU standard.

go-github-com-dave-jennifer 1.7.0
Channel: guix
Location: gnu/packages/golang-xyz.scm (gnu packages golang-xyz)
Home page: https://github.com/dave/jennifer
Licenses: Expat
Synopsis: Code generator for Go
Description:

This package provides functionality to generate Go code.

Total results: 2036