_            _    _        _         _
      /\ \         /\ \ /\ \     /\_\      / /\
      \_\ \       /  \ \\ \ \   / / /     / /  \
      /\__ \     / /\ \ \\ \ \_/ / /     / / /\ \__
     / /_ \ \   / / /\ \ \\ \___/ /     / / /\ \___\
    / / /\ \ \ / / /  \ \_\\ \ \_/      \ \ \ \/___/
   / / /  \/_// / /   / / / \ \ \        \ \ \
  / / /      / / /   / / /   \ \ \   _    \ \ \
 / / /      / / /___/ / /     \ \ \ /_/\__/ / /
/_/ /      / / /____\/ /       \ \_\\ \/___/ /
\_\/       \/_________/         \/_/ \_____\/
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-github-com-mholt-acmez 2.0.3
Propagated dependencies: go-golang-org-x-crypto@0.27.0 go-golang-org-x-net@0.29.0 go-go-uber-org-zap@1.24.0
Channel: guix
Location: gnu/packages/golang-web.scm (gnu packages golang-web)
Home page: https://github.com/mholt/acmez
Licenses: ASL 2.0
Synopsis: ACME (RFC 8555) client library for Go
Description:

ACMEz is a lightweight, fully-compliant RFC 8555 (ACME) implementation, that provides an API for getting certificates. ACMEz is suitable for large-scale enterprise deployments. It also supports common IETF-standardized ACME extensions.

This module has two primary packages:

  • acmez is a high-level wrapper for getting certificates. It implements the ACME order flow described in RFC 8555 including challenge solving using pluggable solvers.

  • acme is a low-level RFC 8555 implementation that provides the fundamental ACME operations, mainly useful if you have advanced or niche requirements.

Main features:

  • Go API that thoroughly documented with spec citations.

  • Structured error values (problems as defined in RFC 7807.)

  • Smart retries (resilient against network and server hiccups.)

  • Challenge plasticity (randomized challenges, and will retry others if one fails.)

  • Context cancellation (suitable for high-frequency config changes or reloads.)

  • Highly flexible and customizable.

  • External Account Binding (EAB) support.

  • Tested with numerous ACME CAs (more than just Let's Encrypt.)

  • Implements niche aspects of RFC 8555 (such as alt cert chains and account key rollover.)

  • Efficient solving of large SAN lists (e.g. for slow DNS record propagation.)

  • Utility functions for solving challenges: device attestation challenges (draft-acme-device-attest-02), RFC 8737 (tls-alpn-01 challenge), RFC 8823 (email-reply-00 challenge; S/MIME.)

  • ACME Renewal Information (ARI) support (draft-ietf-acme-ari-03.)

go-code-gitea-io-gitea-vet 0.2.1
Propagated dependencies: go-golang-org-x-tools@0.25.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.

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@v1.8.1
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.18.0 go-golang-org-x-crypto@0.27.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.

go-github-com-otiai10-copy 1.14.0
Propagated dependencies: go-golang-org-x-sync@0.8.0 go-golang-org-x-sys@0.25.0
Channel: guix
Location: gnu/packages/golang-xyz.scm (gnu packages golang-xyz)
Home page: https://github.com/otiai10/copy
Licenses: Expat
Synopsis: Go copy directory recursively
Description:

This package implments recursive copy functinoality for directory.

go-github-com-pion-srtp-v2 2.0.20
Propagated dependencies: go-github-com-pion-logging@0.2.2 go-github-com-pion-rtcp@1.2.14 go-github-com-pion-rtp@1.8.6 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/srtp
Licenses: Expat
Synopsis: Implementation of SRTP protocol in Golang
Description:

Package srtp implements Secure Real-time Transport Protocol.

go-github-com-a8m-envsubst 1.4.2
Channel: guix
Location: gnu/packages/golang-xyz.scm (gnu packages golang-xyz)
Home page: https://github.com/a8m/envsubst
Licenses: Expat
Synopsis: Environment variables substitution for Go
Description:

This package provides a library for environment variables substitution.

go-github-com-jackc-pgmock 0.0.0-20210724152146-4ad1a8207f65
Propagated dependencies: go-github-com-jackc-pgproto3-v2@2.3.2
Channel: efraim-dfsg
Location: dfsg/main/golang.scm (dfsg main golang)
Home page: https://github.com/jackc/pgmock
Licenses: Expat
Synopsis: pgmock
Description:

Package pgmock provides the ability to mock a PostgreSQL server.

go-github-com-blang-semver 3.8.0
Channel: guix
Location: gnu/packages/golang-xyz.scm (gnu packages golang-xyz)
Home page: https://github.com/blang/semver
Licenses: Expat
Synopsis: Semantic versioning library written in Go
Description:

Semver is a library for Semantic versioning written in Go.

go-github-com-keybase-dbus 0.0.0-20220506165403-5aa21ea2c23a
Channel: efraim-dfsg
Location: dfsg/main/golang.scm (dfsg main golang)
Home page: https://github.com/keybase/dbus
Licenses: FreeBSD
Synopsis: go.dbus
Description:

Package dbus implements bindings to the D-Bus message bus system.

go-github-com-gogs-chardet 0.0.0-20211120154057-b7413eaefb8f
Channel: guix
Location: gnu/packages/golang-xyz.scm (gnu packages golang-xyz)
Home page: https://github.com/gogs/chardet
Licenses: Expat
Synopsis: Character set detection for Go
Description:

The chardet package ports character set detection from ICU to Go.

go-github-com-google-pprof 0.0.0-20221219190121-3cb0bae90811
Propagated dependencies: go-golang-org-x-sys@0.25.0 go-github-com-ianlancetaylor-demangle@0.0.0-20220517205856-0058ec4f073c go-github-com-chzyer-readline@1.5.1
Channel: small-guix
Location: small-guix/packages/papeer.scm (small-guix packages papeer)
Home page: https://github.com/google/pprof
Licenses: ASL 2.0
Synopsis: Introduction
Description:

pprof is a tool for collection, manipulation and visualization of performance profiles.

go-github-com-go-ldap-ldap 3.4.8
Propagated dependencies: go-github-com-azure-go-ntlmssp@0.0.0-20221128193559-754e69321358 go-github-com-go-asn1-ber-asn1-ber@1.5.7 go-github-com-google-uuid@1.6.0
Channel: guix
Location: gnu/packages/golang-web.scm (gnu packages golang-web)
Home page: https://github.com/go-ldap/ldap
Licenses: Expat
Synopsis: LDAP v3 functionality for Go
Description:

This package provides basic LDAP v3 functionality in the Go language.

Total results: 1560