_            _    _        _         _
      /\ \         /\ \ /\ \     /\_\      / /\
      \_\ \       /  \ \\ \ \   / / /     / /  \
      /\__ \     / /\ \ \\ \ \_/ / /     / / /\ \__
     / /_ \ \   / / /\ \ \\ \___/ /     / / /\ \___\
    / / /\ \ \ / / /  \ \_\\ \ \_/      \ \ \ \/___/
   / / /  \/_// / /   / / / \ \ \        \ \ \
  / / /      / / /   / / /   \ \ \   _    \ \ \
 / / /      / / /___/ / /     \ \ \ /_/\__/ / /
/_/ /      / / /____\/ /       \ \_\\ \/___/ /
\_\/       \/_________/         \/_/ \_____\/
go-github-com-pion-stun-v3 3.0.0
Propagated dependencies: go-github-com-pion-dtls-v3@3.0.2 go-github-com-pion-logging@0.2.2 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/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-pion-stun-v2 2.0.0
Propagated dependencies: go-github-com-pion-dtls-v2@2.2.12 go-github-com-pion-logging@0.2.2 go-github-com-pion-transport-v3@3.0.2 go-golang-org-x-crypto@0.31.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/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-jackc-pgx-v5 5.7.1
Propagated dependencies: go-github-com-jackc-pgpassfile@1.0.0 go-github-com-jackc-pgservicefile@0.0.0-20240606120523-5a60cdf6a761 go-github-com-jackc-puddle-v2@2.2.2 go-golang-org-x-crypto@0.31.0 go-golang-org-x-sync@0.10.0 go-golang-org-x-text@0.21.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-jackc-pgx-v4 4.18.3
Propagated dependencies: go-github-com-cockroachdb-apd@1.1.0 go-github-com-go-kit-log@0.2.1 go-github-com-gofrs-uuid@4.4.0 go-github-com-jackc-pgconn@1.14.3 go-github-com-jackc-pgio@1.0.0 go-github-com-jackc-pgproto3-v2@2.3.3 go-github-com-jackc-pgtype@1.14.4 go-github-com-jackc-puddle@1.3.0 go-github-com-masterminds-semver-v3@3.2.1 go-github-com-rs-zerolog@1.33.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 go-gopkg-in-inconshreveable-log15-v2@2.16.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-jackc-pgx-v4 4.18.3
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-jmoiron-sqlx 1.4.0
Propagated dependencies: go-github-com-go-sql-driver-mysql@1.8.1 go-github-com-lib-pq@1.2.0 go-github-com-mattn-go-sqlite3@1.14.22
Channel: guix
Location: gnu/packages/golang-xyz.scm (gnu packages golang-xyz)
Home page: https://github.com/jmoiron/sqlx
Licenses: Expat
Synopsis: General purpose extensions to golang's @code{database/sql}
Description:

sqlx is a library which provides a set of extensions on go's standard database/sql library. The sqlx versions of sql.DB, sql.TX, sql.Stmt, et al. all leave the underlying interfaces untouched, so that their interfaces are a superset on the standard ones. This makes it relatively painless to integrate existing codebases using database/sql with sqlx.

go-github-com-jackc-pgconn 1.14.3
Propagated dependencies: go-github-com-jackc-chunkreader-v2@2.0.1 go-github-com-jackc-pgio@1.0.0 go-github-com-jackc-pgpassfile@1.0.0 go-github-com-jackc-pgproto3-v2@2.3.3 go-github-com-jackc-pgservicefile@0.0.0-20240606120523-5a60cdf6a761 go-golang-org-x-crypto@0.31.0 go-golang-org-x-text@0.21.0
Channel: guix
Location: gnu/packages/golang-xyz.scm (gnu packages golang-xyz)
Home page: https://github.com/jackc/pgconn
Licenses: Expat
Synopsis: Low-level PostgreSQL database driver
Description:

Package pgconn is a low-level PostgreSQL database driver. It operates at nearly the same level as the C library libpq.

It is primarily intended to serve as the foundation for higher level libraries such as https://github.com/jackc/pgx. Applications should handle normal queries with a higher level library and only use pgconn directly when required for low-level access to PostgreSQL functionality.

go-github-com-jackc-pgconn 1.14.3
Propagated dependencies: go-github-com-jackc-chunkreader-v2@2.0.1 go-github-com-jackc-pgio@1.0.0 go-github-com-jackc-pgpassfile@1.0.0 go-github-com-jackc-pgproto3-v2@2.3.3 go-github-com-jackc-pgservicefile@0.0.0-20240606120523-5a60cdf6a761 go-golang-org-x-crypto@0.31.0 go-golang-org-x-text@0.21.0
Channel: guix
Location: gnu/packages/golang-xyz.scm (gnu packages golang-xyz)
Home page: https://github.com/jackc/pgconn
Licenses: Expat
Synopsis: Low-level PostgreSQL database driver
Description:

Package pgconn is a low-level PostgreSQL database driver. It operates at nearly the same level as the C library libpq.

It is primarily intended to serve as the foundation for higher level libraries such as https://github.com/jackc/pgx. Applications should handle normal queries with a higher level library and only use pgconn directly when required for low-level access to PostgreSQL functionality.

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

Total results: 1754