_            _    _        _         _
      /\ \         /\ \ /\ \     /\_\      / /\
      \_\ \       /  \ \\ \ \   / / /     / /  \
      /\__ \     / /\ \ \\ \ \_/ / /     / / /\ \__
     / /_ \ \   / / /\ \ \\ \___/ /     / / /\ \___\
    / / /\ \ \ / / /  \ \_\\ \ \_/      \ \ \ \/___/
   / / /  \/_// / /   / / / \ \ \        \ \ \
  / / /      / / /   / / /   \ \ \   _    \ \ \
 / / /      / / /___/ / /     \ \ \ /_/\__/ / /
/_/ /      / / /____\/ /       \ \_\\ \/___/ /
\_\/       \/_________/         \/_/ \_____\/
go-github-com-blanu-dust 1.0.1
Propagated dependencies: go-github-com-operatorfoundation-ed25519@0.0.0-0.b22b4bd go-github-com-op-go-logging@1 go-golang-org-x-crypto@0.43.0
Channel: guix
Location: gnu/packages/golang-crypto.scm (gnu packages golang-crypto)
Home page: https://github.com/blanu/Dust
Licenses: FreeBSD Expat
Synopsis: Censorship-resistant internet transport protocol
Description:

Dust is an Internet protocol designed to resist a number of attacks currently in active use to censor Internet communication. While adherence to the theoretical maxims of cryptographic security is observed where possible, the focus of Dust is on real solutions to real attacks.

go-github-com-wader-gojq 0.12.1-0.20250208151254-0aa7b87b2c2b
Propagated dependencies: go-github-com-itchyny-timefmt-go@0.1.6 go-github-com-mattn-go-isatty@0.0.20 go-github-com-mattn-go-runewidth@0.0.16 go-gopkg-in-yaml-v3@3.0.1
Channel: guix
Location: gnu/packages/golang-xyz.scm (gnu packages golang-xyz)
Home page: https://github.com/wader/gojq
Licenses: Expat
Synopsis: Pure Go implementation of jq
Description:

Package gojq provides the parser and the interpreter of gojq. Please refer to Usage as a library for introduction. It's fork of github.com/itchyny/gojq, see github.com/wader/gojq fq branc.

go-github-com-go-cmd-cmd 1.4.3
Channel: guix
Location: gnu/packages/golang-xyz.scm (gnu packages golang-xyz)
Home page: https://github.com/go-cmd/cmd
Licenses: Expat
Synopsis: Non-blocking external commands in Go with streaming output
Description:

Package cmd runs external commands with concurrent access to output and status. It wraps the Go standard library os/exec.Command to correctly handle reading output (STDOUT and STDERR) while a command is running and killing a command. All operations are safe to call from multiple goroutines.

go-github-com-tjfoc-gmsm 1.4.1
Propagated dependencies: go-github-com-golang-protobuf@1.5.4 go-golang-org-x-crypto@0.43.0 go-golang-org-x-net@0.46.0
Channel: guix
Location: gnu/packages/golang-crypto.scm (gnu packages golang-crypto)
Home page: https://github.com/tjfoc/gmsm
Licenses: ASL 2.0
Synopsis: ShangMi (SM) cipher suites for Golang
Description:

This package provides ShāngMì 4 cipher suites implementation (GM SM2/3/4).

Main functions:

  • SM2 national secret elliptic curve algorithm library

  • SM3 national secret hash algorithm library

  • SM4 national secret block cipher algorithm library

go-github-com-cretz-bine 0.2.0
Propagated dependencies: go-golang-org-x-crypto@0.43.0 go-golang-org-x-net@0.46.0
Channel: guix
Location: gnu/packages/golang-web.scm (gnu packages golang-web)
Home page: https://github.com/cretz/bine
Licenses: Expat
Synopsis: Accessing and embedding Tor clients and servers from Golang
Description:

Bine is a toolkit to assist in creating Tor clients and servers. Features:

  • full support for the Tor controller API

  • support for net.Conn and net.Listen style APIs

  • supports statically compiled Tor to embed Tor into the binary

  • supports v3 onion services

  • support for embedded control socket in Tor >= 0.3.5

go-github-com-xtaci-smux 1.5.30
Channel: guix
Location: gnu/packages/golang-web.scm (gnu packages golang-web)
Home page: https://github.com/xtaci/smux
Licenses: Expat
Synopsis: Introduction
Description:

