python3-flake8-black

flake8 plugin to call black as a code style validator

This is flake8 plugin for validating Python code style with the command line code formatting tool Black.

journal-brief

Show interesting new systemd journal entries

This program can be used to show entries from the systemd journal with configurable, flexible filters. Cursor files are used to keep information about when journal-brief was run for the last time and starts from there. journal-brief can output to stdout or send via SMTP.

libmodule-build-pluggable-cpanfile-perl

plugin for Module::Build::Pluggable to use cpanfiles

Module::Build::Pluggable::CPANfile is a plugin for Module::Build::Pluggable to include dependencies from cpanfile into meta files.

libnet-amazon-signature-v4-perl

module for the Amazon Web Services signature version 4

Net::Amazon::Signature::V4 signs an HTTP::Request to Amazon Web Services by appending an Authorization header. Amazon Web Services signature version 4, AWS4-HMAC-SHA256, is used.

usbsdmux

control software for USB-SD-Mux devices

The USB-SD-Mux hardware allows switching a microSD card between the host computer via USB or a device-under-test, allowing programmatic testing of low-level parts of the boot process such as boot loader and early operating system.

libsyntax-keyword-multisub-perl

multiple subroutine dispatch syntax extension

Syntax::Keyword::MultiSub provides a new keyword, multi, to put before subroutine declarations, which permits multiple distinct function bodies to be provided, which take different parameters. A call to a multi sub will invoke whichever function body best fits the arguments passed.