_            _    _        _         _
      /\ \         /\ \ /\ \     /\_\      / /\
      \_\ \       /  \ \\ \ \   / / /     / /  \
      /\__ \     / /\ \ \\ \ \_/ / /     / / /\ \__
     / /_ \ \   / / /\ \ \\ \___/ /     / / /\ \___\
    / / /\ \ \ / / /  \ \_\\ \ \_/      \ \ \ \/___/
   / / /  \/_// / /   / / / \ \ \        \ \ \
  / / /      / / /   / / /   \ \ \   _    \ \ \
 / / /      / / /___/ / /     \ \ \ /_/\__/ / /
/_/ /      / / /____\/ /       \ \_\\ \/___/ /
\_\/       \/_________/         \/_/ \_____\/
go-github-com-gologme-log 1.2.0
Channel: guix
Location: gnu/packages/golang.scm (gnu packages golang)
Home page: https://github.com/gologme/log/
Licenses: Modified BSD
Synopsis: Fork of the golang built in log package to add support for levels
Description:

This package is a drop in replacement for the built-in Go log package. All the functionality of the built-in package still exists and is unchanged. This package contains a series of small enhancements and additions.

go-github-com-rivo-uniseg 0.2.0
Channel: guixrus
Location: guixrus/packages/common/go.scm (guixrus packages common go)
Home page: https://github.com/rivo/uniseg
Licenses: Expat
Synopsis: Unicode text segmentation for Go
Description:

The uniseg package provides a tool to iterate over grapheme clusters. This may be used to determine the number of user-perceived characters, to split strings in their intended places, or to extract individual characters which form a unit.

go-github-com-pion-ice-v3 3.0.7
Propagated dependencies: go-github-com-google-uuid@1.6.0 go-github-com-pion-dtls-v2@2.2.12 go-github-com-pion-logging@0.2.2 go-github-com-pion-mdns-v2@2.0.7 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-github-com-pion-turn-v3@3.0.3 go-golang-org-x-net@0.28.0
Channel: guix
Location: gnu/packages/golang-web.scm (gnu packages golang-web)
Home page: https://github.com/pion/ice/
Licenses: Expat
Synopsis: Go implementation of ICE
Description:

This package provides an implementation of ICE, specified in RFC8445. It is used as a part of Pion WebRTC implementation.

go-github-com-pion-ice-v2 2.3.34
Propagated dependencies: go-github-com-google-uuid@1.6.0 go-github-com-pion-dtls-v2@2.2.12 go-github-com-pion-logging@0.2.2 go-github-com-pion-mdns@0.0.12 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-github-com-pion-turn-v2@2.1.6 go-golang-org-x-net@0.28.0
Channel: guix
Location: gnu/packages/golang-web.scm (gnu packages golang-web)
Home page: https://github.com/pion/ice/
Licenses: Expat
Synopsis: Go implementation of ICE
Description:

This package provides an implementation of ICE, specified in RFC8445. It is used as a part of Pion WebRTC implementation.

go-github-com-gorilla-pat 1.0.1
Propagated dependencies: go-github-com-gorilla-context@0.0.0-0.08b5f42 go-github-com-gorilla-mux@1.8.0
Channel: efraim-dfsg
Location: dfsg/main/golang.scm (dfsg main golang)
Home page: https://github.com/gorilla/pat
Licenses: Modified BSD
Synopsis: pat
Description:

Package gorilla/pat is a request router and dispatcher with a pat-like interface. It is an alternative to gorilla/mux that showcases how it can be used as a base for different API flavors. Package pat is documented at:

go-github-com-mholt-acmez 1.0.1
Propagated dependencies: go-golang-org-x-net@0.28.0 go-golang-org-x-text@0.17.0 go-go-uber-org-zap@1.24.0
Channel: efraim-dfsg
Location: dfsg/main/golang.scm (dfsg main golang)
Home page: https://github.com/mholt/acmez
Licenses: ASL 2.0
Synopsis: acmez - ACME client library for Go
Description:

Package acmez implements the higher-level flow of the ACME specification, RFC 8555: https://tools.ietf.org/html/rfc8555, specifically the sequence in Section 7.1 (page 21).

go-github-com-vitrun-qart 0.0.0-0.bf64b92
Channel: guix
Location: gnu/packages/golang-xyz.scm (gnu packages golang-xyz)
Home page: https://github.com/vitrun/qart
Licenses: Modified BSD
Synopsis: Create QR codes with an embedded image
Description:

