libsdsl 2.1.1+dfsg-4 source package in Ubuntu

Changelog

libsdsl (2.1.1+dfsg-4) unstable; urgency=medium

  * Team upload.

  [ Manuel A. Fernandez Montecelo ]
  * Add support for riscv64 arch. Closes: #1023768

  [ Michael R. Crusoe ]
  * debian/patches/use_debian_packaged_d3.patch doesn't need forwarding
    upstream
  * Standards-Version: 4.6.2 (routine-update)
  * Set upstream metadata fields: Repository.

 -- Michael R. Crusoe <email address hidden>  Wed, 09 Aug 2023 16:55:15 +0200

Upload details

Uploaded by:
Debian Science Team
Uploaded to:
Sid
Original maintainer:
Debian Science Team
Architectures:
alpha amd64 arm64 kfreebsd-amd64 mips64el ppc64 ppc64el riscv64 s390x sparc64 x32
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

Downloads

File Size SHA-256 Checksum
libsdsl_2.1.1+dfsg-4.dsc 2.3 KiB 7e334f7603d71d4b4c3f846388b0887de967dfc9b7a43e3f407ac8fb5e5d9acd
libsdsl_2.1.1+dfsg.orig.tar.xz 414.4 KiB 82fb95956e7441e677bdbe5671ba8be828509309daa3fd678dfc4d1ce4fbb898
libsdsl_2.1.1+dfsg-4.debian.tar.xz 4.1 KiB 816b1c97d3d660974b16b3043815fa9ac95f90085f37bad1aaa69af701246b24

Available diffs

No changes file available.

Binary packages built by this source

libsdsl-dev: succinct data structure library - development files

 The Succinct Data Structure Library (SDSL) is a powerful and flexible
 C++11 library implementing succinct data structures. In total, the
 library contains the highlights of 40 research publications. Succinct
 data structures can represent an object (such as a bitvector or a
 tree) in space close the information-theoretic lower bound of the
 object while supporting operations of the original object
 efficiently. The theoretical time complexity of an operations
 performed on the classical data structure and the equivalent succinct
 data structure are (most of the time) identical.
 .
 This package installs development files.

libsdsl3: succinct data structure library

 The Succinct Data Structure Library (SDSL) is a powerful and flexible
 C++11 library implementing succinct data structures. In total, the
 library contains the highlights of 40 research publications. Succinct
 data structures can represent an object (such as a bitvector or a
 tree) in space close the information-theoretic lower bound of the
 object while supporting operations of the original object
 efficiently. The theoretical time complexity of an operations
 performed on the classical data structure and the equivalent succinct
 data structure are (most of the time) identical.
 .
 This package installs static library.

libsdsl3-dbgsym: debug symbols for libsdsl3