Meta Configuration of Package perl-Sereal

32
 
1
<package name="perl-Sereal" project="Multimedia">
2
  <title>Fast, compact, powerful binary (de-)serialization</title>
3
  <description>_Sereal_ is an efficient, compact-output, binary and feature-rich
4
serialization protocol. The Perl encoder is implemented as the
5
Sereal::Encoder module, the Perl decoder correspondingly as
6
Sereal::Decoder. They are distributed separately to allow for safe
7
upgrading without downtime. (Hint: Upgrade the decoder everywhere first,
8
then the encoder.)
9
10
This 'Sereal' module is a very thin wrapper around both 'Sereal::Encoder'
11
and 'Sereal::Decoder'. It depends on both and loads both. So if you have a
12
user of both encoder and decoder, it is enough to depend on a particular
13
version of 'Sereal' and you'll get the most recent released versions of
14
'Sereal::Encoder' and 'Sereal::Decoder' whose version is smaller than or
15
equal to the version of 'Sereal' you depend on.
16
17
The protocol specification and many other bits of documentation can be
18
found in the github repository. Right now, the specification is at
19
https://github.com/Sereal/Sereal/blob/master/sereal_spec.pod, there is a
20
discussion of the design objectives in
21
https://github.com/Sereal/Sereal/blob/master/README.pod, and the output of
22
our benchmarks can be seen at
23
https://github.com/Sereal/Sereal/wiki/Sereal-Comparison-Graphs.
24
25
</description>
26
  <build>
27
    <disable repository="openSUSE_Slowroll"/>
28
    <disable repository="openSUSE_Tumbleweed"/>
29
  </build>
30
  <url>http://search.cpan.org/dist/Sereal/</url>
31
</package>
32