pmdk 1.13.1-1.1 source package in Ubuntu

Changelog

pmdk (1.13.1-1.1) unstable; urgency=low

  * Non-maintainer upload.
  * Ignore check-manpages failure until Pandoc creates manpages
    that are accepted by the latest groff. (Closes: #1042252)

 -- Adrian Bunk <email address hidden>  Fri, 11 Aug 2023 13:28:04 +0300

Upload details

Uploaded by:
Adam Borowski
Uploaded to:
Sid
Original maintainer:
Adam Borowski
Architectures:
amd64 arm64 ppc64el riscv64 loong64
Section:
misc
Urgency:
Low Urgency

See full publishing history Publishing

Series Pocket Published Component Section
Mantic release main libs

Downloads

File Size SHA-256 Checksum
pmdk_1.13.1-1.1.dsc 3.9 KiB ebc6d7c033ae0e26903881d854f34b02a60a868fc32abab4bbdf222dfd3a4e36
pmdk_1.13.1.orig.tar.gz 2.3 MiB d5e5eded825cd6d742ec836352001e8cb262e428926e767f55498f16c2d977e1
pmdk_1.13.1.orig.tar.gz.asc 659 bytes 1e9a8d9ddafa8fc68b00017d321c471303faf55a336544077ad322780c5d979f
pmdk_1.13.1-1.1.debian.tar.xz 14.4 KiB a82608dba3e2d4301f14b050f098bed2d6f595ce8bee00bd8bd043a29b9b0e63

Available diffs

No changes file available.

Binary packages built by this source

libpmem-dev: Persistent Memory low level support library, v1 headers

 libpmem provides low level persistent memory support. In particular, support
 for the persistent memory instructions for flushing changes to pmem is
 provided.
 .
 This package contains libraries and header files used for linking programs
 against libpmem.

libpmem1: Persistent Memory low level support library, v1 runtime

 libpmem provides low level persistent memory support. In particular, support
 for the persistent memory instructions for flushing changes to pmem is
 provided.
 .
 This library is provided for software which tracks every store to pmem and
 needs to flush those changes to durability. Most developers will find higher
 level libraries like libpmemobj to be much more convenient.
 .
 This package provides binary runtime for version 1 of the API.

libpmem1-dbgsym: debug symbols for libpmem1
libpmem1-debug: Persistent Memory low level support library — debug build

 libpmem provides low level persistent memory support. In particular, support
 for the persistent memory instructions for flushing changes to pmem is
 provided.
 .
 This package contains a special build of this library meant for debugging
 purposes. It contains extra logging, assertions and expensive checks that
 should not be used otherwise.

libpmem2: Persistent Memory low level support library, v2 runtime

 libpmem provides low level persistent memory support. In particular, support
 for the persistent memory instructions for flushing changes to pmem is
 provided.
 .
 This library is provided for software which tracks every store to pmem and
 needs to flush those changes to durability. Most developers will find higher
 level libraries like libpmemobj to be much more convenient.

libpmem2-dbgsym: debug symbols for libpmem2
libpmem2-debug: Persistent Memory low level support library — debug build

 libpmem provides low level persistent memory support. In particular, support
 for the persistent memory instructions for flushing changes to pmem is
 provided.
 .
 This package contains a special build of this library meant for debugging
 purposes. It contains extra logging, assertions and expensive checks that
 should not be used otherwise.

libpmem2-dev: Persistent Memory low level support library, v2 headers

 libpmem provides low level persistent memory support. In particular, support
 for the persistent memory instructions for flushing changes to pmem is
 provided.
 .
 This package contains libraries and header files used for linking programs
 against libpmem2, with a modernized API that avoids certain limitations of
 libpmem1.

libpmemblk-dev: development files for libpmemblk1

 libpmemblk implements a pmem-resident array of blocks, all the same size, where
 a block is updated atomically with respect to power failure or program
 interruption (no torn blocks).
 .
 This package contains libraries and header files used for linking programs
 against libpmemblk.

libpmemblk1: Persistent Memory block array support library

 libpmemblk implements a pmem-resident array of blocks, all the same size, where
 a block is updated atomically with respect to power failure or program
 interruption (no torn blocks).
 .
 This library is provided for cases requiring large arrays of objects at least
 512 bytes each. Most developers will find higher level libraries like
 libpmemobj to be more generally useful.

libpmemblk1-dbgsym: debug symbols for libpmemblk1
libpmemblk1-debug: Persistent Memory block array support library — debug build

 libpmemblk implements a pmem-resident array of blocks, all the same size, where
 a block is updated atomically with respect to power failure or program
 interruption (no torn blocks).
 .
 This library is provided for cases requiring large arrays of objects at least
 512 bytes each. Most developers will find higher level libraries like
 libpmemobj to be more generally useful.
 .
 This package contains a special build of this library meant for debugging
 purposes. It contains extra logging, assertions and expensive checks that
 should not be used otherwise.

libpmemlog-dev: development files for libpmemlog1

 libpmemlog implements a pmem-resident log file.
 .
 This package contains libraries and header files used for linking programs
 against libpmemlog.

libpmemlog1: Persistent Memory log file support library

 libpmemlog implements a pmem-resident log file.
 .
 This library is provided for cases requiring an append-mostly file to record
 variable length entries. Most developers will find higher level libraries like
 libpmemobj to be more generally useful.

libpmemlog1-dbgsym: debug symbols for libpmemlog1
libpmemlog1-debug: Persistent Memory log file support library — debug build

 libpmemlog implements a pmem-resident log file.
 .
 This library is provided for cases requiring an append-mostly file to record
 variable length entries. Most developers will find higher level libraries like
 libpmemobj to be more generally useful.
 .
 This package contains a special build of this library meant for debugging
 purposes. It contains extra logging, assertions and expensive checks that
 should not be used otherwise.

libpmemobj-dev: development files for libpmemobj1

 libpmemobj turns a persistent memory file into a flexible object store,
 supporting transactions, memory management, locking, lists, and a number of
 other features.
 .
 This package contains libraries and header files used for linking programs
 against libpmemobj.

libpmemobj1: Persistent Memory object store support library

 libpmemobj turns a persistent memory file into a flexible object store,
 supporting transactions, memory management, locking, lists, and a number of
 other features.

libpmemobj1-dbgsym: debug symbols for libpmemobj1
libpmemobj1-debug: Persistent Memory object store support library — debug build

 libpmemobj turns a persistent memory file into a flexible object store,
 supporting transactions, memory management, locking, lists, and a number of
 other features.
 .
 This package contains a special build of this library meant for debugging
 purposes. It contains extra logging, assertions and expensive checks that
 should not be used otherwise.

libpmempool-dev: development files for libpmempool1

 libpmempool provides a set of utilities for management, diagnostics and repair
 of persistent memory pools.
 .
 This package contains libraries and header files used for linking programs
 against libpmempool.

libpmempool1: Persistent Memory pool management support library

 libpmempool provides a set of utilities for management, diagnostics and repair
 of persistent memory pools. A pool in this context means a pmemobj pool,
 pmemblk pool, pmemlog pool or BTT layout, independent of the underlying
 storage. The libpmempool is for applications that need high reliability or
 built-in troubleshooting. It may be useful for testing and debugging purposes
 also.

libpmempool1-dbgsym: debug symbols for libpmempool1
libpmempool1-debug: Persistent Memory pool management support library — debug build

 libpmempool provides a set of utilities for management, diagnostics and repair
 of persistent memory pools. A pool in this context means a pmemobj pool,
 pmemblk pool, pmemlog pool or BTT layout, independent of the underlying
 storage. The libpmempool is for applications that need high reliability or
 built-in troubleshooting. It may be useful for testing and debugging purposes
 also.
 .
 This package contains a special build of this library meant for debugging
 purposes. It contains extra logging, assertions and expensive checks that
 should not be used otherwise.

pmdk-tools: Persistent Memory management tools

 The main purpose of this package is to provide a user with a set of utilities
 for off-line analysis and manipulation of pools created by pmem libraries.
 .
 The utilities may be useful for troubleshooting by system administrators and
 for software developers who work on applications based on these libraries. The
 latter may find these tools useful for testing and debugging purposes also.

pmdk-tools-dbgsym: debug symbols for pmdk-tools