libedlib 1.2.7-3 source package in Ubuntu

Changelog

libedlib (1.2.7-3) unstable; urgency=medium

  [ Nilesh Patra ]
  * Team Upload.
  * Fix version of package in CMakeLists.txt

  [ tony mancill ]
  * Enable building shared libs; upstream defaults this to OFF
    (Closes: #996541)
  * Update symbols file for libedlib1
  * Adjust enabled_shared_and_static.patch
  * Freshen years in debian/copyright
  * Add Build-Depends-Package metadata to libedlib1.symbols (lintian)

 -- tony mancill <email address hidden>  Wed, 29 Dec 2021 16:18:05 -0800

Upload details

Uploaded by:
Debian Med
Uploaded to:
Sid
Original maintainer:
Debian Med
Architectures:
any
Section:
misc
Urgency:
Medium Urgency

See full publishing history Publishing

Series Pocket Published Component Section

Downloads

File Size SHA-256 Checksum
libedlib_1.2.7-3.dsc 2.2 KiB 00db00aeb09fbd0539fde0066a280a48b3c50f4069da99a8ecc86550caf572f7
libedlib_1.2.7.orig.tar.gz 4.1 MiB 8767bc1b04a1a67282d57662e5702c4908996e96b1753b5520921ff189974621
libedlib_1.2.7-3.debian.tar.xz 7.1 KiB 30db26411bd77218a27804118ab7582f8d04512d39a4301c3a94d8d838592ad4

Available diffs

No changes file available.

Binary packages built by this source

edlib-aligner: edlib sequence alignment tool using edit distance

 Edlib is a lightweight and super fast C/C++ library for sequence
 alignment using edit distance. This package provides an aligner
 using this library.
 .
 Features of libedlib
 .
  * Calculates edit distance (Levehnstein distance).
  * It can find optimal alignment path (instructions how to transform
    first sequence into the second sequence).
  * It can find just the start and/or end locations of alignment path -
    can be useful when speed is more important than having exact
    alignment path.
  * Supports multiple alignment methods: global(NW), prefix(SHW) and
    infix(HW), each of them useful for different scenarios.
  * You can extend character equality definition, enabling you to e.g.
    have wildcard characters, to have case insensitive alignment or to
    work with degenerate nucleotides.
  * It can easily handle small or very large sequences, even when finding
    alignment path, while consuming very little memory.
  * Super fast thanks to Myers's bit-vector algorithm.

edlib-aligner-dbgsym: debug symbols for edlib-aligner
libedlib-dev: library for sequence alignment using edit distance (devel)

 A lightweight and super fast C/C++ library for sequence alignment using
 edit distance.
 .
 Calculating edit distance of two strings is as simple as:
 .
  edlibAlign("hello", 5, "world!", 6,
             edlibDefaultAlignConfig()).editDistance;
 Features
 .
  * Calculates edit distance (Levehnstein distance).
  * It can find optimal alignment path (instructions how to transform
    first sequence into the second sequence).
  * It can find just the start and/or end locations of alignment path -
    can be useful when speed is more important than having exact
    alignment path.
  * Supports multiple alignment methods: global(NW), prefix(SHW) and
    infix(HW), each of them useful for different scenarios.
  * You can extend character equality definition, enabling you to e.g.
    have wildcard characters, to have case insensitive alignment or to
    work with degenerate nucleotides.
  * It can easily handle small or very large sequences, even when finding
    alignment path, while consuming very little memory.
  * Super fast thanks to Myers's bit-vector algorithm.
 .
 This package contains the static library and the header files.

libedlib1: library for sequence alignment using edit distance

 A lightweight and super fast C/C++ library for sequence alignment using
 edit distance.
 .
 Calculating edit distance of two strings is as simple as:
 .
  edlibAlign("hello", 5, "world!", 6,
             edlibDefaultAlignConfig()).editDistance;
 Features
 .
  * Calculates edit distance (Levehnstein distance).
  * It can find optimal alignment path (instructions how to transform
    first sequence into the second sequence).
  * It can find just the start and/or end locations of alignment path -
    can be useful when speed is more important than having exact
    alignment path.
  * Supports multiple alignment methods: global(NW), prefix(SHW) and
    infix(HW), each of them useful for different scenarios.
  * You can extend character equality definition, enabling you to e.g.
    have wildcard characters, to have case insensitive alignment or to
    work with degenerate nucleotides.
  * It can easily handle small or very large sequences, even when finding
    alignment path, while consuming very little memory.
  * Super fast thanks to Myers's bit-vector algorithm.
 .
 This package contains the shared library.

libedlib1-dbgsym: debug symbols for libedlib1
python3-edlib: library for sequence alignment using edit distance (Python3 module)

 A lightweight and super fast C/C++ library for sequence alignment using
 edit distance.
 .
 Calculating edit distance of two strings is as simple as:
 .
  edlibAlign("hello", 5, "world!", 6,
             edlibDefaultAlignConfig()).editDistance;
 Features
 .
  * Calculates edit distance (Levehnstein distance).
  * It can find optimal alignment path (instructions how to transform
    first sequence into the second sequence).
  * It can find just the start and/or end locations of alignment path -
    can be useful when speed is more important than having exact
    alignment path.
  * Supports multiple alignment methods: global(NW), prefix(SHW) and
    infix(HW), each of them useful for different scenarios.
  * You can extend character equality definition, enabling you to e.g.
    have wildcard characters, to have case insensitive alignment or to
    work with degenerate nucleotides.
  * It can easily handle small or very large sequences, even when finding
    alignment path, while consuming very little memory.
  * Super fast thanks to Myers's bit-vector algorithm.
 .
 This package contains the Python3 module.

python3-edlib-dbgsym: debug symbols for python3-edlib