_            _    _        _         _
      /\ \         /\ \ /\ \     /\_\      / /\
      \_\ \       /  \ \\ \ \   / / /     / /  \
      /\__ \     / /\ \ \\ \ \_/ / /     / / /\ \__
     / /_ \ \   / / /\ \ \\ \___/ /     / / /\ \___\
    / / /\ \ \ / / /  \ \_\\ \ \_/      \ \ \ \/___/
   / / /  \/_// / /   / / / \ \ \        \ \ \
  / / /      / / /   / / /   \ \ \   _    \ \ \
 / / /      / / /___/ / /     \ \ \ /_/\__/ / /
/_/ /      / / /____\/ /       \ \_\\ \/___/ /
\_\/       \/_________/         \/_/ \_____\/
go-github-com-dsnet-compress 0.0.1
Propagated dependencies: go-github-com-dsnet-golib@1.0.2 go-github-com-klauspost-compress@1.17.11 go-github-com-ulikunitz-xz@0.5.12
Channel: guix
Location: gnu/packages/golang-compression.scm (gnu packages golang-compression)
Home page: https://github.com/dsnet/compress
Licenses: Modified BSD
Synopsis: Collection of compression libraries for Golang
Description:

Package compress is a collection of compression libraries implementing Golang modules:

brotli

Implements the Brotli format, described in RFC 7932.

bzip2

Implements the BZip2 compressed data format.

flate

Implements the DEFLATE format, described in RFC 1951.

xflate

Implements the XFLATE format, an random-access extension to DEFLATE.

go-github-com-golang-jwt-jwt 3.2.2
Channel: guix
Location: gnu/packages/golang-crypto.scm (gnu packages golang-crypto)
Home page: https://github.com/golang-jwt/jwt
Licenses: Expat
Synopsis: Go implementation of JSON Web Tokens
Description:

This package provides a Go implementation of JSON Web Tokens and supports the parsing and verification as well as the generation and signing of JSON Web Tokens. The currently supported signing algorithms are HMAC SHA, RSA, RSA-PSS, and ECDSA, though hooks are present for adding your own.

go-github-com-viant-assertly 0.9.2
Channel: guix
Location: gnu/packages/golang-check.scm (gnu packages golang-check)
Home page: https://github.com/viant/assertly
Licenses: ASL 2.0
Synopsis: Data structure testing library)
Description:

This library enables complex data structure testing, specifically:

  • realtime transformation or casting of incompatible data types with directives system

  • consistent way of testing of unordered structures

  • contains, Range, RegExp support on any data structure deeph level

  • switch case directive to provide expected value alternatives based on actual switch/case input match

  • macro system enabling complex predicate and expression evaluation, and customization

go-github-com-viant-assertly 0.9.2
Propagated dependencies: go-github-com-viant-toolbox@0.37.0
Channel: guix
Location: gnu/packages/golang-check.scm (gnu packages golang-check)
Home page: https://github.com/viant/assertly
Licenses: ASL 2.0
Synopsis: Data structure testing library)
Description:

This library enables complex data structure testing, specifically:

  • realtime transformation or casting of incompatible data types with directives system

  • consistent way of testing of unordered structures

  • contains, Range, RegExp support on any data structure deeph level

  • switch case directive to provide expected value alternatives based on actual switch/case input match

  • macro system enabling complex predicate and expression evaluation, and customization

go-github-com-thejerf-suture 3.0.3
Channel: guix
Location: gnu/packages/golang-xyz.scm (gnu packages golang-xyz)
Home page: https://github.com/thejerf/suture
Licenses: Expat
Synopsis: Supervisor trees for Go
Description:

Suture provides Erlang-ish supervisor trees for Go. "Supervisor trees" -> "sutree" -> "suture" -> holds your code together when it's trying to die.

It is intended to deal gracefully with the real failure cases that can occur with supervision trees (such as burning all your CPU time endlessly restarting dead services), while also making no unnecessary demands on the "service" code, and providing hooks to perform adequate logging with in a production environment

go-github-com-pquerna-ffjson 0.0.0-20190930134022-aa0246cd15f7
Channel: guix
Location: gnu/packages/golang-web.scm (gnu packages golang-web)
Home page: https://github.com/pquerna/ffjson
Licenses: ASL 2.0
Synopsis: Faster JSON for Golang
Description:

This package implements functionality to generate static MarshalJSON and UnmarshalJSON functions for structures in Go. The generated functions reduce the reliance upon runtime reflection to do serialization and are generally 2 to 3 times faster. In cases where @codeffjson doesn't understand a Type involved, it falls back to @codeencoding/json, meaning it is a safe drop in replacement. By using ffjson your JSON serialization just gets faster with no additional code changes.