This package provides a library for embedding human-meaningful graphics in QR codes. However, instead of scribbling on redundant pieces and relying on error correction to preserve the meaning, qart engineers the encoded values to create the picture in a code with no inherent errors.

go-github-com-wlynxg-anet 0.0.4
Channel: guix
Location: gnu/packages/golang-web.scm (gnu packages golang-web)
Home page: https://github.com/wlynxg/anet
Licenses: Modified BSD
Synopsis: Adjusted @code{net.Interfaces()} for Golang
Description:

This package implements a functionality to resolve some problems for Android environment where standard net and golang.org/x/net missing it. It address the issues #40569 and #68082.

go-github-com-boltdb-bolt 1.3.1
Channel: guix
Location: gnu/packages/golang-xyz.scm (gnu packages golang-xyz)
Home page: https://github.com/boltdb/bolt
Licenses: Expat
Synopsis: Embedded key/value database for Golang
Description:

Bolt is a pure Go key/value store inspired by Howard Chu's LMDB project. The goal of the project is to provide a simple, fast, and reliable database for projects that don't require a full database server such as Postgres or MySQL.

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
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.5
Channel: guix
Location: gnu/packages/golang.scm (gnu packages golang)
Home page: https://github.com/spf13/pflag
Licenses: Modified BSD
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-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
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.8.0
Channel: guix
Location: gnu/packages/golang-web.scm (gnu packages golang-web)
Home page: https://github.com/huin/goupnp
Licenses: FreeBSD
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
Channel: guix
Location: gnu/packages/golang-xyz.scm (gnu packages golang-xyz)
Home page: https://github.com/dsnet/golib
Licenses: Modified BSD
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-code-gitea-io-gitea-vet 0.2.1
Propagated dependencies: go-golang-org-x-tools@0.24.0
Channel: efraim-dfsg
Location: dfsg/main/golang.scm (dfsg main golang)
Home page: https://code.gitea.io/gitea-vet
Licenses: Expat
Synopsis: Golang vet tool for gitea development
Description:

go vet tool for Gitea.

go-github-com-ttacon-chalk 0.0.0-20160626202418-22c06c80ed31
Channel: efraim-dfsg
Location: dfsg/main/golang.scm (dfsg main golang)
Home page: https://github.com/ttacon/chalk
Licenses: Expat
Synopsis: chalk
#<unspecified>
go-github-com-dave-rebecca 0.9.2
Channel: efraim-dfsg
Location: dfsg/main/golang.scm (dfsg main golang)
Home page: https://github.com/dave/rebecca
Licenses: Expat
Synopsis: Rebecca
Description:

Package rebecca is a readme generator.

emacs-speedbar-git-respect 20200901.246
Propagated dependencies: emacs-f@20240308.906
Channel: emacs
Location: emacs/packages/melpa.scm (emacs packages melpa)
Home page: https://github.com/ukari/speedbar-git-respect
Licenses:
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:
Synopsis: Set `bug-reference-url-format' in Github repos
Description:

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

go-github-com-jackc-puddle 1.2.1
Channel: efraim-dfsg
Location: dfsg/main/golang.scm (dfsg main golang)
Home page: https://github.com/jackc/puddle
Licenses: Expat
Synopsis: Puddle
Description:

Package puddle is a generic resource pool.

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
Synopsis: NLP-related string utilities
Description:

NLP-related string utility functions for Golang.

go-github-com-unknwon-i18n 0.0.0-20210904045753-ff3a8617e361
Propagated dependencies: go-gopkg-in-ini-v1@1.67.0 go-github-com-unknwon-com@1.0.1-1.b41c64a go-github-com-smartystreets-goconvey@1.7.2
Channel: efraim-dfsg
Location: dfsg/main/golang.scm (dfsg main golang)
Home page: https://github.com/unknwon/i18n
Licenses: ASL 2.0
Synopsis: i18n
Description:

Package i18n is for app Internationalization and Localization.

go-github-com-jackc-pgx-v5 5.3.1
Propagated dependencies: go-golang-org-x-text@0.17.0 go-golang-org-x-crypto@0.26.0 go-github-com-stretchr-testify@1.9.0 go-github-com-jackc-puddle-v2@2.2.0 go-github-com-jackc-pgservicefile@0.0.0-20221227161230-091c0ba34f0a go-github-com-jackc-pgpassfile@1.0.0
Channel: efraim-dfsg
Location: dfsg/main/golang.scm (dfsg main golang)
Home page: https://github.com/jackc/pgx
Licenses: Expat
Synopsis: pgx - PostgreSQL Driver and Toolkit
Description:

Package pgx is a PostgreSQL database driver.

Total results: 1585