パッケージ: libgeners1 (0.0~svn60+ds-3 など)
libgeners1 に関するリンク
Debian の資源:
geners ソースパッケージをダウンロード:
メンテナ:
外部の資源:
- ホームページ [geners.hepforge.org]
類似のパッケージ:
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 関連パッケージ
|
|
|
|
-
- dep: libbz2-1.0
- 高品質なブロックソートファイル圧縮器 - ランタイム
-
- dep: libc6 (>= 2.38)
- GNU C ライブラリ: 共有ライブラリ
以下のパッケージによって提供される仮想パッケージでもあります: libc6-udeb
-
- dep: libgcc-s1 (>= 3.4)
- GCC 共有ライブラリ
-
- dep: libstdc++6 (>= 13.1)
- GNU 標準 C++ ライブラリ v3
-
- dep: zlib1g (>= 1:1.1.4)
- 圧縮ライブラリ - ランタイム