pragtical-plugin-manager-git 1.2.9-1-1.1dbc575
Dependencies: libgit2@1.8.4 libzip@1.9.2 lua@5.3.5 mbedtls@2.28.7 zlib@1.3
Channel: ngapsh
Location: pnkp/guix/packages/text-editors.scm (pnkp guix packages text-editors)
Home page: https://github.com/pragtical/plugin-manager/
Licenses: Expat
Synopsis: Plugin manager for Pragtical editor
Description:

A standalone binary that provides an easy way of installing and uninstalling plugins from Pragtical, as well as different versions of Pragtical.

The plugin output contains a plugin_manager.lua plugin to integrate the binary with Pragtical in the form of an easy-to-use GUI. The binary is also included in this output.

Note: Plugins installed via Guix will show up as "bundled", as these plugins are installed in $PREFIX like bundled plugins.

go-github-com-pion-webrtc-v3 3.3.0
Propagated dependencies: go-github-com-pion-datachannel@1.5.8 go-github-com-pion-dtls-v2@2.2.12 go-github-com-pion-ice-v2@2.3.34 go-github-com-pion-interceptor@0.1.30 go-github-com-pion-logging@0.2.2 go-github-com-pion-randutil@v0.1.0 go-github-com-pion-rtcp@1.2.14 go-github-com-pion-rtp@1.8.6 go-github-com-pion-sctp@1.8.19 go-github-com-pion-sdp-v3@3.0.9 go-github-com-pion-srtp-v2@2.0.20 go-github-com-pion-stun@0.6.1 go-github-com-pion-transport-v2@2.2.10 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/webrtc
Licenses: Expat
Synopsis: Implementation of the WebRTC API in Golang
Description:

Package webrtc implements the WebRTC (Real-Time Communication in Browsers) 1.0 as defined in W3C WebRTC specification document. Features:

  • implementation of webrtc-pc and https://www.w3.org/TR/webrtc-stats/,webrtc-stats

  • DataChannels

  • Send/Receive audio and video

  • Renegotiation

  • Plan-B and Unified Plan

  • SettingEngine for Pion specific extensions

  • implemented connectivity - Full ICE Agent, ICE Restart, Trickle ICE, STUN, TURN mDNS candidates

go-github-com-felixge-fgprof 0.9.4
Propagated dependencies: go-github-com-google-pprof@0.0.0-20240402174815-29b9bb013b0f
Channel: guix
Location: gnu/packages/golang-check.scm (gnu packages golang-check)
Home page: https://github.com/felixge/fgprof
Licenses: Expat
Synopsis: Sampling profiler for Golang
Description:

fgprof is a sampling Go profiler providing analyze On-CPU as well as Off-CPU (e.g. I/O) time together.

Go's builtin sampling CPU profiler can only show On-CPU time, but it's better than fgprof at that. Go also includes tracing profilers that can analyze I/O, but they can't be combined with the CPU profiler.

fgprof is designed for analyzing applications with mixed I/O and CPU workloads. This kind of profiling is also known as wall-clock profiling.

go-github-com-mmcdole-gofeed 1.1.3
Propagated dependencies: go-golang-org-x-text@0.21.0 go-golang-org-x-net@0.33.0 go-github-com-urfave-cli@1.22.16 go-github-com-stretchr-testify@1.10.0 go-github-com-mmcdole-goxpp@1.0.0 go-github-com-json-iterator-go@1.1.12 go-github-com-puerkitobio-goquery@1.7.0
Channel: small-guix
Location: small-guix/packages/papeer.scm (small-guix packages papeer)
Home page: https://github.com/mmcdole/gofeed
Licenses: Expat
Synopsis: gofeed
Description:

The @codegofeed library is a robust feed parser that supports parsing both @urlhttps://en.wikipedia.org/wiki/RSS,RSS, @urlhttps://en.wikipedia.org/wiki/Atom_(standard),Atom and @urlhttps://jsonfeed.org/version/1,JSON feeds. The library provides a universal @codegofeed.Parser that will parse and convert all feed types into a hybrid @codegofeed.Feed model. You also have the option of utilizing the feed specific @codeatom.Parser or @coderss.Parser or @codejson.Parser parsers which generate @codeatom.Feed, @coderss.Feed and @codejson.Feed respectively.

go-github-com-edsrzf-mmap-go 1.1.0
Propagated dependencies: 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/edsrzf/mmap-go
Licenses: Modified BSD
Synopsis: Memory mapped fiels (mmap) in Golang
Description:

This package implements functionality of mapping files into memory. It tries to provide a simple interface, but doesn't go out of its way to abstract away every little platform detail.

This specifically means:

  • forked processes may or may not inherit mappings

  • a file's timestamp may or may not be updated by writes through mappings

  • specifying a size larger than the file's actual size can increase the file's size

  • if the mapped file is being modified by another process while your program's running, don't expect consistent results between platforms

