软件包:libgeners-dev(0.0~svn60+ds-2~bpo11+1)
libgeners-dev 的相关链接
Debian 的资源:
下载源码包 geners:
- [geners_0.0~svn60+ds-2~bpo11+1.dsc]
- [geners_0.0~svn60+ds.orig.tar.xz]
- [geners_0.0~svn60+ds-2~bpo11+1.debian.tar.xz]
维护者:
外部的资源:
- 主页 [geners.hepforge.org]
相似软件包:
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.
其他与 libgeners-dev 有关的软件包
|
|
|
|
-
- dep: libbz2-dev
- high-quality block-sorting file compressor library - development
-
- dep: libgeners1 (= 0.0~svn60+ds-2~bpo11+1)
- generic serialization library for C++ (shared library)
-
- dep: zlib1g-dev
- 压缩库 - 开发文件