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.
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
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.
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.
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
Package gitlab implements a GitLab API client.
Minimalist assertion library
SOCKS5 server in Golang
This package is a Go language toolkit for reading and writing files using the Git pkt-line format used in various Git operations.
Package apd implements arbitrary-precision decimals.
MauLogger is a logger for Go programs.
Package percent escapes strings using percent-encoding.
This package installs Github custom lexers to Pygments.
Package backoff implements backoff algorithms for retrying operations.
This package provides packet processing capabilities for Go.
Go library for loading environment variables from files
Package go-scfg parses scfg files.
Quant provides an interface for image color quantizers.