dtl 1.20-1 source package in Ubuntu

Changelog

dtl (1.20-1) unstable; urgency=medium

  * New upstream version 1.20
  * d/gbp.conf: set debian-branch = debian/latest (DEP-14)
  * d/control: bump Standards-Version to 4.6.0 (no changes needed)
  * d/copyright: bump copyright years for debian/*

 -- Paride Legovini <email address hidden>  Mon, 16 May 2022 21:50:11 +0000

Upload details

Uploaded by:
Paride Legovini
Uploaded to:
Sid
Original maintainer:
Paride Legovini
Architectures:
all
Section:
misc
Urgency:
Medium Urgency

See full publishing history Publishing

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

Builds

Kinetic: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
dtl_1.20-1.dsc 1.4 KiB 1e23a4cdefce0400a38bf9c26234da1cf8e5f1b6f661aa53dfd396085ca005ca
dtl_1.20.orig.tar.gz 25.6 KiB 579f81bca88f4b9760a59d99c5a95bd8dd5dc2f20f33f1f9b5f64cb08979f54d
dtl_1.20-1.debian.tar.xz 2.4 KiB a476f87f179746ccdfec044a869709825bb92514dbef5aea7cf06e2d00ee1d55

Available diffs

No changes file available.

Binary packages built by this source

libdtl-dev: diff template library written in C++

 dtl is a C++ template library which provides functions for comparing
 two sequences of arbitrary types. The sequences to be compared must
 support a random-access iterator.
 .
 The algorithm dtl uses is based on the paper "An O(NP) Sequence
 Comparison Algorithm" (1989) by Sun Wu, Udi Manber and Gene Myers. The
 computational complexity of Wu's Algorithm is O(N+PD) on average,
 and O(NP) in the worst case.