stylish-haskell

Haskell code prettifier

stylish-haskell prettifies Haskell code. A design goal is not getting in the user's way, so it restricts itself to formatting only some parts of the Haskell code piped to it, such as import statements.

elpa-emacsql-mysql

high level SQL database frontend for Emacs (MySQL backend)

EmacSQL is a high level Emacs Lisp frontend for SQLite (primarily), PostgreSQL, MySQL, and potentially other SQL databases.

charon-systemd

strongSwan IPsec client, systemd support

The strongSwan VPN suite uses the native IPsec stack in the standard Linux kernel. It supports both the IKEv1 and IKEv2 protocols.

ruby-azure-mgmt-cdn

Microsoft Azure SDK for Ruby - CDN

The Azure SDK for Ruby provides a Ruby interface to Azure Resource Management (ARM). This package contains the CDN component.

ruby-azure-mgmt-commerce

Microsoft Azure SDK for Ruby - Commerce

The Azure SDK for Ruby provides a Ruby interface to Azure Resource Management (ARM). This package contains the Commerce component.

postgresql-13-pg-qualstats

PostgreSQL extension to gather statistics about predicates.

This extensions tracks WHERE clauses predicates and JOIN predicates. Statistics will report whether the predicate was evaluated as an index scan or not, how many time the expression appeared, how many times the operator was executed and how filtering the expression is. If pg_stat_statements is enabled, it can also track to which statements the predicate belongs.