go-github-com-jrick-logrotate 1.0.0
Channel: efraim-dfsg
Location: dfsg/main/golang.scm (dfsg main golang)
Home page: https://github.com/jrick/logrotate
Licenses: FreeBSD
Synopsis: logrotate: slightly better than
#<unspecified>
go-github-com-dave-gopackages 0.0.0-20170318123100-46e7023ec56e
Propagated dependencies: go-github-com-dave-kerr@0.0.0-20170318121727-bc25dd6abe8e
Channel: efraim-dfsg
Location: dfsg/main/golang.scm (dfsg main golang)
Home page: https://github.com/dave/gopackages
Licenses: Expat
Synopsis:
#<unspecified>
go-github-com-acomagu-bufpipe 1.0.3
Propagated dependencies: go-github-com-matryer-is@1.4.1
Channel: efraim-dfsg
Location: dfsg/main/golang.scm (dfsg main golang)
Home page: https://github.com/acomagu/bufpipe
Licenses:
Synopsis:
#<unspecified>
go-github-com-spencercw-go-xz 0.0.0-20181128201811-c82a2123b492
Channel: lauras-channel
Location: laura/packages/go-common.scm (laura packages go-common)
Home page: https://github.com/spencercw/go-xz
Licenses:
Synopsis:
#<unspecified>
go-github-com-stellar-go-hash 0.0.0-20191010205648-0fc3bfe3dfa7
Channel: efraim-dfsg
Location: dfsg/main/golang.scm (dfsg main golang)
Home page: https://github.com/stellar/go
Licenses: ASL 2.0
Synopsis:
#<unspecified>
go-github-com-u-root-uio-rand 0.0.0-20230305220412-3e8cd9d6bf63
Channel: hui
Location: hui/packages/proxy.scm (hui packages proxy)
Home page: https://github.com/u-root/uio
Licenses: Modified BSD
Synopsis: uio
#<unspecified>
go-github-com-hooklift-assert 0.1.0
Channel: guixrus
Location: guixrus/packages/common/go.scm (guixrus packages common go)
Home page: https://github.com/hooklift/assert
Licenses: MPL 2.0
Synopsis: Minimalist assertion library
Description:

Minimalist assertion library

go-github-com-xanzy-go-gitlab 0.114.0
Propagated dependencies: go-github-com-google-go-querystring@1.1.0 go-github-com-hashicorp-go-cleanhttp@0.5.2 go-github-com-hashicorp-go-retryablehttp@0.7.7 go-golang-org-x-oauth2@0.23.0 go-golang-org-x-time@0.8.0
Channel: guix
Location: gnu/packages/golang-vcs.scm (gnu packages golang-vcs)
Home page: https://github.com/xanzy/go-gitlab
Licenses: ASL 2.0
Synopsis: GitLab Go SDK
Description:

This package provides a GitLab API client enabling Go programs to interact with GitLab in a simple and uniform way.

go-github-com-git-lfs-pktline 0.0.0-0.06e9096
Propagated dependencies: go-github-com-stretchr-testify@1.10.0 go-github-com-pmezard-go-difflib@1.0.0 go-github-com-davecgh-go-spew@1.1.1
Channel: guix
Location: gnu/packages/version-control.scm (gnu packages version-control)
Home page: https://github.com/git-lfs/pktline
Licenses: Expat
Synopsis: Git pkt-line Go toolkit
Description:

This package is a Go language toolkit for reading and writing files using the Git pkt-line format used in various Git operations.

go-github-com-armon-go-socks5 0.0.0-20160902184237-e75332964ef5
Dependencies: go-golang-org-x-net@0.33.0
Channel: guixrus
Location: guixrus/packages/common/go.scm (guixrus packages common go)
Home page: https://github.com/armon/go-socks5
Licenses: Expat
Synopsis: SOCKS5 server in Golang
Description:

SOCKS5 server in Golang

go-github-com-tulir-maulogger 2.3.2
Channel: guixrus
Location: guixrus/packages/common/go.scm (guixrus packages common go)
Home page: https://maunium.net/go/maulogger/
Licenses: MPL 2.0
Synopsis: Logger in Go
Description:

MauLogger is a logger for Go programs.

go-github-com-mtibben-percent 0.2.1
Channel: guix
Location: gnu/packages/golang-xyz.scm (gnu packages golang-xyz)
Home page: https://github.com/mtibben/percent
Licenses: Expat
Synopsis: Package percent escapes strings using percent-encoding
Description:

Package percent escapes strings using percent-encoding.

python-pygments-github-lexers 0.0.5
Propagated dependencies: python-pygments@2.15.1
Channel: guix
Location: gnu/packages/python-xyz.scm (gnu packages python-xyz)
Home page: https://github.com/liluo/pygments-github-lexers
Licenses: Modified BSD
Synopsis: Pygments Github custom lexers
Description:

This package installs Github custom lexers to Pygments.

Total results: 1852