This is a staging site. Uploads will not persist. Testing only.

libghc-mainland-pretty-prof

pretty printing designed for printing source code; profiling libraries

Pretty printing designed for printing source code based on Wadler's paper /A Prettier Printer/. The main advantage of this library is its ability to automatically track the source locations associated with pretty printed values and output appropriate #line pragmas and its ability to produce output in the form of lazy text using a builder.

libghc-infinite-list-prof

infinite lists; profiling libraries

Modern lightweight library for infinite lists with fusion.

nemo-compare

Context menu comparison extension for Nemo file manager

Simple context menu file comparison extension for Nemo, inspired by the discontinued 'diff-ext' extension. By default it uses 'meld' to do the comparison and provides "Compare", "Compare to ~/foo/bar" and "Compare Later" in Nemo context menu. Using the configurator tool you can choose your favourite compare tool for one-on-one, three-way and multi-compare situations.

libghc-crypton-prof

cryptography primitives for Haskell; profiling libraries

A repository of cryptographic primitives. - Symmetric ciphers: AES, DES, 3DES, CAST5, Blowfish, Twofish, Camellia, RC4, Salsa, XSalsa, ChaCha - Hash: SHA1, SHA2, SHA3, SHAKE, MD2, MD4, MD5, Keccak, Skein, Ripemd, Tiger, Whirlpool, Blake2 - MAC: HMAC, KMAC, Poly1305 - Asymmetric crypto: DSA, RSA, DH, ECDH, ECDSA, ECC, Curve25519, Curve448, Ed25519, Ed448 - Key Derivation Function: PBKDF2, Scrypt, HKDF, Argon2, BCrypt, BCryptPBKDF - Cryptographic Random generation: System Entropy, Deterministic Random Generator - Data related: Anti-Forensic Information Splitter (AFIS)

libghc-commonmark-prof

Pure Haskell commonmark parser; profiling libraries

This library provides the core data types and functions for parsing commonmark (<https://spec.commonmark.org>). The parser is fully commonmark-compliant and passes the test suite. It is designed to be customizable and easily extensible. To customize the output, create an AST, or support a new output format, one need only define some new typeclass instances. It is also easy to add new syntax elements or modify existing ones.

libghc-barbies-prof

Classes for working with types that can change clothes; profiling libraries

Types that are parametric on a functor are like Barbies that have an outfit for each role. This package provides the basic abstractions to work with them comfortably.