-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathMANIFEST
More file actions
99 lines (99 loc) · 2.11 KB
/
MANIFEST
File metadata and controls
99 lines (99 loc) · 2.11 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
Build.PL
Changes
examples/bwt.pl
examples/bwt_ac_string.pl
examples/bwt_ac_string_symbolic.pl
examples/bwt_adaptive_ac_string.pl
examples/bwt_adaptive_ac_string_symbolic.pl
examples/bwt_string.pl
examples/bwt_string_symbolic.pl
examples/bwt_symbolic.pl
examples/bzip2_compressor.pl
examples/bzip2_decompressor.pl
examples/fast_lzss.pl
examples/fast_lzss_string.pl
examples/gzip_block_type_1.pl
examples/gzip_block_type_2.pl
examples/gzip_decompressor.pl
examples/gzip_file_compression.pl
examples/lz77.pl
examples/lz77_ac_string.pl
examples/lz77_adaptive_ac_string.pl
examples/lz77_bwt_obh_string.pl
examples/lz77_bwt_string.pl
examples/lz77_mrl_string.pl
examples/lz77_obh_string.pl
examples/lz77_string.pl
examples/lz77_symbolic.pl
examples/lz77_symbolic_string.pl
examples/lzss.pl
examples/lzss_ac_string.pl
examples/lzss_adaptive_ac_string.pl
examples/lzss_mrl_string.pl
examples/lzss_string.pl
examples/lzss_vs_fast_lzss.pl
examples/lzw.pl
examples/lzw_string.pl
examples/lzw_string_delta.pl
examples/lzw_string_elias_gamma.pl
examples/lzw_string_elias_omega.pl
examples/lzw_string_fibonacci.pl
examples/mrl.pl
examples/mrl_string.pl
lib/Compression/Util.pm
LICENSE
Makefile.PL
MANIFEST This list of files
META.json
META.yml
README.md
t/00.load.t
t/bwt.t
t/bwt_adaptive_arithmetic.t
t/bwt_adaptive_arithmetic_symbolic.t
t/bwt_arithmetic.t
t/bwt_arithmetic_symbolic.t
t/bwt_symbolic.t
t/bzip2.t
t/fast_lzss.t
t/gzip.t
t/gzip_fast.t
t/lz4.t
t/lz4_fast.t
t/lz77.t
t/lz77_abc_encode.t
t/lz77_adaptive_arithmetic.t
t/lz77_arithmetic.t
t/lz77_bwt_obh.t
t/lz77_delta_encode.t
t/lz77_obh_encode.t
t/lz77_symbolic.t
t/lz77_symbolic_delta.t
t/lz77_with_bwt_symbolic.t
t/lz77_with_lz77_symbolic.t
t/lz77_with_mrl_symbolic.t
t/lzb.t
t/lzb_fast.t
t/lzss.t
t/lzss_adaptive_arithmetic.t
t/lzss_arithmetic.t
t/lzss_arithmetic_symbolic.t
t/lzss_symbolic.t
t/lzss_vs_fast_lzss.t
t/lzss_with_bwt_symbolic.t
t/lzss_with_lz77_symbolic.t
t/lzss_with_mrl_symbolic.t
t/lzssf_symbolic.t
t/lzw.t
t/lzw_delta.t
t/lzw_elias_gamma.t
t/lzw_elias_omega.t
t/lzw_fibonacci.t
t/misc.t
t/mrl.t
t/mrl_symbolic.t
t/pod-coverage.t
t/pod.t
t/zlib.t
utils/auto_perltidy.sh
utils/bak_cleaner.sh