_            _    _        _         _
      /\ \         /\ \ /\ \     /\_\      / /\
      \_\ \       /  \ \\ \ \   / / /     / /  \
      /\__ \     / /\ \ \\ \ \_/ / /     / / /\ \__
     / /_ \ \   / / /\ \ \\ \___/ /     / / /\ \___\
    / / /\ \ \ / / /  \ \_\\ \ \_/      \ \ \ \/___/
   / / /  \/_// / /   / / / \ \ \        \ \ \
  / / /      / / /   / / /   \ \ \   _    \ \ \
 / / /      / / /___/ / /     \ \ \ /_/\__/ / /
/_/ /      / / /____\/ /       \ \_\\ \/___/ /
\_\/       \/_________/         \/_/ \_____\/
go-github-com-go-fed-httpsig 1.1.0
Propagated dependencies: go-golang-org-x-crypto@0.26.0
Channel: efraim-dfsg
Location: dfsg/main/golang.scm (dfsg main golang)
Home page: https://github.com/go-fed/httpsig
Licenses: Modified BSD
Synopsis: httpsig
Description:

This package implements HTTP request and response signing and verification. Supports the major MAC and asymmetric key signature algorithms. It has several safety restrictions: One, none of the widely known non-cryptographically safe algorithms are permitted; Two, the RSA SHA256 algorithms must be available in the binary (and it should, barring export restrictions); Finally, the library assumes either the Authorizationn or Signature headers are to be set (but not both).

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

pragtical-plugin-manager-git 1.2.9-0.2cb6eb9
Dependencies: libgit2@1.7.2 libzip@1.9.2 lua@5.3.5 mbedtls-apache@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.28.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.17.0 go-golang-org-x-net@0.28.0 go-github-com-urfave-cli@1.22.2 go-github-com-stretchr-testify@1.9.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.24.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 functinoality 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-gammazero-deque 0.0.0-20201010052221-3932da5530cc
Channel: efraim-dfsg
Location: dfsg/main/golang.scm (dfsg main golang)
Home page: https://github.com/gammazero/deque
Licenses: Expat
Synopsis: deque
#<unspecified>
go-github-com-acomagu-bufpipe 1.0.3
Propagated dependencies: go-github-com-matryer-is@1.4.0
Channel: efraim-dfsg
Location: dfsg/main/golang.scm (dfsg main golang)
Home page: https://github.com/acomagu/bufpipe
Licenses:
Synopsis:
#<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-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-armon-go-socks5 0.0.0-20160902184237-e75332964ef5
Dependencies: go-golang-org-x-net@0.28.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-git-lfs-pktline 0.0.0-0.06e9096
Propagated dependencies: go-github-com-stretchr-testify@1.9.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-cockroachdb-apd 1.1.0
Channel: efraim-dfsg
Location: dfsg/main/golang.scm (dfsg main golang)
Home page: https://github.com/cockroachdb/apd
Licenses: ASL 2.0
Synopsis: apd
Description:

Package apd implements arbitrary-precision decimals.

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.scm (gnu packages golang)
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.12.0
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.

go-github-com-keybase-backoff 1.0.1-0.20160517061000-726b63b835ec
Propagated dependencies: go-golang-org-x-net@0.28.0
Channel: efraim-dfsg
Location: dfsg/main/golang.scm (dfsg main golang)
Home page: https://github.com/keybase/backoff
Licenses: Expat
Synopsis: Exponential Backoff
Description:

Package backoff implements backoff algorithms for retrying operations.

go-git-sr-ht-emersion-go-scfg 0.0.0-20240128091534-2ae16e782082
Propagated dependencies: go-github-com-davecgh-go-spew@1.1.1
Channel: guix
Location: gnu/packages/golang-xyz.scm (gnu packages golang-xyz)
Home page: https://git.sr.ht/~emersion/go-scfg
Licenses: Expat
Synopsis: Go library for simple configuration file format
Description:

Package go-scfg parses scfg files.

go-github-com-soniakeys-quant 1.0.0
Channel: guix
Location: gnu/packages/golang-xyz.scm (gnu packages golang-xyz)
Home page: https://github.com/soniakeys/quant
Licenses: Expat
Synopsis: Interface for image color quantizers
Description:

Quant provides an interface for image color quantizers.

Total results: 1585