Smux (Simple MUltipleXing) is a multiplexing library for Golang. It relies on an underlying connection to provide reliability and ordering, such as TCP or KCP, and provides stream-oriented multiplexing. The original intention of this library is to power the connection management for kcp-go.

go-github-com-oklog-ulid 1.3.1
Channel: guix
Location: gnu/packages/golang-xyz.scm (gnu packages golang-xyz)
Home page: https://github.com/oklog/ulid
Licenses: ASL 2.0
Synopsis: Universally Unique Lexicographically Sortable Identifier in Golang
Description:

This package implements ULID as specified in https://github.com/ulid/spec.

Features of ULID:

  • 128-bit compatibility with UUID

  • 1.21e+24 unique ULIDs per millisecond

  • lexicographically sortable

  • canonically encoded as a 26 character string, as opposed to the 36 character UUID

  • uses Crockford's base32 for better efficiency and readability (5 bits per character)

  • case insensitive

  • no special characters (URL safe)

  • monotonic sort order (correctly detects and handles the same millisecond)

go-github-com-h2non-gock 1.2.0
Propagated dependencies: go-github-com-h2non-parth@2.0.1 go-github-com-nbio-st@0.0.0-20140626010706-e9e8d9816f32
Channel: guix
Location: gnu/packages/golang-check.scm (gnu packages golang-check)
Home page: https://github.com/h2non/gock
Licenses: Expat
Synopsis: HTTP traffic mocking and testing for Go
Description:

Versatile HTTP mocking made easy in Go that works with any net/http based stdlib implementation. Inspired by the Node nock library, it has features like:

  • Simple and expressive API

  • Semantic API DSL for declarative HTTP mock declarations

  • Built-in helpers for easy JSON/XML mocking

  • Supports persistent and volatile TTL-limited mocks

  • Full regular expressions capable HTTP request mock matching

  • Designed for both testing and runtime scenarios

  • Match request by method, URL params, headers and bodies

  • Extensible and pluggable HTTP matching rules

  • Ability to switch between mock and real networking modes

  • Ability to filter/map HTTP requests for accurate mock matching

  • Supports map and filters to handle mocks easily

  • Wide compatible HTTP interceptor using http.RoundTripper interface

  • Works with any net/http compatible client, such as gentleman

  • Network timeout/cancelation delay simulation

  • Extensible and hackable API

go-github-com-go-git-gcfg 1.5.0
Propagated dependencies: go-github-com-pkg-errors@0.9.1 go-gopkg-in-warnings-v0@0.1.2
Channel: guix
Location: gnu/packages/golang-vcs.scm (gnu packages golang-vcs)
Home page: https://github.com/go-git/gcfg
Licenses: Modified BSD
Synopsis: Gcfg reads INI-style configuration files into Go structs
Description:

Gcfg reads INI-style configuration files into Go structs.

go-github-com-chzyer-test 1.0.0
Propagated dependencies: go-github-com-chzyer-logex@1.2.1
Channel: zzkt
Location: zzkt/packages/duf.scm (zzkt packages duf)
Home page: https://github.com/chzyer/test
Licenses: Expat
Synopsis: test
#<unspecified>
go-github-com-cblgh-plain 0.0.0-20240209132549-093bbe9d21f9
Propagated dependencies: go-golang-org-x-image@0.32.0 go-github-com-gomarkdown-markdown@0.0.0-20240730141124-034f12af3bf6 go-github-com-golang-freetype@0.0.0-20170609003504-e2365dfdc4a0
Channel: lauras-channel
Location: laura/packages/go-common.scm (laura packages go-common)
Home page: https://github.com/cblgh/plain
Licenses:
Synopsis:
Description:
go-github-com-akavel-rsrc 0.10.2
Channel: lauras-channel
Location: laura/packages/go-common.scm (laura packages go-common)
Home page: https://github.com/akavel/rsrc
Licenses: Expat
Synopsis:
#<unspecified>
emacs-gitignore-templates 20210814.144
Channel: emacs
Location: emacs/packages/melpa.scm (emacs packages melpa)
Home page: https://github.com/xuchunyang/gitignore-templates.el
Licenses:
Synopsis: Create .gitignore using GitHub or gitignore.io API
Description:

Documentation at https://melpa.org/#/gitignore-templates

go-github-com-chzyer-test 1.0.0
Propagated dependencies: go-github-com-chzyer-logex@1.2.1
Channel: guix
Location: gnu/packages/golang-check.scm (gnu packages golang-check)
Home page: https://github.com/chzyer/test
Licenses: Expat
Synopsis: Testing library for Go
Description:

A testing library for Go programs.

go-github-com-gorilla-css 1.0.0
Channel: guix
Location: gnu/packages/golang-web.scm (gnu packages golang-web)
Home page: https://github.com/gorilla/css/
Licenses: Modified BSD
Synopsis: CSS3 tokenizer
Description:

This package provides a CSS3 tokenizer.

emacs-git-wip-timemachine 20150408.1006
Propagated dependencies: emacs-s@20220902.1511
Channel: emacs
Location: emacs/packages/melpa.scm (emacs packages melpa)
Home page: https://github.com/itsjeyd/git-wip-timemachine
Licenses:
Synopsis: Walk through git-wip revisions of a file
Description:

Documentation at https://melpa.org/#/git-wip-timemachine

go-github-com-ncruces-wbt 0.2.0
Channel: cast
Location: cast/packages/wrtag.scm (cast packages wrtag)
Home page: https://github.com/ncruces/wbt
Licenses: Expat
Synopsis: Immutable Weight-Balanced Trees
Description:

Go library that implements immutable weight-balanced trees.

go-github-com-biogo-graph 0.0.0-20150317020928-057c1989faed
Propagated dependencies: go-gopkg-in-check-v1@1.0.0-20201130134442-10cb98267c6c
Channel: guix
Location: gnu/packages/bioinformatics.scm (gnu packages bioinformatics)
Home page: https://github.com/biogo/graph
Licenses: Modified BSD
Synopsis: Undirected graph analysis for biogo
Description:

The package graph implements graph manipulation functions.

go-github-com-gobwas-glob 0.2.3
Channel: guix
Location: gnu/packages/golang-xyz.scm (gnu packages golang-xyz)
Home page: https://github.com/gobwas/glob
Licenses: Expat
Synopsis: Go globbing library
Description:

This package provides a Go implementation of globs.

go-github-com-matryer-try 0.0.0-20161228173917-9ac251b645a2
Channel: guix
Location: gnu/packages/golang-xyz.scm (gnu packages golang-xyz)
Home page: https://github.com/matryer/try
Licenses: Expat
Synopsis: Simple idiomatic retry package for Go
Description:

This package provides an idiomatic Go retry module.

go-github-com-muesli-roff 0.1.0
Channel: zzkt
Location: zzkt/packages/duf.scm (zzkt packages duf)
Home page: https://github.com/muesli/roff
Licenses: Expat
Synopsis: roff
Description:

roff lets you write roff documents in Go

go-github-com-biogo-biogo 1.0.4
Propagated dependencies: go-gopkg-in-check-v1@1.0.0-20201130134442-10cb98267c6c go-github-com-biogo-store@0.0.0-20201120204734-aad293a2328f go-github-com-biogo-hts@1.4.4 go-github-com-biogo-graph@0.0.0-20150317020928-057c1989faed
Channel: guix
Location: gnu/packages/bioinformatics.scm (gnu packages bioinformatics)
Home page: https://github.com/biogo/biogo
Licenses: Modified BSD
Synopsis: Bioinformatics library for Go
Description:

Bíogo is a bioinformatics library for the Go language.

go-github-com-pion-sdp-v3 3.0.10
Propagated dependencies: go-github-com-pion-randutil@v0.1.0
Channel: guix
Location: gnu/packages/golang-web.scm (gnu packages golang-web)
Home page: https://github.com/pion/sdp
Licenses: Expat
Synopsis: Implementation of the SDP protocol in Golang
Description:

Package sdp implements Session Description Protocol.

go-github-com-komkom-toml 0.1.2
Propagated dependencies: go-github-com-pkg-errors@0.9.1
Channel: guix
Location: gnu/packages/golang-xyz.scm (gnu packages golang-xyz)
Home page: https://github.com/komkom/toml
Licenses: Expat
Synopsis: Instream TOML to JSON encoder
Description:

This package provides a TOML parser and JSON encoder.

Total results: 1956