haskell-kvitable 1.0.2.1-1 source package in Ubuntu

Changelog

haskell-kvitable (1.0.2.1-1) unstable; urgency=medium

  * Declare compliance with Debian policy 4.6.2
  * New upstream release

 -- Ilias Tsitsimpis <email address hidden>  Sat, 02 Sep 2023 22:52:20 +0300

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
Noble release universe misc

Downloads

File Size SHA-256 Checksum
haskell-kvitable_1.0.2.1-1.dsc 2.6 KiB 0c318131f3e750a6e3add482bdd3476bf21b237ef62ff071f4c57bcda53ab56b
haskell-kvitable_1.0.2.1.orig.tar.gz 25.1 KiB 34ffbfacaaeeb08fc73e2919d80f84ea631aa279bf782e5622627625479fc8fe
haskell-kvitable_1.0.2.1-1.debian.tar.xz 2.3 KiB d812cb8a502d3b11ef6e855eaac9064c4a4670a37c627762e55be67dc26431e2

No changes file available.

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.