haskell-kvitable 1.0.1.0-2build1 source package in Ubuntu

Changelog

haskell-kvitable (1.0.1.0-2build1) lunar; urgency=medium

  * Rebuild against new GHC ABI.

 -- Gianfranco Costamagna <email address hidden>  Sat, 10 Dec 2022 13:55:42 +0100

Upload details

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

See full publishing history Publishing

Series Pocket Published Component Section
Mantic release universe misc
Lunar release universe misc

Downloads

File Size SHA-256 Checksum
haskell-kvitable_1.0.1.0.orig.tar.gz 25.1 KiB 89a65028011bdb1d35d5551c18348b94563b724212a0dfd3e1e484de56a01a48
haskell-kvitable_1.0.1.0-2build1.debian.tar.xz 2.3 KiB 0fa0e9420d94ea420c3a6c2a681bb2ab3fa2ca26b424e3b8e23eab836724c3c2
haskell-kvitable_1.0.1.0-2build1.dsc 2.6 KiB 76090734d2789d7f43dd4c1b11d4f24a73abb9078fac6b7145a18d5a7e6be230

View changes file

Binary packages built by this source

libghc-kvitable-dev: Key/Value Indexed Table container and formatting library

 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.
 See http://www.haskell.org/ for more information on Haskell.

libghc-kvitable-doc: Key/Value Indexed Table container and formatting library; documentation

 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 the documentation for a library for the Haskell
 programming language.
 See http://www.haskell.org/ for more information on Haskell.

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.