haskell-kvitable 1.0.2.1-1build1 source package in Ubuntu

Changelog

haskell-kvitable (1.0.2.1-1build1) oracular; urgency=medium

  * Rebuild against new GHC ABIs.

 -- Gianfranco Costamagna <email address hidden>  Wed, 15 May 2024 11:13:33 +0200

Upload details

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

See full publishing history Publishing

Series Pocket Published Component Section
Oracular release universe misc

Downloads

File Size SHA-256 Checksum
haskell-kvitable_1.0.2.1.orig.tar.gz 25.1 KiB 34ffbfacaaeeb08fc73e2919d80f84ea631aa279bf782e5622627625479fc8fe
haskell-kvitable_1.0.2.1-1build1.debian.tar.xz 2.4 KiB 7118db5510e954b1054102cb3b734040c8cfa4b840bd33d03e9ba78b21fd6b02
haskell-kvitable_1.0.2.1-1build1.dsc 2.6 KiB 8a73db89a3f522149ac45f6e1c86bf0c65faab4af3262dbe23f0d1de91a179aa

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.