Fast, compact, powerful binary deserialization
This library implements a deserializer for an efficient, compact-output, and feature-rich binary protocol called _Sereal_. Its sister module Sereal::Encoder implements an encoder for this format. The two are released separately to allow for independent and safer upgrading.
The Sereal protocol versions that are compatible with this decoder implementation are currently protocol versions 1, 2, and 3. As it stands, it will refuse to attempt to decode future versions of the protocol, but if necessary there is likely going to be an option to decode the parts of the input that are compatible with version 3 of the protocol. The protocol was designed to allow for this.
The protocol specification and many other bits of documentation can be found in the github repository. Right now, the specification is at https://github.com/Sereal/Sereal/blob/master/sereal_spec.pod, there is a discussion of the design objectives in https://github.com/Sereal/Sereal/blob/master/README.pod, and the output of our benchmarks can be seen at https://github.com/Sereal/Sereal/wiki/Sereal-Comparison-Graphs.
- Devel package for openSUSE:Factory
- Links to openSUSE:Factory / perl-Sereal-Decoder
- Download package
-
Checkout Package
osc -A https://api.opensuse.org checkout devel:languages:perl/perl-Sereal-Decoder && cd $_
- Create Badge
Source Files
Filename | Size | Changed |
---|---|---|
Sereal-Decoder-5.003.tar.gz | 0000837414 818 KB | |
_link | 0000000124 124 Bytes | |
cpanspec.yml | 0000000661 661 Bytes | |
perl-Sereal-Decoder.changes | 0000010905 10.6 KB | |
perl-Sereal-Decoder.spec | 0000002990 2.92 KB |
Revision 30 (latest revision is 33)
- updated to 5.003 see /usr/share/doc/packages/perl-Sereal-Decoder/Changes 5.003 * Production release of 5.002_001 and 5.002_002 * OpenBSD build fixes. Gracious thanks to Andrew Hewus Fresh for providing guidance and access to an OpenBSD box to use to debug and fix this. * Update Miniz to 3.0.2, Zstd to 1.5.2 and Devel::CheckLib to 1.16 * Assorted build fixes related to these updates. 5.002_002 * OpenBSD build fixes. Gracious thanks to Andrew Hewus Fresh for providing guidance and access to an OpenBSD box to use to debug and fix this. 5.002_001 * Update Miniz to 3.0.2, Zstd to 1.5.2 and Devel::CheckLib to 1.16 * Assorted build fixes related to these updates. 5.002 * Fixup Decoder tests to run on perl 5.8 which has no defined-or. - Consolidated changes from 5.001_00x: * Ensure that Encoder depends on the correct version of the Decoder. Gracious thanks to Slaven Rezic for being so patient in helping me get this release working properly. * Test compatibility fixes when no perl is already installed. * Add t/195_backcompat.t to check if the latest decoder will seamlessly handle reading output from older versions. * Test compatibility fixes with version 3 and earlier. 5.001_003 * Ensure that Encoder depends on the correct version of the Decoder. Gracious thanks to Slaven Rezic for being so patient in helping me get 5.001_00x working properly. 5.001_002 * Test compatibility fixes when no perl is already installed. * Add t/195_backcompat.t to check if the latest decoder will seamlessly handle reading output from older versions. 5.001_001 * Test compatibility fixes with version 3 and earlier.
Comments 0