haskell-edit-distance-vector 1.0.0.4-4 source package in Ubuntu

Changelog

haskell-edit-distance-vector (1.0.0.4-4) unstable; urgency=medium

  [ Jelmer Vernooij ]
  * Add package path in Vcs-Git header.

  [ Ilias Tsitsimpis ]
  * Declare compliance with Debian policy 4.6.2
  * Sourceful upload for GHC 9.4

 -- Ilias Tsitsimpis <email address hidden>  Sun, 10 Sep 2023 20:32:35 +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
Oracular release universe misc
Noble release universe misc

Downloads

File Size SHA-256 Checksum
haskell-edit-distance-vector_1.0.0.4-4.dsc 2.6 KiB e27e2191450941b4af8d81f36fe5e527ce658a41d9f23b406a6d78fc23f03838
haskell-edit-distance-vector_1.0.0.4.orig.tar.gz 5.7 KiB b7dfddd86d315ef1b0c86415f321efc04b4a1b47a7b13edafc73a6e81b620f1f
haskell-edit-distance-vector_1.0.0.4-4.debian.tar.xz 2.5 KiB 8a27792559b4d61adc975bdc5c2dcf456430741607044ab26919cd70ccd42628

No changes file available.

Binary packages built by this source

libghc-edit-distance-vector-dev: Calculate edit distances and edit scripts between vectors.

 An implementation of the Wagner–Fischer dynamic programming algorithm to
 find the optimal edit script and cost between two sequences.
 .
 The implementation in this package is specialised to sequences represented
 with "Data.Vector" but is otherwise agnostic to:
 .
 * The type of values in the vectors;
 .
 * The type representing edit operations; and
 .
 * The type representing the cost of operations.
 .
 This package provides a library for the Haskell programming language.
 See http://www.haskell.org/ for more information on Haskell.

libghc-edit-distance-vector-doc: Calculate edit distances and edit scripts between vectors.; documentation

 An implementation of the Wagner–Fischer dynamic programming algorithm to
 find the optimal edit script and cost between two sequences.
 .
 The implementation in this package is specialised to sequences represented
 with "Data.Vector" but is otherwise agnostic to:
 .
 * The type of values in the vectors;
 .
 * The type representing edit operations; and
 .
 * The type representing the cost of operations.
 .
 This package provides the documentation for a library for the Haskell
 programming language.
 See http://www.haskell.org/ for more information on Haskell.

libghc-edit-distance-vector-prof: Calculate edit distances and edit scripts between vectors.; profiling libraries

 An implementation of the Wagner–Fischer dynamic programming algorithm to
 find the optimal edit script and cost between two sequences.
 .
 The implementation in this package is specialised to sequences represented
 with "Data.Vector" but is otherwise agnostic to:
 .
 * The type of values in the vectors;
 .
 * The type representing edit operations; and
 .
 * The type representing the cost of operations.
 .
 This package provides a library for the Haskell programming language, compiled
 for profiling. See http://www.haskell.org/ for more information on Haskell.