haskell-kvitable 1.0.1.0-2 source package in Ubuntu

Changelog

haskell-kvitable (1.0.1.0-2) unstable; urgency=medium

  * Post-NEW upload

 -- Scott Talbert <email address hidden>  Sat, 30 Jul 2022 10:07:57 -0400

Upload details

Uploaded by:
Debian Haskell Group
Uploaded to:
Sid
Original maintainer:
Debian Haskell Group
Architectures:
any all
Section:
misc
Urgency:
Medium Urgency

See full publishing history Publishing

Series Pocket Published Component Section

Downloads

File Size SHA-256 Checksum
haskell-kvitable_1.0.1.0-2.dsc 2.6 KiB 8774e69f3488f607c954186bd70a2e27382e3175224f676dfda1874c6d00ccd1
haskell-kvitable_1.0.1.0.orig.tar.gz 25.1 KiB 89a65028011bdb1d35d5551c18348b94563b724212a0dfd3e1e484de56a01a48
haskell-kvitable_1.0.1.0-2.debian.tar.xz 2.2 KiB f215e2db758ef0bac9126bc5b066a8ccc8e8bf578056b19e672266a6b9d6476b

Available diffs

No changes file available.

Binary packages built by this source

libghc-kvitable-dev: No summary available for libghc-kvitable-dev in ubuntu kinetic.

No description available for libghc-kvitable-dev in ubuntu kinetic.

libghc-kvitable-doc: No summary available for libghc-kvitable-doc in ubuntu kinetic.

No description available for libghc-kvitable-doc in ubuntu kinetic.

libghc-kvitable-prof: Key/Value Indexed Table container and formatting library; profiling libraries

 Allows creation of a table from a set of of Key+Value Indices.
 This differs from the standard 'Map' structure in that the 'Map'
 simply indexes by value but the KVI table indexes by a
 heterogeneous list of keys along with their associated values.
 This effectively creates an N-dimensional table, where
 @N=Product(Count(Values[key]))@. The table contents can be sparse.
 .
 This library also provides the ability to format multi-dimensional
 data in a table presentation. The table is automatically formatted
 and can be output in a number of different styles (ascii, html,
 etc.)
 .
 Multi-dimensional data is more difficult to represent than simple
 two-dimensional data; this package provides the ability to select
 which dimensions should be represented as sub-rows and which
 dimensions should be represented as sub-columns. See the README
 for examples
 .
 This package provides a library for the Haskell programming language, compiled
 for profiling. See http://www.haskell.org/ for more information on Haskell.