geners 0.0~svn60+ds-2build1 source package in Ubuntu

Changelog

geners (0.0~svn60+ds-2build1) noble; urgency=high

  * No change rebuild against frame pointers and time_t.

 -- Julian Andres Klode <email address hidden>  Mon, 22 Apr 2024 16:48:42 +0200

Upload details

Uploaded by:
Julian Andres Klode
Uploaded to:
Noble
Original maintainer:
Ubuntu Developers
Architectures:
any
Section:
misc
Urgency:
Very Urgent

See full publishing history Publishing

Series Pocket Published Component Section
Noble release universe misc

Downloads

File Size SHA-256 Checksum
geners_0.0~svn60+ds.orig.tar.xz 105.9 KiB 77a0681e5fa3321460c620ea736ac7002cd2c4db7acf3a49b534d41f9b83bd77
geners_0.0~svn60+ds-2build1.debian.tar.xz 3.9 KiB 4de54a0cbda8393849d68af20f8ddbcbd25ccdcd3148d2fc10bd88849ff31105
geners_0.0~svn60+ds-2build1.dsc 2.0 KiB 9b96afd6cd1b7809e65951d7e1f8ef9abf8d3c3fc15645853abbdc07745ee4d7

View changes file

Binary packages built by this source

libgeners-dev: generic serialization library for C++ (development package)

 The Generic Serialization library is designed to address the problem of C++
 object persistence in situations where the most typical data access pattern is
 "write once read many" (WORM). "Geners" is a set of tools and conventions
 which allows its users to develop C++ classes that can be converted to and
 from a storable stream of bytes in a well-organized and type-safe manner.
 Serialization of STL containers is supported, including the ones added in the
 C++11 standard. Independent versioning of each class definition is allowed.
 .
 Among others, compared to the boost serialization package, Geners archives
 provide random access to stored objects and can be used to create and
 serialize very large archive-based objects. Yet, only binary archives are
 implemented, and implementing non-intrusive serialization is less transparent.
 .
 This package contains the headers and the static library.

libgeners1: generic serialization library for C++ (shared library)

 The Generic Serialization library is designed to address the problem of C++
 object persistence in situations where the most typical data access pattern is
 "write once read many" (WORM). "Geners" is a set of tools and conventions
 which allows its users to develop C++ classes that can be converted to and
 from a storable stream of bytes in a well-organized and type-safe manner.
 Serialization of STL containers is supported, including the ones added in the
 C++11 standard. Independent versioning of each class definition is allowed.
 .
 Among others, compared to the boost serialization package, Geners archives
 provide random access to stored objects and can be used to create and
 serialize very large archive-based objects. Yet, only binary archives are
 implemented, and implementing non-intrusive serialization is less transparent.
 .
 This package contains the shared library.

libgeners1-dbgsym: debug symbols for libgeners1