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

Changelog

geners (0.0~svn60+ds-2) unstable; urgency=medium

  * Installing icc files, they could be included by other programs

 -- Pierre Gruet <email address hidden>  Fri, 10 Dec 2021 21:14:21 +0100

Upload details

Uploaded by:
Pierre Gruet
Uploaded to:
Sid
Original maintainer:
Pierre Gruet
Architectures:
any
Section:
misc
Urgency:
Medium Urgency

See full publishing history Publishing

Series Pocket Published Component Section
Mantic release universe misc
Lunar release universe misc
Jammy release universe misc

Downloads

File Size SHA-256 Checksum
geners_0.0~svn60+ds-2.dsc 1.9 KiB 6613a492851488f0a65e02f70f5c54d6c6648c426abc2dcc112a8fa1c9b60dc4
geners_0.0~svn60+ds.orig.tar.xz 105.9 KiB 77a0681e5fa3321460c620ea736ac7002cd2c4db7acf3a49b534d41f9b83bd77
geners_0.0~svn60+ds-2.debian.tar.xz 3.8 KiB 617068e6eec250b4e1e385bb198f1f2421bbab1a074066aec2668de2ff4d03e5

Available diffs

No changes file available.

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