pmdk 1.12.1-2 source package in Ubuntu

Changelog

pmdk (1.12.1-2) unstable; urgency=medium

  * Fix the watch file wrt GitHub changes.
  * Drop librpmemd -- removed upstream for 1.13

 -- Adam Borowski <email address hidden>  Mon, 09 Jan 2023 10:32:36 +0100

Upload details

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

See full publishing history Publishing

Series Pocket Published Component Section
Lunar release main libs

Downloads

File Size SHA-256 Checksum
pmdk_1.12.1-2.dsc 3.7 KiB 525bea94bf035bbbd9c6cd14079e4724a96789a7efd503111634b063b1ae8e45
pmdk_1.12.1.orig.tar.gz 2.6 MiB 8c82d96a768ee7f4b16534b88233a725db7aad276917c40e06eba2978ffc9957
pmdk_1.12.1.orig.tar.gz.asc 833 bytes 81f1eabe1369c1d9e541f35d98f57a7c184b18b8d2b895b1edc22a59ac2f1b63
pmdk_1.12.1-2.debian.tar.xz 19.7 KiB 41c738b3387af421277b0cfb6cf73883f7eae03ce2b47cefdeed32f381292085

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