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

Changelog

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

  * Raising Standards version to 4.7.0 (no change)
  * Rely on pre-initialized dpkg-architecture variables.

  [ Debian Janitor ]
  * Apply multi-arch hints. + libgeners1: Add Multi-Arch: same.

 -- Pierre Gruet <email address hidden>  Thu, 02 May 2024 23:48:33 +0200

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
Oracular release universe misc

Downloads

File Size SHA-256 Checksum
geners_0.0~svn60+ds-3.dsc 1.9 KiB 1ea4b75f43f4e863595ba47fc1ce5bbf7b80d6c8f5c2926bfed8c59f0943d973
geners_0.0~svn60+ds.orig.tar.xz 105.9 KiB 77a0681e5fa3321460c620ea736ac7002cd2c4db7acf3a49b534d41f9b83bd77
geners_0.0~svn60+ds-3.debian.tar.xz 3.9 KiB e464829ffe8703da683928302f17ddc91d5c1ca2c90d25fc4c7e97a482e07d09

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