bustle
- Ebuilds: 1, Testing: 0.8.0 Description:
Bustle records and draws sequence diagrams of D-Bus activity, showing signal emissions, method calls and their corresponding returns, with timestamps for each individual event and the duration of each method call. This can help you check for unwanted D-Bus traffic, and pinpoint why your D-Bus-based application isn't performing as well as you like. It also provides statistics like signal frequencies and average method call times.
Homepage:https://gitlab.freedesktop.org/bustle/bustle#readme License: LGPL-2.1 GPL-2 GPL-3
darcs-monitor
- Ebuilds: 1, Testing: 0.4.2-r2 Description:
Darcs-monitor will send email to a specified recipient
about new changes added to a specific darcs repository. It can be run
as an apply posthook (resulting in near-instantaneous "push"
emails), or periodically from Cron, or occasionally by hand, whatever
seems most convenient.
Homepage:http://wiki.darcs.net/RelatedSoftware/DarcsMonitor License: GPL-2
hdocs
- Ebuilds: 1, Testing: 0.5.5.0-r1 Description:
Tool and library to get docs for installed packages and source files.
Can return result in JSON format.
Can dump docs for all installed modules
@Usage:
hdocs <module> - get docs for module/file
hdocs <module> <name> - get docs for name in module/file
hdocs dump [r] - dump all installed docs, if [r], find docs for reexported declarations
flags
-g GHC_OPT --ghc=GHC_OPT option to pass to GHC
@
Homepage:https://github.com/mvoidex/hdocs License: BSD
minici
- Ebuilds: 1, Testing: 0.1.9 Description: Minimalist CI framework to run checks on local machine
Homepage:https://erebosprotocol.net/minici License: GPL-3
nixfmt
- Ebuilds: 1, Testing: 0.6.0 Description:
nixfmt is the official, but not yet stable, formatter for Nix code.
It formats Nix code to a consistent style to increase code readability
and reduce the cognitive overhead for both reading and writing code.
Homepage:https://github.com/NixOS/nixfmt License: MPL-2.0
shake
- Ebuilds: 1, Testing: 0.19.8 Description: Build system library, like Make, but more accurate dependencies
Homepage:https://shakebuild.com License: BSD
shelltestrunner
- Ebuilds: 1, Testing: 1.10 Description:
shelltestrunner is a cross-platform tool for testing command-line
programs (or arbitrary shell commands.) It reads simple declarative tests
specifying a command, some input, and the expected output, error output
and exit status. Tests can be run selectively, in parallel, with a
timeout, in color, and/or with differences highlighted.
Homepage:https://github.com/simonmichael/shelltestrunner License: GPL-2