Binary package “libpmemblk1-debug” in ubuntu lunar

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.