Import libsereal-encoder-perl_4.014+ds.orig.tar.xz
authorgregor herrmann <gregoa@debian.org>
Fri, 12 Jun 2020 00:53:24 +0000 (01:53 +0100)
committergregor herrmann <gregoa@debian.org>
Fri, 12 Jun 2020 00:53:24 +0000 (01:53 +0100)
commit2991c3879a81f2d8dbf3046434764d70a06e73fc
tree3f45c383df4202f4b3559081399151e5e5dc47c0
Import libsereal-encoder-perl_4.014+ds.orig.tar.xz

[dgit import orig libsereal-encoder-perl_4.014+ds.orig.tar.xz]
122 files changed:
Changes [new file with mode: 0644]
Encoder.xs [new file with mode: 0644]
INSTALL [new file with mode: 0644]
MANIFEST [new file with mode: 0644]
META.json [new file with mode: 0644]
META.yml [new file with mode: 0644]
Makefile.PL [new file with mode: 0644]
author_tools/bench.pl [new file with mode: 0644]
author_tools/decode.pl [new file with mode: 0644]
author_tools/different_sereal_docs.sh [new file with mode: 0755]
author_tools/freeze_thaw_timing.pl [new file with mode: 0644]
author_tools/hobodecoder.pl [new file with mode: 0644]
author_tools/numeric_str_length.c [new file with mode: 0644]
author_tools/stringify_test.c [new file with mode: 0644]
author_tools/update_encoder_flag_consts.pl [new file with mode: 0644]
author_tools/update_from_header.pl [new file with mode: 0644]
author_tools/valgrind.supp [new file with mode: 0644]
inc/Devel/CheckLib.pm [new file with mode: 0644]
inc/Sereal/BuildTools.pm [new file with mode: 0644]
lib/Sereal/Encoder.pm [new file with mode: 0644]
lib/Sereal/Encoder/Constants.pm [new file with mode: 0644]
miniz.c [new file with mode: 0644]
miniz.h [new file with mode: 0644]
ppport.h [new file with mode: 0644]
ptable.h [new file with mode: 0644]
qsort.h [new file with mode: 0644]
snappy/csnappy.h [new file with mode: 0644]
snappy/csnappy_compat.h [new file with mode: 0644]
snappy/csnappy_compress.c [new file with mode: 0644]
snappy/csnappy_decompress.c [new file with mode: 0644]
snappy/csnappy_internal.h [new file with mode: 0644]
snappy/csnappy_internal_userspace.h [new file with mode: 0644]
srl_buffer.h [new file with mode: 0644]
srl_buffer_types.h [new file with mode: 0644]
srl_common.h [new file with mode: 0644]
srl_compress.h [new file with mode: 0644]
srl_encoder.c [new file with mode: 0644]
srl_encoder.h [new file with mode: 0644]
srl_inline.h [new file with mode: 0644]
srl_protocol.h [new file with mode: 0644]
srl_reader.h [new file with mode: 0644]
srl_reader_decompress.h [new file with mode: 0644]
srl_reader_error.h [new file with mode: 0644]
srl_reader_misc.h [new file with mode: 0644]
srl_reader_types.h [new file with mode: 0644]
srl_reader_varint.h [new file with mode: 0644]
srl_stack.h [new file with mode: 0644]
srl_taginfo.h [new file with mode: 0644]
t/001_load.t [new file with mode: 0644]
t/002_constants.t [new file with mode: 0644]
t/002_have_enc_and_dec.t [new file with mode: 0644]
t/003_ptable.t [new file with mode: 0644]
t/004_testset.t [new file with mode: 0644]
t/005_flags.t [new file with mode: 0644]
t/010_desperate.t [new file with mode: 0644]
t/011_aliased_dedupe.t [new file with mode: 0644]
t/020_sort_keys.t [new file with mode: 0644]
t/021_sort_keys_option.t [new file with mode: 0644]
t/022_canonical_refs.t [new file with mode: 0644]
t/030_canonical_vs_test_deep.t [new file with mode: 0644]
t/040_tied_hash.t [new file with mode: 0644]
t/110_nobless.t [new file with mode: 0644]
t/120_hdr_data.t [new file with mode: 0644]
t/130_freezethaw.t [new file with mode: 0644]
t/160_recursion.t [new file with mode: 0644]
t/170_cyclic_weakrefs.t [new file with mode: 0644]
t/180_magic_array.t [new file with mode: 0644]
t/190_customop.t [new file with mode: 0644]
t/200_bulk.t [new file with mode: 0644]
t/300_fail.t [new file with mode: 0644]
t/400_evil.t [new file with mode: 0644]
t/700_roundtrip/v1/plain.t [new file with mode: 0644]
t/700_roundtrip/v1/plain_canon.t [new file with mode: 0644]
t/700_roundtrip/v1/snappy.t [new file with mode: 0644]
t/700_roundtrip/v1/snappy_canon.t [new file with mode: 0644]
t/700_roundtrip/v2/dedudep_strings.t [new file with mode: 0644]
t/700_roundtrip/v2/freeze_thaw.t [new file with mode: 0644]
t/700_roundtrip/v2/plain.t [new file with mode: 0644]
t/700_roundtrip/v2/plain_canon.t [new file with mode: 0644]
t/700_roundtrip/v2/readonly.t [new file with mode: 0644]
t/700_roundtrip/v2/snappy.t [new file with mode: 0644]
t/700_roundtrip/v2/snappy_canon.t [new file with mode: 0644]
t/700_roundtrip/v2/snappy_incr.t [new file with mode: 0644]
t/700_roundtrip/v2/snappy_incr_canon.t [new file with mode: 0644]
t/700_roundtrip/v2/sort_keys.t [new file with mode: 0644]
t/700_roundtrip/v3/dedudep_strings.t [new file with mode: 0644]
t/700_roundtrip/v3/freeze_thaw.t [new file with mode: 0644]
t/700_roundtrip/v3/plain.t [new file with mode: 0644]
t/700_roundtrip/v3/plain_canon.t [new file with mode: 0644]
t/700_roundtrip/v3/readonly.t [new file with mode: 0644]
t/700_roundtrip/v3/snappy.t [new file with mode: 0644]
t/700_roundtrip/v3/snappy_canon.t [new file with mode: 0644]
t/700_roundtrip/v3/snappy_incr.t [new file with mode: 0644]
t/700_roundtrip/v3/snappy_incr_canon.t [new file with mode: 0644]
t/700_roundtrip/v3/sort_keys.t [new file with mode: 0644]
t/700_roundtrip/v3/sort_keys_perl.t [new file with mode: 0644]
t/700_roundtrip/v3/sort_keys_perl_rev.t [new file with mode: 0644]
t/700_roundtrip/v3/zlib.t [new file with mode: 0644]
t/700_roundtrip/v3/zlib_force.t [new file with mode: 0644]
t/700_roundtrip/v4/dedudep_strings.t [new file with mode: 0644]
t/700_roundtrip/v4/freeze_thaw.t [new file with mode: 0644]
t/700_roundtrip/v4/plain.t [new file with mode: 0644]
t/700_roundtrip/v4/plain_canon.t [new file with mode: 0644]
t/700_roundtrip/v4/readonly.t [new file with mode: 0644]
t/700_roundtrip/v4/snappy.t [new file with mode: 0644]
t/700_roundtrip/v4/snappy_and_warn_unknown.t [new file with mode: 0644]
t/700_roundtrip/v4/snappy_canon.t [new file with mode: 0644]
t/700_roundtrip/v4/snappy_incr.t [new file with mode: 0644]
t/700_roundtrip/v4/snappy_incr_canon.t [new file with mode: 0644]
t/700_roundtrip/v4/sort_keys.t [new file with mode: 0644]
t/700_roundtrip/v4/sort_keys_perl.t [new file with mode: 0644]
t/700_roundtrip/v4/sort_keys_perl_rev.t [new file with mode: 0644]
t/700_roundtrip/v4/zlib.t [new file with mode: 0644]
t/700_roundtrip/v4/zlib_force.t [new file with mode: 0644]
t/700_roundtrip/v4/zstd.t [new file with mode: 0644]
t/700_roundtrip/v4/zstd_force.t [new file with mode: 0644]
t/800_threads.t [new file with mode: 0644]
t/900_reentrancy.t [new file with mode: 0644]
t/data/corpus [new file with mode: 0644]
t/lib/Sereal/BulkTest.pm [new file with mode: 0644]
t/lib/Sereal/TestSet.pm [new file with mode: 0644]
typemap [new file with mode: 0644]