node-liblzma 1.0.4 → 1.1.4
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/History.md +5 -0
- package/README.md +65 -37
- package/binding.gyp +671 -43
- package/package.json +39 -24
- package/prebuilds/linux-x64/node_lzma.node +0 -0
- package/prebuilds/mac-x64/node_lzma.node +0 -0
- package/prebuilds/win-x64/node_lzma.node +0 -0
- package/scripts/download_extract_deps.py +29 -0
- package/scripts/prebuildify.py +13 -0
- package/scripts/walk_sources.py +7 -0
- package/src/bindings/module.cpp +86 -86
- package/src/bindings/node-liblzma.cpp +292 -273
- package/src/bindings/node-liblzma.hpp +62 -90
- package/src/lzma.coffee +25 -18
- package/.npmignore +0 -1
- package/.travis.yml +0 -35
- package/build/Makefile +0 -329
- package/build/Release/.deps/Release/node-liblzma.node.d +0 -1
- package/build/Release/.deps/Release/obj.target/action_after_build.stamp.d +0 -1
- package/build/Release/.deps/Release/obj.target/node-liblzma/src/bindings/module.o.d +0 -89
- package/build/Release/.deps/Release/obj.target/node-liblzma/src/bindings/node-liblzma.o.d +0 -89
- package/build/Release/.deps/Release/obj.target/node-liblzma.node.d +0 -1
- package/build/Release/.deps/home/o2/dev/node-liblzma/build/node-liblzma.node.d +0 -1
- package/build/Release/node-liblzma.node +0 -0
- package/build/Release/obj.target/action_after_build.stamp +0 -0
- package/build/Release/obj.target/node-liblzma/src/bindings/module.o +0 -0
- package/build/Release/obj.target/node-liblzma/src/bindings/node-liblzma.o +0 -0
- package/build/Release/obj.target/node-liblzma.node +0 -0
- package/build/action_after_build.target.mk +0 -32
- package/build/binding.Makefile +0 -6
- package/build/config.gypi +0 -143
- package/build/node-liblzma.node +0 -0
- package/build/node-liblzma.target.mk +0 -144
- package/build.yml +0 -65
- package/deps/xz/ABOUT-NLS +0 -1327
- package/deps/xz/AUTHORS +0 -27
- package/deps/xz/COPYING +0 -65
- package/deps/xz/COPYING.GPLv2 +0 -339
- package/deps/xz/COPYING.GPLv3 +0 -674
- package/deps/xz/COPYING.LGPLv2.1 +0 -502
- package/deps/xz/ChangeLog +0 -14953
- package/deps/xz/Doxyfile +0 -1234
- package/deps/xz/Doxyfile.in +0 -1234
- package/deps/xz/INSTALL +0 -554
- package/deps/xz/INSTALL.generic +0 -365
- package/deps/xz/Makefile +0 -1067
- package/deps/xz/Makefile.am +0 -109
- package/deps/xz/Makefile.in +0 -1067
- package/deps/xz/NEWS +0 -505
- package/deps/xz/PACKAGERS +0 -231
- package/deps/xz/README +0 -308
- package/deps/xz/THANKS +0 -116
- package/deps/xz/TODO +0 -111
- package/deps/xz/aclocal.m4 +0 -1225
- package/deps/xz/autogen.sh +0 -22
- package/deps/xz/autom4te.cache/output.0 +0 -21751
- package/deps/xz/autom4te.cache/output.1 +0 -21751
- package/deps/xz/autom4te.cache/requests +0 -415
- package/deps/xz/autom4te.cache/traces.0 +0 -6996
- package/deps/xz/autom4te.cache/traces.1 +0 -1783
- package/deps/xz/build-aux/compile +0 -347
- package/deps/xz/build-aux/config.guess +0 -1558
- package/deps/xz/build-aux/config.rpath +0 -672
- package/deps/xz/build-aux/config.sub +0 -1791
- package/deps/xz/build-aux/depcomp +0 -791
- package/deps/xz/build-aux/install-sh +0 -527
- package/deps/xz/build-aux/ltmain.sh +0 -9661
- package/deps/xz/build-aux/manconv.sh +0 -58
- package/deps/xz/build-aux/missing +0 -215
- package/deps/xz/build-aux/version.sh +0 -24
- package/deps/xz/config.h +0 -487
- package/deps/xz/config.h.in +0 -486
- package/deps/xz/config.h.in~ +0 -485
- package/deps/xz/config.log +0 -5446
- package/deps/xz/config.status +0 -2587
- package/deps/xz/configure +0 -21751
- package/deps/xz/configure.ac +0 -842
- package/deps/xz/debug/.deps/crc32.Po +0 -1
- package/deps/xz/debug/.deps/full_flush.Po +0 -1
- package/deps/xz/debug/.deps/hex2bin.Po +0 -1
- package/deps/xz/debug/.deps/known_sizes.Po +0 -1
- package/deps/xz/debug/.deps/memusage.Po +0 -1
- package/deps/xz/debug/.deps/repeat.Po +0 -1
- package/deps/xz/debug/.deps/sync_flush.Po +0 -1
- package/deps/xz/debug/Makefile +0 -691
- package/deps/xz/debug/Makefile.am +0 -30
- package/deps/xz/debug/Makefile.in +0 -691
- package/deps/xz/debug/README +0 -17
- package/deps/xz/debug/crc32.c +0 -39
- package/deps/xz/debug/full_flush.c +0 -103
- package/deps/xz/debug/hex2bin.c +0 -53
- package/deps/xz/debug/known_sizes.c +0 -129
- package/deps/xz/debug/memusage.c +0 -51
- package/deps/xz/debug/repeat.c +0 -36
- package/deps/xz/debug/sync_flush.c +0 -125
- package/deps/xz/debug/translation.bash +0 -100
- package/deps/xz/doc/examples/00_README.txt +0 -31
- package/deps/xz/doc/examples/01_compress_easy.c +0 -297
- package/deps/xz/doc/examples/02_decompress.c +0 -287
- package/deps/xz/doc/examples/03_compress_custom.c +0 -193
- package/deps/xz/doc/examples/04_compress_easy_mt.c +0 -206
- package/deps/xz/doc/examples/Makefile +0 -24
- package/deps/xz/doc/examples_old/xz_pipe_comp.c +0 -127
- package/deps/xz/doc/examples_old/xz_pipe_decomp.c +0 -123
- package/deps/xz/doc/faq.txt +0 -224
- package/deps/xz/doc/history.txt +0 -150
- package/deps/xz/doc/lzma-file-format.txt +0 -166
- package/deps/xz/doc/man/pdf-a4/lzmainfo-a4.pdf +0 -0
- package/deps/xz/doc/man/pdf-a4/xz-a4.pdf +0 -0
- package/deps/xz/doc/man/pdf-a4/xzdec-a4.pdf +0 -0
- package/deps/xz/doc/man/pdf-a4/xzdiff-a4.pdf +0 -0
- package/deps/xz/doc/man/pdf-a4/xzgrep-a4.pdf +0 -0
- package/deps/xz/doc/man/pdf-a4/xzless-a4.pdf +0 -0
- package/deps/xz/doc/man/pdf-a4/xzmore-a4.pdf +0 -0
- package/deps/xz/doc/man/pdf-letter/lzmainfo-letter.pdf +0 -0
- package/deps/xz/doc/man/pdf-letter/xz-letter.pdf +0 -0
- package/deps/xz/doc/man/pdf-letter/xzdec-letter.pdf +0 -0
- package/deps/xz/doc/man/pdf-letter/xzdiff-letter.pdf +0 -0
- package/deps/xz/doc/man/pdf-letter/xzgrep-letter.pdf +0 -0
- package/deps/xz/doc/man/pdf-letter/xzless-letter.pdf +0 -0
- package/deps/xz/doc/man/pdf-letter/xzmore-letter.pdf +0 -0
- package/deps/xz/doc/man/txt/lzmainfo.txt +0 -40
- package/deps/xz/doc/man/txt/xz.txt +0 -1483
- package/deps/xz/doc/man/txt/xzdec.txt +0 -80
- package/deps/xz/doc/man/txt/xzdiff.txt +0 -36
- package/deps/xz/doc/man/txt/xzgrep.txt +0 -39
- package/deps/xz/doc/man/txt/xzless.txt +0 -39
- package/deps/xz/doc/man/txt/xzmore.txt +0 -34
- package/deps/xz/doc/xz-file-format.txt +0 -1150
- package/deps/xz/dos/INSTALL.txt +0 -79
- package/deps/xz/dos/Makefile +0 -147
- package/deps/xz/dos/README.txt +0 -123
- package/deps/xz/dos/config.h +0 -130
- package/deps/xz/extra/7z2lzma/7z2lzma.bash +0 -115
- package/deps/xz/extra/scanlzma/scanlzma.c +0 -84
- package/deps/xz/include/lzma/base.h +0 -654
- package/deps/xz/include/lzma/bcj.h +0 -90
- package/deps/xz/include/lzma/block.h +0 -581
- package/deps/xz/include/lzma/check.h +0 -150
- package/deps/xz/include/lzma/container.h +0 -619
- package/deps/xz/include/lzma/delta.h +0 -77
- package/deps/xz/include/lzma/filter.h +0 -425
- package/deps/xz/include/lzma/hardware.h +0 -64
- package/deps/xz/include/lzma/index.h +0 -682
- package/deps/xz/include/lzma/index_hash.h +0 -107
- package/deps/xz/include/lzma/lzma12.h +0 -420
- package/deps/xz/include/lzma/stream_flags.h +0 -223
- package/deps/xz/include/lzma/version.h +0 -121
- package/deps/xz/include/lzma/vli.h +0 -166
- package/deps/xz/include/lzma.h +0 -321
- package/deps/xz/lib/.deps/getopt.Po +0 -1
- package/deps/xz/lib/.deps/getopt1.Po +0 -1
- package/deps/xz/lib/Makefile +0 -566
- package/deps/xz/lib/Makefile.am +0 -32
- package/deps/xz/lib/Makefile.in +0 -566
- package/deps/xz/lib/getopt.c +0 -1197
- package/deps/xz/lib/getopt.in.h +0 -226
- package/deps/xz/lib/getopt1.c +0 -171
- package/deps/xz/lib/getopt_int.h +0 -131
- package/deps/xz/lib/liblzma.a +0 -0
- package/deps/xz/lib/liblzma.la +0 -41
- package/deps/xz/lib/pkgconfig/liblzma.pc +0 -19
- package/deps/xz/libtool +0 -10221
- package/deps/xz/m4/ax_pthread.m4 +0 -332
- package/deps/xz/m4/codeset.m4 +0 -21
- package/deps/xz/m4/fcntl-o.m4 +0 -81
- package/deps/xz/m4/getopt.m4 +0 -71
- package/deps/xz/m4/gettext.m4 +0 -383
- package/deps/xz/m4/glibc2.m4 +0 -30
- package/deps/xz/m4/glibc21.m4 +0 -30
- package/deps/xz/m4/iconv.m4 +0 -199
- package/deps/xz/m4/intdiv0.m4 +0 -84
- package/deps/xz/m4/intl.m4 +0 -294
- package/deps/xz/m4/intldir.m4 +0 -19
- package/deps/xz/m4/intlmacosx.m4 +0 -51
- package/deps/xz/m4/intmax.m4 +0 -33
- package/deps/xz/m4/inttypes-pri.m4 +0 -36
- package/deps/xz/m4/inttypes_h.m4 +0 -26
- package/deps/xz/m4/lcmessage.m4 +0 -31
- package/deps/xz/m4/lib-ld.m4 +0 -110
- package/deps/xz/m4/lib-link.m4 +0 -774
- package/deps/xz/m4/lib-prefix.m4 +0 -224
- package/deps/xz/m4/libtool.m4 +0 -7997
- package/deps/xz/m4/lock.m4 +0 -37
- package/deps/xz/m4/longlong.m4 +0 -106
- package/deps/xz/m4/ltoptions.m4 +0 -384
- package/deps/xz/m4/ltsugar.m4 +0 -123
- package/deps/xz/m4/ltversion.m4 +0 -23
- package/deps/xz/m4/lt~obsolete.m4 +0 -98
- package/deps/xz/m4/nls.m4 +0 -32
- package/deps/xz/m4/po.m4 +0 -449
- package/deps/xz/m4/posix-shell.m4 +0 -63
- package/deps/xz/m4/printf-posix.m4 +0 -45
- package/deps/xz/m4/progtest.m4 +0 -92
- package/deps/xz/m4/size_max.m4 +0 -75
- package/deps/xz/m4/stdint_h.m4 +0 -26
- package/deps/xz/m4/threadlib.m4 +0 -347
- package/deps/xz/m4/tuklib_common.m4 +0 -22
- package/deps/xz/m4/tuklib_cpucores.m4 +0 -148
- package/deps/xz/m4/tuklib_integer.m4 +0 -74
- package/deps/xz/m4/tuklib_mbstr.m4 +0 -30
- package/deps/xz/m4/tuklib_physmem.m4 +0 -212
- package/deps/xz/m4/tuklib_progname.m4 +0 -25
- package/deps/xz/m4/uintmax_t.m4 +0 -30
- package/deps/xz/m4/visibility.m4 +0 -74
- package/deps/xz/m4/wchar_t.m4 +0 -20
- package/deps/xz/m4/wint_t.m4 +0 -28
- package/deps/xz/m4/xsize.m4 +0 -13
- package/deps/xz/macosx/build.sh +0 -113
- package/deps/xz/po/LINGUAS +0 -6
- package/deps/xz/po/Makefile +0 -549
- package/deps/xz/po/Makefile.in +0 -444
- package/deps/xz/po/Makefile.in.in +0 -444
- package/deps/xz/po/Makevars +0 -46
- package/deps/xz/po/Makevars.template +0 -41
- package/deps/xz/po/POTFILES +0 -12
- package/deps/xz/po/POTFILES.in +0 -13
- package/deps/xz/po/Rules-quot +0 -47
- package/deps/xz/po/boldquot.sed +0 -10
- package/deps/xz/po/cs.gmo +0 -0
- package/deps/xz/po/cs.po +0 -989
- package/deps/xz/po/de.gmo +0 -0
- package/deps/xz/po/de.po +0 -990
- package/deps/xz/po/en@boldquot.header +0 -25
- package/deps/xz/po/en@quot.header +0 -22
- package/deps/xz/po/fr.gmo +0 -0
- package/deps/xz/po/fr.po +0 -974
- package/deps/xz/po/insert-header.sin +0 -23
- package/deps/xz/po/it.gmo +0 -0
- package/deps/xz/po/it.po +0 -975
- package/deps/xz/po/pl.gmo +0 -0
- package/deps/xz/po/pl.po +0 -964
- package/deps/xz/po/quot.sed +0 -6
- package/deps/xz/po/remove-potcdate.sin +0 -19
- package/deps/xz/po/stamp-po +0 -1
- package/deps/xz/po/vi.gmo +0 -0
- package/deps/xz/po/vi.po +0 -970
- package/deps/xz/po/xz.pot +0 -854
- package/deps/xz/share/doc/xz/AUTHORS +0 -27
- package/deps/xz/share/doc/xz/COPYING +0 -65
- package/deps/xz/share/doc/xz/COPYING.GPLv2 +0 -339
- package/deps/xz/share/doc/xz/NEWS +0 -505
- package/deps/xz/share/doc/xz/README +0 -308
- package/deps/xz/share/doc/xz/THANKS +0 -116
- package/deps/xz/share/doc/xz/TODO +0 -111
- package/deps/xz/share/doc/xz/examples/00_README.txt +0 -31
- package/deps/xz/share/doc/xz/examples/01_compress_easy.c +0 -297
- package/deps/xz/share/doc/xz/examples/02_decompress.c +0 -287
- package/deps/xz/share/doc/xz/examples/03_compress_custom.c +0 -193
- package/deps/xz/share/doc/xz/examples/04_compress_easy_mt.c +0 -206
- package/deps/xz/share/doc/xz/examples/Makefile +0 -24
- package/deps/xz/share/doc/xz/examples_old/xz_pipe_comp.c +0 -127
- package/deps/xz/share/doc/xz/examples_old/xz_pipe_decomp.c +0 -123
- package/deps/xz/share/doc/xz/faq.txt +0 -224
- package/deps/xz/share/doc/xz/history.txt +0 -150
- package/deps/xz/share/doc/xz/lzma-file-format.txt +0 -166
- package/deps/xz/share/doc/xz/xz-file-format.txt +0 -1150
- package/deps/xz/share/locale/cs/LC_MESSAGES/xz.mo +0 -0
- package/deps/xz/share/locale/de/LC_MESSAGES/xz.mo +0 -0
- package/deps/xz/share/locale/fr/LC_MESSAGES/xz.mo +0 -0
- package/deps/xz/share/locale/it/LC_MESSAGES/xz.mo +0 -0
- package/deps/xz/share/locale/pl/LC_MESSAGES/xz.mo +0 -0
- package/deps/xz/share/locale/vi/LC_MESSAGES/xz.mo +0 -0
- package/deps/xz/src/Makefile +0 -674
- package/deps/xz/src/Makefile.am +0 -42
- package/deps/xz/src/Makefile.in +0 -674
- package/deps/xz/src/common/common_w32res.rc +0 -50
- package/deps/xz/src/common/mythread.h +0 -521
- package/deps/xz/src/common/sysdefs.h +0 -202
- package/deps/xz/src/common/tuklib_common.h +0 -71
- package/deps/xz/src/common/tuklib_config.h +0 -7
- package/deps/xz/src/common/tuklib_cpucores.c +0 -91
- package/deps/xz/src/common/tuklib_cpucores.h +0 -23
- package/deps/xz/src/common/tuklib_exit.c +0 -57
- package/deps/xz/src/common/tuklib_exit.h +0 -25
- package/deps/xz/src/common/tuklib_gettext.h +0 -44
- package/deps/xz/src/common/tuklib_integer.h +0 -523
- package/deps/xz/src/common/tuklib_mbstr.h +0 -66
- package/deps/xz/src/common/tuklib_mbstr_fw.c +0 -31
- package/deps/xz/src/common/tuklib_mbstr_width.c +0 -64
- package/deps/xz/src/common/tuklib_open_stdxxx.c +0 -57
- package/deps/xz/src/common/tuklib_open_stdxxx.h +0 -23
- package/deps/xz/src/common/tuklib_physmem.c +0 -215
- package/deps/xz/src/common/tuklib_physmem.h +0 -28
- package/deps/xz/src/common/tuklib_progname.c +0 -50
- package/deps/xz/src/common/tuklib_progname.h +0 -32
- package/deps/xz/src/liblzma/.deps/liblzma_la-alone_decoder.Plo +0 -269
- package/deps/xz/src/liblzma/.deps/liblzma_la-alone_encoder.Plo +0 -263
- package/deps/xz/src/liblzma/.deps/liblzma_la-arm.Plo +0 -263
- package/deps/xz/src/liblzma/.deps/liblzma_la-armthumb.Plo +0 -263
- package/deps/xz/src/liblzma/.deps/liblzma_la-auto_decoder.Plo +0 -263
- package/deps/xz/src/liblzma/.deps/liblzma_la-block_buffer_decoder.Plo +0 -261
- package/deps/xz/src/liblzma/.deps/liblzma_la-block_buffer_encoder.Plo +0 -273
- package/deps/xz/src/liblzma/.deps/liblzma_la-block_decoder.Plo +0 -268
- package/deps/xz/src/liblzma/.deps/liblzma_la-block_encoder.Plo +0 -268
- package/deps/xz/src/liblzma/.deps/liblzma_la-block_header_decoder.Plo +0 -263
- package/deps/xz/src/liblzma/.deps/liblzma_la-block_header_encoder.Plo +0 -263
- package/deps/xz/src/liblzma/.deps/liblzma_la-block_util.Plo +0 -260
- package/deps/xz/src/liblzma/.deps/liblzma_la-check.Plo +0 -261
- package/deps/xz/src/liblzma/.deps/liblzma_la-common.Plo +0 -258
- package/deps/xz/src/liblzma/.deps/liblzma_la-crc32_fast.Plo +0 -263
- package/deps/xz/src/liblzma/.deps/liblzma_la-crc32_small.Plo +0 -1
- package/deps/xz/src/liblzma/.deps/liblzma_la-crc32_table.Plo +0 -260
- package/deps/xz/src/liblzma/.deps/liblzma_la-crc32_x86.Plo +0 -1
- package/deps/xz/src/liblzma/.deps/liblzma_la-crc64_fast.Plo +0 -263
- package/deps/xz/src/liblzma/.deps/liblzma_la-crc64_small.Plo +0 -1
- package/deps/xz/src/liblzma/.deps/liblzma_la-crc64_table.Plo +0 -260
- package/deps/xz/src/liblzma/.deps/liblzma_la-crc64_x86.Plo +0 -1
- package/deps/xz/src/liblzma/.deps/liblzma_la-delta_common.Plo +0 -263
- package/deps/xz/src/liblzma/.deps/liblzma_la-delta_decoder.Plo +0 -265
- package/deps/xz/src/liblzma/.deps/liblzma_la-delta_encoder.Plo +0 -265
- package/deps/xz/src/liblzma/.deps/liblzma_la-easy_buffer_encoder.Plo +0 -261
- package/deps/xz/src/liblzma/.deps/liblzma_la-easy_decoder_memusage.Plo +0 -261
- package/deps/xz/src/liblzma/.deps/liblzma_la-easy_encoder.Plo +0 -261
- package/deps/xz/src/liblzma/.deps/liblzma_la-easy_encoder_memusage.Plo +0 -261
- package/deps/xz/src/liblzma/.deps/liblzma_la-easy_preset.Plo +0 -261
- package/deps/xz/src/liblzma/.deps/liblzma_la-fastpos_table.Plo +0 -261
- package/deps/xz/src/liblzma/.deps/liblzma_la-filter_buffer_decoder.Plo +0 -261
- package/deps/xz/src/liblzma/.deps/liblzma_la-filter_buffer_encoder.Plo +0 -261
- package/deps/xz/src/liblzma/.deps/liblzma_la-filter_common.Plo +0 -261
- package/deps/xz/src/liblzma/.deps/liblzma_la-filter_decoder.Plo +0 -283
- package/deps/xz/src/liblzma/.deps/liblzma_la-filter_encoder.Plo +0 -283
- package/deps/xz/src/liblzma/.deps/liblzma_la-filter_flags_decoder.Plo +0 -261
- package/deps/xz/src/liblzma/.deps/liblzma_la-filter_flags_encoder.Plo +0 -261
- package/deps/xz/src/liblzma/.deps/liblzma_la-hardware_cputhreads.Plo +0 -260
- package/deps/xz/src/liblzma/.deps/liblzma_la-hardware_physmem.Plo +0 -260
- package/deps/xz/src/liblzma/.deps/liblzma_la-ia64.Plo +0 -263
- package/deps/xz/src/liblzma/.deps/liblzma_la-index.Plo +0 -262
- package/deps/xz/src/liblzma/.deps/liblzma_la-index_decoder.Plo +0 -266
- package/deps/xz/src/liblzma/.deps/liblzma_la-index_encoder.Plo +0 -268
- package/deps/xz/src/liblzma/.deps/liblzma_la-index_hash.Plo +0 -265
- package/deps/xz/src/liblzma/.deps/liblzma_la-lz_decoder.Plo +0 -261
- package/deps/xz/src/liblzma/.deps/liblzma_la-lz_encoder.Plo +0 -286
- package/deps/xz/src/liblzma/.deps/liblzma_la-lz_encoder_mf.Plo +0 -286
- package/deps/xz/src/liblzma/.deps/liblzma_la-lzma2_decoder.Plo +0 -266
- package/deps/xz/src/liblzma/.deps/liblzma_la-lzma2_encoder.Plo +0 -268
- package/deps/xz/src/liblzma/.deps/liblzma_la-lzma_decoder.Plo +0 -274
- package/deps/xz/src/liblzma/.deps/liblzma_la-lzma_encoder.Plo +0 -285
- package/deps/xz/src/liblzma/.deps/liblzma_la-lzma_encoder_optimum_fast.Plo +0 -300
- package/deps/xz/src/liblzma/.deps/liblzma_la-lzma_encoder_optimum_normal.Plo +0 -303
- package/deps/xz/src/liblzma/.deps/liblzma_la-lzma_encoder_presets.Plo +0 -259
- package/deps/xz/src/liblzma/.deps/liblzma_la-outqueue.Plo +0 -260
- package/deps/xz/src/liblzma/.deps/liblzma_la-powerpc.Plo +0 -263
- package/deps/xz/src/liblzma/.deps/liblzma_la-price_table.Plo +0 -266
- package/deps/xz/src/liblzma/.deps/liblzma_la-sha256.Plo +0 -261
- package/deps/xz/src/liblzma/.deps/liblzma_la-simple_coder.Plo +0 -263
- package/deps/xz/src/liblzma/.deps/liblzma_la-simple_decoder.Plo +0 -263
- package/deps/xz/src/liblzma/.deps/liblzma_la-simple_encoder.Plo +0 -263
- package/deps/xz/src/liblzma/.deps/liblzma_la-sparc.Plo +0 -263
- package/deps/xz/src/liblzma/.deps/liblzma_la-stream_buffer_decoder.Plo +0 -261
- package/deps/xz/src/liblzma/.deps/liblzma_la-stream_buffer_encoder.Plo +0 -261
- package/deps/xz/src/liblzma/.deps/liblzma_la-stream_decoder.Plo +0 -263
- package/deps/xz/src/liblzma/.deps/liblzma_la-stream_encoder.Plo +0 -263
- package/deps/xz/src/liblzma/.deps/liblzma_la-stream_encoder_mt.Plo +0 -273
- package/deps/xz/src/liblzma/.deps/liblzma_la-stream_flags_common.Plo +0 -261
- package/deps/xz/src/liblzma/.deps/liblzma_la-stream_flags_decoder.Plo +0 -261
- package/deps/xz/src/liblzma/.deps/liblzma_la-stream_flags_encoder.Plo +0 -261
- package/deps/xz/src/liblzma/.deps/liblzma_la-tuklib_cpucores.Plo +0 -170
- package/deps/xz/src/liblzma/.deps/liblzma_la-tuklib_physmem.Plo +0 -170
- package/deps/xz/src/liblzma/.deps/liblzma_la-vli_decoder.Plo +0 -258
- package/deps/xz/src/liblzma/.deps/liblzma_la-vli_encoder.Plo +0 -258
- package/deps/xz/src/liblzma/.deps/liblzma_la-vli_size.Plo +0 -258
- package/deps/xz/src/liblzma/.deps/liblzma_la-x86.Plo +0 -263
- package/deps/xz/src/liblzma/.libs/liblzma.a +0 -0
- package/deps/xz/src/liblzma/.libs/liblzma.lai +0 -41
- package/deps/xz/src/liblzma/Makefile +0 -1858
- package/deps/xz/src/liblzma/Makefile.am +0 -122
- package/deps/xz/src/liblzma/Makefile.in +0 -1858
- package/deps/xz/src/liblzma/api/Makefile +0 -608
- package/deps/xz/src/liblzma/api/Makefile.am +0 -23
- package/deps/xz/src/liblzma/api/Makefile.in +0 -608
- package/deps/xz/src/liblzma/api/lzma/base.h +0 -654
- package/deps/xz/src/liblzma/api/lzma/bcj.h +0 -90
- package/deps/xz/src/liblzma/api/lzma/block.h +0 -581
- package/deps/xz/src/liblzma/api/lzma/check.h +0 -150
- package/deps/xz/src/liblzma/api/lzma/container.h +0 -619
- package/deps/xz/src/liblzma/api/lzma/delta.h +0 -77
- package/deps/xz/src/liblzma/api/lzma/filter.h +0 -425
- package/deps/xz/src/liblzma/api/lzma/hardware.h +0 -64
- package/deps/xz/src/liblzma/api/lzma/index.h +0 -682
- package/deps/xz/src/liblzma/api/lzma/index_hash.h +0 -107
- package/deps/xz/src/liblzma/api/lzma/lzma12.h +0 -420
- package/deps/xz/src/liblzma/api/lzma/stream_flags.h +0 -223
- package/deps/xz/src/liblzma/api/lzma/version.h +0 -121
- package/deps/xz/src/liblzma/api/lzma/vli.h +0 -166
- package/deps/xz/src/liblzma/api/lzma.h +0 -321
- package/deps/xz/src/liblzma/check/Makefile.inc +0 -53
- package/deps/xz/src/liblzma/check/check.c +0 -174
- package/deps/xz/src/liblzma/check/check.h +0 -162
- package/deps/xz/src/liblzma/check/crc32_fast.c +0 -82
- package/deps/xz/src/liblzma/check/crc32_small.c +0 -61
- package/deps/xz/src/liblzma/check/crc32_table.c +0 -19
- package/deps/xz/src/liblzma/check/crc32_table_be.h +0 -525
- package/deps/xz/src/liblzma/check/crc32_table_le.h +0 -525
- package/deps/xz/src/liblzma/check/crc32_tablegen.c +0 -117
- package/deps/xz/src/liblzma/check/crc32_x86.S +0 -304
- package/deps/xz/src/liblzma/check/crc64_fast.c +0 -72
- package/deps/xz/src/liblzma/check/crc64_small.c +0 -53
- package/deps/xz/src/liblzma/check/crc64_table.c +0 -19
- package/deps/xz/src/liblzma/check/crc64_table_be.h +0 -521
- package/deps/xz/src/liblzma/check/crc64_table_le.h +0 -521
- package/deps/xz/src/liblzma/check/crc64_tablegen.c +0 -88
- package/deps/xz/src/liblzma/check/crc64_x86.S +0 -287
- package/deps/xz/src/liblzma/check/crc_macros.h +0 -30
- package/deps/xz/src/liblzma/check/sha256.c +0 -196
- package/deps/xz/src/liblzma/common/Makefile.inc +0 -76
- package/deps/xz/src/liblzma/common/alone_decoder.c +0 -238
- package/deps/xz/src/liblzma/common/alone_decoder.h +0 -23
- package/deps/xz/src/liblzma/common/alone_encoder.c +0 -157
- package/deps/xz/src/liblzma/common/auto_decoder.c +0 -186
- package/deps/xz/src/liblzma/common/block_buffer_decoder.c +0 -80
- package/deps/xz/src/liblzma/common/block_buffer_encoder.c +0 -337
- package/deps/xz/src/liblzma/common/block_buffer_encoder.h +0 -24
- package/deps/xz/src/liblzma/common/block_decoder.c +0 -252
- package/deps/xz/src/liblzma/common/block_decoder.h +0 -22
- package/deps/xz/src/liblzma/common/block_encoder.c +0 -217
- package/deps/xz/src/liblzma/common/block_encoder.h +0 -47
- package/deps/xz/src/liblzma/common/block_header_decoder.c +0 -124
- package/deps/xz/src/liblzma/common/block_header_encoder.c +0 -132
- package/deps/xz/src/liblzma/common/block_util.c +0 -90
- package/deps/xz/src/liblzma/common/common.c +0 -443
- package/deps/xz/src/liblzma/common/common.h +0 -318
- package/deps/xz/src/liblzma/common/easy_buffer_encoder.c +0 -27
- package/deps/xz/src/liblzma/common/easy_decoder_memusage.c +0 -24
- package/deps/xz/src/liblzma/common/easy_encoder.c +0 -24
- package/deps/xz/src/liblzma/common/easy_encoder_memusage.c +0 -24
- package/deps/xz/src/liblzma/common/easy_preset.c +0 -27
- package/deps/xz/src/liblzma/common/easy_preset.h +0 -32
- package/deps/xz/src/liblzma/common/filter_buffer_decoder.c +0 -88
- package/deps/xz/src/liblzma/common/filter_buffer_encoder.c +0 -55
- package/deps/xz/src/liblzma/common/filter_common.c +0 -337
- package/deps/xz/src/liblzma/common/filter_common.h +0 -48
- package/deps/xz/src/liblzma/common/filter_decoder.c +0 -184
- package/deps/xz/src/liblzma/common/filter_decoder.h +0 -23
- package/deps/xz/src/liblzma/common/filter_encoder.c +0 -286
- package/deps/xz/src/liblzma/common/filter_encoder.h +0 -27
- package/deps/xz/src/liblzma/common/filter_flags_decoder.c +0 -46
- package/deps/xz/src/liblzma/common/filter_flags_encoder.c +0 -56
- package/deps/xz/src/liblzma/common/hardware_cputhreads.c +0 -22
- package/deps/xz/src/liblzma/common/hardware_physmem.c +0 -25
- package/deps/xz/src/liblzma/common/index.c +0 -1246
- package/deps/xz/src/liblzma/common/index.h +0 -73
- package/deps/xz/src/liblzma/common/index_decoder.c +0 -345
- package/deps/xz/src/liblzma/common/index_encoder.c +0 -254
- package/deps/xz/src/liblzma/common/index_encoder.h +0 -23
- package/deps/xz/src/liblzma/common/index_hash.c +0 -334
- package/deps/xz/src/liblzma/common/memcmplen.h +0 -175
- package/deps/xz/src/liblzma/common/outqueue.c +0 -184
- package/deps/xz/src/liblzma/common/outqueue.h +0 -156
- package/deps/xz/src/liblzma/common/stream_buffer_decoder.c +0 -91
- package/deps/xz/src/liblzma/common/stream_buffer_encoder.c +0 -141
- package/deps/xz/src/liblzma/common/stream_decoder.c +0 -462
- package/deps/xz/src/liblzma/common/stream_decoder.h +0 -22
- package/deps/xz/src/liblzma/common/stream_encoder.c +0 -332
- package/deps/xz/src/liblzma/common/stream_encoder_mt.c +0 -1131
- package/deps/xz/src/liblzma/common/stream_flags_common.c +0 -47
- package/deps/xz/src/liblzma/common/stream_flags_common.h +0 -33
- package/deps/xz/src/liblzma/common/stream_flags_decoder.c +0 -82
- package/deps/xz/src/liblzma/common/stream_flags_encoder.c +0 -86
- package/deps/xz/src/liblzma/common/vli_decoder.c +0 -86
- package/deps/xz/src/liblzma/common/vli_encoder.c +0 -69
- package/deps/xz/src/liblzma/common/vli_size.c +0 -30
- package/deps/xz/src/liblzma/delta/Makefile.inc +0 -23
- package/deps/xz/src/liblzma/delta/delta_common.c +0 -70
- package/deps/xz/src/liblzma/delta/delta_common.h +0 -20
- package/deps/xz/src/liblzma/delta/delta_decoder.c +0 -76
- package/deps/xz/src/liblzma/delta/delta_decoder.h +0 -26
- package/deps/xz/src/liblzma/delta/delta_encoder.c +0 -121
- package/deps/xz/src/liblzma/delta/delta_encoder.h +0 -24
- package/deps/xz/src/liblzma/delta/delta_private.h +0 -37
- package/deps/xz/src/liblzma/liblzma.la +0 -41
- package/deps/xz/src/liblzma/liblzma.map +0 -108
- package/deps/xz/src/liblzma/liblzma.pc +0 -19
- package/deps/xz/src/liblzma/liblzma.pc.in +0 -19
- package/deps/xz/src/liblzma/liblzma_la-alone_decoder.lo +0 -12
- package/deps/xz/src/liblzma/liblzma_la-alone_decoder.o +0 -0
- package/deps/xz/src/liblzma/liblzma_la-alone_encoder.lo +0 -12
- package/deps/xz/src/liblzma/liblzma_la-alone_encoder.o +0 -0
- package/deps/xz/src/liblzma/liblzma_la-arm.lo +0 -12
- package/deps/xz/src/liblzma/liblzma_la-arm.o +0 -0
- package/deps/xz/src/liblzma/liblzma_la-armthumb.lo +0 -12
- package/deps/xz/src/liblzma/liblzma_la-armthumb.o +0 -0
- package/deps/xz/src/liblzma/liblzma_la-auto_decoder.lo +0 -12
- package/deps/xz/src/liblzma/liblzma_la-auto_decoder.o +0 -0
- package/deps/xz/src/liblzma/liblzma_la-block_buffer_decoder.lo +0 -12
- package/deps/xz/src/liblzma/liblzma_la-block_buffer_decoder.o +0 -0
- package/deps/xz/src/liblzma/liblzma_la-block_buffer_encoder.lo +0 -12
- package/deps/xz/src/liblzma/liblzma_la-block_buffer_encoder.o +0 -0
- package/deps/xz/src/liblzma/liblzma_la-block_decoder.lo +0 -12
- package/deps/xz/src/liblzma/liblzma_la-block_decoder.o +0 -0
- package/deps/xz/src/liblzma/liblzma_la-block_encoder.lo +0 -12
- package/deps/xz/src/liblzma/liblzma_la-block_encoder.o +0 -0
- package/deps/xz/src/liblzma/liblzma_la-block_header_decoder.lo +0 -12
- package/deps/xz/src/liblzma/liblzma_la-block_header_decoder.o +0 -0
- package/deps/xz/src/liblzma/liblzma_la-block_header_encoder.lo +0 -12
- package/deps/xz/src/liblzma/liblzma_la-block_header_encoder.o +0 -0
- package/deps/xz/src/liblzma/liblzma_la-block_util.lo +0 -12
- package/deps/xz/src/liblzma/liblzma_la-block_util.o +0 -0
- package/deps/xz/src/liblzma/liblzma_la-check.lo +0 -12
- package/deps/xz/src/liblzma/liblzma_la-check.o +0 -0
- package/deps/xz/src/liblzma/liblzma_la-common.lo +0 -12
- package/deps/xz/src/liblzma/liblzma_la-common.o +0 -0
- package/deps/xz/src/liblzma/liblzma_la-crc32_fast.lo +0 -12
- package/deps/xz/src/liblzma/liblzma_la-crc32_fast.o +0 -0
- package/deps/xz/src/liblzma/liblzma_la-crc32_table.lo +0 -12
- package/deps/xz/src/liblzma/liblzma_la-crc32_table.o +0 -0
- package/deps/xz/src/liblzma/liblzma_la-crc64_fast.lo +0 -12
- package/deps/xz/src/liblzma/liblzma_la-crc64_fast.o +0 -0
- package/deps/xz/src/liblzma/liblzma_la-crc64_table.lo +0 -12
- package/deps/xz/src/liblzma/liblzma_la-crc64_table.o +0 -0
- package/deps/xz/src/liblzma/liblzma_la-delta_common.lo +0 -12
- package/deps/xz/src/liblzma/liblzma_la-delta_common.o +0 -0
- package/deps/xz/src/liblzma/liblzma_la-delta_decoder.lo +0 -12
- package/deps/xz/src/liblzma/liblzma_la-delta_decoder.o +0 -0
- package/deps/xz/src/liblzma/liblzma_la-delta_encoder.lo +0 -12
- package/deps/xz/src/liblzma/liblzma_la-delta_encoder.o +0 -0
- package/deps/xz/src/liblzma/liblzma_la-easy_buffer_encoder.lo +0 -12
- package/deps/xz/src/liblzma/liblzma_la-easy_buffer_encoder.o +0 -0
- package/deps/xz/src/liblzma/liblzma_la-easy_decoder_memusage.lo +0 -12
- package/deps/xz/src/liblzma/liblzma_la-easy_decoder_memusage.o +0 -0
- package/deps/xz/src/liblzma/liblzma_la-easy_encoder.lo +0 -12
- package/deps/xz/src/liblzma/liblzma_la-easy_encoder.o +0 -0
- package/deps/xz/src/liblzma/liblzma_la-easy_encoder_memusage.lo +0 -12
- package/deps/xz/src/liblzma/liblzma_la-easy_encoder_memusage.o +0 -0
- package/deps/xz/src/liblzma/liblzma_la-easy_preset.lo +0 -12
- package/deps/xz/src/liblzma/liblzma_la-easy_preset.o +0 -0
- package/deps/xz/src/liblzma/liblzma_la-fastpos_table.lo +0 -12
- package/deps/xz/src/liblzma/liblzma_la-fastpos_table.o +0 -0
- package/deps/xz/src/liblzma/liblzma_la-filter_buffer_decoder.lo +0 -12
- package/deps/xz/src/liblzma/liblzma_la-filter_buffer_decoder.o +0 -0
- package/deps/xz/src/liblzma/liblzma_la-filter_buffer_encoder.lo +0 -12
- package/deps/xz/src/liblzma/liblzma_la-filter_buffer_encoder.o +0 -0
- package/deps/xz/src/liblzma/liblzma_la-filter_common.lo +0 -12
- package/deps/xz/src/liblzma/liblzma_la-filter_common.o +0 -0
- package/deps/xz/src/liblzma/liblzma_la-filter_decoder.lo +0 -12
- package/deps/xz/src/liblzma/liblzma_la-filter_decoder.o +0 -0
- package/deps/xz/src/liblzma/liblzma_la-filter_encoder.lo +0 -12
- package/deps/xz/src/liblzma/liblzma_la-filter_encoder.o +0 -0
- package/deps/xz/src/liblzma/liblzma_la-filter_flags_decoder.lo +0 -12
- package/deps/xz/src/liblzma/liblzma_la-filter_flags_decoder.o +0 -0
- package/deps/xz/src/liblzma/liblzma_la-filter_flags_encoder.lo +0 -12
- package/deps/xz/src/liblzma/liblzma_la-filter_flags_encoder.o +0 -0
- package/deps/xz/src/liblzma/liblzma_la-hardware_cputhreads.lo +0 -12
- package/deps/xz/src/liblzma/liblzma_la-hardware_cputhreads.o +0 -0
- package/deps/xz/src/liblzma/liblzma_la-hardware_physmem.lo +0 -12
- package/deps/xz/src/liblzma/liblzma_la-hardware_physmem.o +0 -0
- package/deps/xz/src/liblzma/liblzma_la-ia64.lo +0 -12
- package/deps/xz/src/liblzma/liblzma_la-ia64.o +0 -0
- package/deps/xz/src/liblzma/liblzma_la-index.lo +0 -12
- package/deps/xz/src/liblzma/liblzma_la-index.o +0 -0
- package/deps/xz/src/liblzma/liblzma_la-index_decoder.lo +0 -12
- package/deps/xz/src/liblzma/liblzma_la-index_decoder.o +0 -0
- package/deps/xz/src/liblzma/liblzma_la-index_encoder.lo +0 -12
- package/deps/xz/src/liblzma/liblzma_la-index_encoder.o +0 -0
- package/deps/xz/src/liblzma/liblzma_la-index_hash.lo +0 -12
- package/deps/xz/src/liblzma/liblzma_la-index_hash.o +0 -0
- package/deps/xz/src/liblzma/liblzma_la-lz_decoder.lo +0 -12
- package/deps/xz/src/liblzma/liblzma_la-lz_decoder.o +0 -0
- package/deps/xz/src/liblzma/liblzma_la-lz_encoder.lo +0 -12
- package/deps/xz/src/liblzma/liblzma_la-lz_encoder.o +0 -0
- package/deps/xz/src/liblzma/liblzma_la-lz_encoder_mf.lo +0 -12
- package/deps/xz/src/liblzma/liblzma_la-lz_encoder_mf.o +0 -0
- package/deps/xz/src/liblzma/liblzma_la-lzma2_decoder.lo +0 -12
- package/deps/xz/src/liblzma/liblzma_la-lzma2_decoder.o +0 -0
- package/deps/xz/src/liblzma/liblzma_la-lzma2_encoder.lo +0 -12
- package/deps/xz/src/liblzma/liblzma_la-lzma2_encoder.o +0 -0
- package/deps/xz/src/liblzma/liblzma_la-lzma_decoder.lo +0 -12
- package/deps/xz/src/liblzma/liblzma_la-lzma_decoder.o +0 -0
- package/deps/xz/src/liblzma/liblzma_la-lzma_encoder.lo +0 -12
- package/deps/xz/src/liblzma/liblzma_la-lzma_encoder.o +0 -0
- package/deps/xz/src/liblzma/liblzma_la-lzma_encoder_optimum_fast.lo +0 -12
- package/deps/xz/src/liblzma/liblzma_la-lzma_encoder_optimum_fast.o +0 -0
- package/deps/xz/src/liblzma/liblzma_la-lzma_encoder_optimum_normal.lo +0 -12
- package/deps/xz/src/liblzma/liblzma_la-lzma_encoder_optimum_normal.o +0 -0
- package/deps/xz/src/liblzma/liblzma_la-lzma_encoder_presets.lo +0 -12
- package/deps/xz/src/liblzma/liblzma_la-lzma_encoder_presets.o +0 -0
- package/deps/xz/src/liblzma/liblzma_la-outqueue.lo +0 -12
- package/deps/xz/src/liblzma/liblzma_la-outqueue.o +0 -0
- package/deps/xz/src/liblzma/liblzma_la-powerpc.lo +0 -12
- package/deps/xz/src/liblzma/liblzma_la-powerpc.o +0 -0
- package/deps/xz/src/liblzma/liblzma_la-price_table.lo +0 -12
- package/deps/xz/src/liblzma/liblzma_la-price_table.o +0 -0
- package/deps/xz/src/liblzma/liblzma_la-sha256.lo +0 -12
- package/deps/xz/src/liblzma/liblzma_la-sha256.o +0 -0
- package/deps/xz/src/liblzma/liblzma_la-simple_coder.lo +0 -12
- package/deps/xz/src/liblzma/liblzma_la-simple_coder.o +0 -0
- package/deps/xz/src/liblzma/liblzma_la-simple_decoder.lo +0 -12
- package/deps/xz/src/liblzma/liblzma_la-simple_decoder.o +0 -0
- package/deps/xz/src/liblzma/liblzma_la-simple_encoder.lo +0 -12
- package/deps/xz/src/liblzma/liblzma_la-simple_encoder.o +0 -0
- package/deps/xz/src/liblzma/liblzma_la-sparc.lo +0 -12
- package/deps/xz/src/liblzma/liblzma_la-sparc.o +0 -0
- package/deps/xz/src/liblzma/liblzma_la-stream_buffer_decoder.lo +0 -12
- package/deps/xz/src/liblzma/liblzma_la-stream_buffer_decoder.o +0 -0
- package/deps/xz/src/liblzma/liblzma_la-stream_buffer_encoder.lo +0 -12
- package/deps/xz/src/liblzma/liblzma_la-stream_buffer_encoder.o +0 -0
- package/deps/xz/src/liblzma/liblzma_la-stream_decoder.lo +0 -12
- package/deps/xz/src/liblzma/liblzma_la-stream_decoder.o +0 -0
- package/deps/xz/src/liblzma/liblzma_la-stream_encoder.lo +0 -12
- package/deps/xz/src/liblzma/liblzma_la-stream_encoder.o +0 -0
- package/deps/xz/src/liblzma/liblzma_la-stream_encoder_mt.lo +0 -12
- package/deps/xz/src/liblzma/liblzma_la-stream_encoder_mt.o +0 -0
- package/deps/xz/src/liblzma/liblzma_la-stream_flags_common.lo +0 -12
- package/deps/xz/src/liblzma/liblzma_la-stream_flags_common.o +0 -0
- package/deps/xz/src/liblzma/liblzma_la-stream_flags_decoder.lo +0 -12
- package/deps/xz/src/liblzma/liblzma_la-stream_flags_decoder.o +0 -0
- package/deps/xz/src/liblzma/liblzma_la-stream_flags_encoder.lo +0 -12
- package/deps/xz/src/liblzma/liblzma_la-stream_flags_encoder.o +0 -0
- package/deps/xz/src/liblzma/liblzma_la-tuklib_cpucores.lo +0 -12
- package/deps/xz/src/liblzma/liblzma_la-tuklib_cpucores.o +0 -0
- package/deps/xz/src/liblzma/liblzma_la-tuklib_physmem.lo +0 -12
- package/deps/xz/src/liblzma/liblzma_la-tuklib_physmem.o +0 -0
- package/deps/xz/src/liblzma/liblzma_la-vli_decoder.lo +0 -12
- package/deps/xz/src/liblzma/liblzma_la-vli_decoder.o +0 -0
- package/deps/xz/src/liblzma/liblzma_la-vli_encoder.lo +0 -12
- package/deps/xz/src/liblzma/liblzma_la-vli_encoder.o +0 -0
- package/deps/xz/src/liblzma/liblzma_la-vli_size.lo +0 -12
- package/deps/xz/src/liblzma/liblzma_la-vli_size.o +0 -0
- package/deps/xz/src/liblzma/liblzma_la-x86.lo +0 -12
- package/deps/xz/src/liblzma/liblzma_la-x86.o +0 -0
- package/deps/xz/src/liblzma/liblzma_w32res.rc +0 -12
- package/deps/xz/src/liblzma/lz/Makefile.inc +0 -22
- package/deps/xz/src/liblzma/lz/lz_decoder.c +0 -300
- package/deps/xz/src/liblzma/lz/lz_decoder.h +0 -235
- package/deps/xz/src/liblzma/lz/lz_encoder.c +0 -605
- package/deps/xz/src/liblzma/lz/lz_encoder.h +0 -328
- package/deps/xz/src/liblzma/lz/lz_encoder_hash.h +0 -108
- package/deps/xz/src/liblzma/lz/lz_encoder_hash_table.h +0 -68
- package/deps/xz/src/liblzma/lz/lz_encoder_mf.c +0 -744
- package/deps/xz/src/liblzma/lzma/Makefile.inc +0 -43
- package/deps/xz/src/liblzma/lzma/fastpos.h +0 -141
- package/deps/xz/src/liblzma/lzma/fastpos_table.c +0 -519
- package/deps/xz/src/liblzma/lzma/fastpos_tablegen.c +0 -56
- package/deps/xz/src/liblzma/lzma/lzma2_decoder.c +0 -304
- package/deps/xz/src/liblzma/lzma/lzma2_decoder.h +0 -29
- package/deps/xz/src/liblzma/lzma/lzma2_encoder.c +0 -403
- package/deps/xz/src/liblzma/lzma/lzma2_encoder.h +0 -43
- package/deps/xz/src/liblzma/lzma/lzma_common.h +0 -224
- package/deps/xz/src/liblzma/lzma/lzma_decoder.c +0 -1061
- package/deps/xz/src/liblzma/lzma/lzma_decoder.h +0 -53
- package/deps/xz/src/liblzma/lzma/lzma_encoder.c +0 -676
- package/deps/xz/src/liblzma/lzma/lzma_encoder.h +0 -55
- package/deps/xz/src/liblzma/lzma/lzma_encoder_optimum_fast.c +0 -169
- package/deps/xz/src/liblzma/lzma/lzma_encoder_optimum_normal.c +0 -854
- package/deps/xz/src/liblzma/lzma/lzma_encoder_presets.c +0 -63
- package/deps/xz/src/liblzma/lzma/lzma_encoder_private.h +0 -148
- package/deps/xz/src/liblzma/rangecoder/Makefile.inc +0 -21
- package/deps/xz/src/liblzma/rangecoder/price.h +0 -92
- package/deps/xz/src/liblzma/rangecoder/price_table.c +0 -22
- package/deps/xz/src/liblzma/rangecoder/price_tablegen.c +0 -87
- package/deps/xz/src/liblzma/rangecoder/range_common.h +0 -73
- package/deps/xz/src/liblzma/rangecoder/range_decoder.h +0 -185
- package/deps/xz/src/liblzma/rangecoder/range_encoder.h +0 -231
- package/deps/xz/src/liblzma/simple/Makefile.inc +0 -47
- package/deps/xz/src/liblzma/simple/arm.c +0 -71
- package/deps/xz/src/liblzma/simple/armthumb.c +0 -76
- package/deps/xz/src/liblzma/simple/ia64.c +0 -112
- package/deps/xz/src/liblzma/simple/powerpc.c +0 -75
- package/deps/xz/src/liblzma/simple/simple_coder.c +0 -277
- package/deps/xz/src/liblzma/simple/simple_coder.h +0 -72
- package/deps/xz/src/liblzma/simple/simple_decoder.c +0 -40
- package/deps/xz/src/liblzma/simple/simple_decoder.h +0 -22
- package/deps/xz/src/liblzma/simple/simple_encoder.c +0 -38
- package/deps/xz/src/liblzma/simple/simple_encoder.h +0 -23
- package/deps/xz/src/liblzma/simple/simple_private.h +0 -76
- package/deps/xz/src/liblzma/simple/sparc.c +0 -83
- package/deps/xz/src/liblzma/simple/x86.c +0 -156
- package/deps/xz/src/liblzma/validate_map.sh +0 -68
- package/deps/xz/src/lzmainfo/.deps/lzmainfo-lzmainfo.Po +0 -1
- package/deps/xz/src/lzmainfo/.deps/lzmainfo-tuklib_exit.Po +0 -1
- package/deps/xz/src/lzmainfo/.deps/lzmainfo-tuklib_progname.Po +0 -1
- package/deps/xz/src/lzmainfo/Makefile +0 -802
- package/deps/xz/src/lzmainfo/Makefile.am +0 -39
- package/deps/xz/src/lzmainfo/Makefile.in +0 -802
- package/deps/xz/src/lzmainfo/lzmainfo.1 +0 -60
- package/deps/xz/src/lzmainfo/lzmainfo.c +0 -219
- package/deps/xz/src/lzmainfo/lzmainfo_w32res.rc +0 -12
- package/deps/xz/src/scripts/Makefile +0 -642
- package/deps/xz/src/scripts/Makefile.am +0 -55
- package/deps/xz/src/scripts/Makefile.in +0 -642
- package/deps/xz/src/scripts/xzdiff +0 -200
- package/deps/xz/src/scripts/xzdiff.1 +0 -77
- package/deps/xz/src/scripts/xzdiff.in +0 -200
- package/deps/xz/src/scripts/xzgrep +0 -215
- package/deps/xz/src/scripts/xzgrep.1 +0 -98
- package/deps/xz/src/scripts/xzgrep.in +0 -215
- package/deps/xz/src/scripts/xzless +0 -58
- package/deps/xz/src/scripts/xzless.1 +0 -69
- package/deps/xz/src/scripts/xzless.in +0 -58
- package/deps/xz/src/scripts/xzmore +0 -78
- package/deps/xz/src/scripts/xzmore.1 +0 -55
- package/deps/xz/src/scripts/xzmore.in +0 -78
- package/deps/xz/src/xz/.deps/xz-args.Po +0 -1
- package/deps/xz/src/xz/.deps/xz-coder.Po +0 -1
- package/deps/xz/src/xz/.deps/xz-file_io.Po +0 -1
- package/deps/xz/src/xz/.deps/xz-hardware.Po +0 -1
- package/deps/xz/src/xz/.deps/xz-list.Po +0 -1
- package/deps/xz/src/xz/.deps/xz-main.Po +0 -1
- package/deps/xz/src/xz/.deps/xz-message.Po +0 -1
- package/deps/xz/src/xz/.deps/xz-mytime.Po +0 -1
- package/deps/xz/src/xz/.deps/xz-options.Po +0 -1
- package/deps/xz/src/xz/.deps/xz-signals.Po +0 -1
- package/deps/xz/src/xz/.deps/xz-suffix.Po +0 -1
- package/deps/xz/src/xz/.deps/xz-tuklib_exit.Po +0 -1
- package/deps/xz/src/xz/.deps/xz-tuklib_mbstr_fw.Po +0 -1
- package/deps/xz/src/xz/.deps/xz-tuklib_mbstr_width.Po +0 -1
- package/deps/xz/src/xz/.deps/xz-tuklib_open_stdxxx.Po +0 -1
- package/deps/xz/src/xz/.deps/xz-tuklib_progname.Po +0 -1
- package/deps/xz/src/xz/.deps/xz-util.Po +0 -1
- package/deps/xz/src/xz/Makefile +0 -1066
- package/deps/xz/src/xz/Makefile.am +0 -107
- package/deps/xz/src/xz/Makefile.in +0 -1066
- package/deps/xz/src/xz/args.c +0 -684
- package/deps/xz/src/xz/args.h +0 -44
- package/deps/xz/src/xz/coder.c +0 -919
- package/deps/xz/src/xz/coder.h +0 -76
- package/deps/xz/src/xz/file_io.c +0 -1184
- package/deps/xz/src/xz/file_io.h +0 -150
- package/deps/xz/src/xz/hardware.c +0 -150
- package/deps/xz/src/xz/hardware.h +0 -37
- package/deps/xz/src/xz/list.c +0 -1186
- package/deps/xz/src/xz/list.h +0 -18
- package/deps/xz/src/xz/main.c +0 -307
- package/deps/xz/src/xz/main.h +0 -30
- package/deps/xz/src/xz/message.c +0 -1258
- package/deps/xz/src/xz/message.h +0 -167
- package/deps/xz/src/xz/mytime.c +0 -89
- package/deps/xz/src/xz/mytime.h +0 -47
- package/deps/xz/src/xz/options.c +0 -363
- package/deps/xz/src/xz/options.h +0 -31
- package/deps/xz/src/xz/private.h +0 -59
- package/deps/xz/src/xz/signals.c +0 -209
- package/deps/xz/src/xz/signals.h +0 -43
- package/deps/xz/src/xz/suffix.c +0 -399
- package/deps/xz/src/xz/suffix.h +0 -28
- package/deps/xz/src/xz/util.c +0 -288
- package/deps/xz/src/xz/util.h +0 -123
- package/deps/xz/src/xz/xz.1 +0 -2786
- package/deps/xz/src/xz/xz_w32res.rc +0 -12
- package/deps/xz/src/xzdec/.deps/lzmadec-tuklib_exit.Po +0 -1
- package/deps/xz/src/xzdec/.deps/lzmadec-tuklib_progname.Po +0 -1
- package/deps/xz/src/xzdec/.deps/lzmadec-xzdec.Po +0 -1
- package/deps/xz/src/xzdec/.deps/xzdec-tuklib_exit.Po +0 -1
- package/deps/xz/src/xzdec/.deps/xzdec-tuklib_progname.Po +0 -1
- package/deps/xz/src/xzdec/.deps/xzdec-xzdec.Po +0 -1
- package/deps/xz/src/xzdec/Makefile +0 -901
- package/deps/xz/src/xzdec/Makefile.am +0 -82
- package/deps/xz/src/xzdec/Makefile.in +0 -901
- package/deps/xz/src/xzdec/lzmadec_w32res.rc +0 -12
- package/deps/xz/src/xzdec/xzdec.1 +0 -146
- package/deps/xz/src/xzdec/xzdec.c +0 -323
- package/deps/xz/src/xzdec/xzdec_w32res.rc +0 -12
- package/deps/xz/stamp-h1 +0 -1
- package/deps/xz/tests/.deps/create_compress_files.Po +0 -1
- package/deps/xz/tests/.deps/test_bcj_exact_size.Po +0 -1
- package/deps/xz/tests/.deps/test_block_header.Po +0 -1
- package/deps/xz/tests/.deps/test_check.Po +0 -1
- package/deps/xz/tests/.deps/test_filter_flags.Po +0 -1
- package/deps/xz/tests/.deps/test_index.Po +0 -1
- package/deps/xz/tests/.deps/test_stream_flags.Po +0 -1
- package/deps/xz/tests/Makefile +0 -832
- package/deps/xz/tests/Makefile.am +0 -57
- package/deps/xz/tests/Makefile.in +0 -832
- package/deps/xz/tests/bcj_test.c +0 -65
- package/deps/xz/tests/compress_prepared_bcj_sparc +0 -0
- package/deps/xz/tests/compress_prepared_bcj_x86 +0 -0
- package/deps/xz/tests/create_compress_files.c +0 -158
- package/deps/xz/tests/files/README +0 -240
- package/deps/xz/tests/files/bad-0-backward_size.xz +0 -0
- package/deps/xz/tests/files/bad-0-empty-truncated.xz +0 -0
- package/deps/xz/tests/files/bad-0-footer_magic.xz +0 -0
- package/deps/xz/tests/files/bad-0-header_magic.xz +0 -0
- package/deps/xz/tests/files/bad-0-nonempty_index.xz +0 -0
- package/deps/xz/tests/files/bad-0cat-alone.xz +0 -0
- package/deps/xz/tests/files/bad-0cat-header_magic.xz +0 -0
- package/deps/xz/tests/files/bad-0catpad-empty.xz +0 -0
- package/deps/xz/tests/files/bad-0pad-empty.xz +0 -0
- package/deps/xz/tests/files/bad-1-block_header-1.xz +0 -0
- package/deps/xz/tests/files/bad-1-block_header-2.xz +0 -0
- package/deps/xz/tests/files/bad-1-block_header-3.xz +0 -0
- package/deps/xz/tests/files/bad-1-block_header-4.xz +0 -0
- package/deps/xz/tests/files/bad-1-block_header-5.xz +0 -0
- package/deps/xz/tests/files/bad-1-block_header-6.xz +0 -0
- package/deps/xz/tests/files/bad-1-check-crc32.xz +0 -0
- package/deps/xz/tests/files/bad-1-check-crc64.xz +0 -0
- package/deps/xz/tests/files/bad-1-check-sha256.xz +0 -0
- package/deps/xz/tests/files/bad-1-lzma2-1.xz +0 -0
- package/deps/xz/tests/files/bad-1-lzma2-2.xz +0 -0
- package/deps/xz/tests/files/bad-1-lzma2-3.xz +0 -0
- package/deps/xz/tests/files/bad-1-lzma2-4.xz +0 -0
- package/deps/xz/tests/files/bad-1-lzma2-5.xz +0 -0
- package/deps/xz/tests/files/bad-1-lzma2-6.xz +0 -0
- package/deps/xz/tests/files/bad-1-lzma2-7.xz +0 -0
- package/deps/xz/tests/files/bad-1-lzma2-8.xz +0 -0
- package/deps/xz/tests/files/bad-1-stream_flags-1.xz +0 -0
- package/deps/xz/tests/files/bad-1-stream_flags-2.xz +0 -0
- package/deps/xz/tests/files/bad-1-stream_flags-3.xz +0 -0
- package/deps/xz/tests/files/bad-1-vli-1.xz +0 -0
- package/deps/xz/tests/files/bad-1-vli-2.xz +0 -0
- package/deps/xz/tests/files/bad-2-compressed_data_padding.xz +0 -0
- package/deps/xz/tests/files/bad-2-index-1.xz +0 -0
- package/deps/xz/tests/files/bad-2-index-2.xz +0 -0
- package/deps/xz/tests/files/bad-2-index-3.xz +0 -0
- package/deps/xz/tests/files/bad-2-index-4.xz +0 -0
- package/deps/xz/tests/files/bad-2-index-5.xz +0 -0
- package/deps/xz/tests/files/good-0-empty.xz +0 -0
- package/deps/xz/tests/files/good-0cat-empty.xz +0 -0
- package/deps/xz/tests/files/good-0catpad-empty.xz +0 -0
- package/deps/xz/tests/files/good-0pad-empty.xz +0 -0
- package/deps/xz/tests/files/good-1-3delta-lzma2.xz +0 -0
- package/deps/xz/tests/files/good-1-block_header-1.xz +0 -0
- package/deps/xz/tests/files/good-1-block_header-2.xz +0 -0
- package/deps/xz/tests/files/good-1-block_header-3.xz +0 -0
- package/deps/xz/tests/files/good-1-check-crc32.xz +0 -0
- package/deps/xz/tests/files/good-1-check-crc64.xz +0 -0
- package/deps/xz/tests/files/good-1-check-none.xz +0 -0
- package/deps/xz/tests/files/good-1-check-sha256.xz +0 -0
- package/deps/xz/tests/files/good-1-delta-lzma2.tiff.xz +0 -0
- package/deps/xz/tests/files/good-1-lzma2-1.xz +0 -0
- package/deps/xz/tests/files/good-1-lzma2-2.xz +0 -0
- package/deps/xz/tests/files/good-1-lzma2-3.xz +0 -0
- package/deps/xz/tests/files/good-1-lzma2-4.xz +0 -0
- package/deps/xz/tests/files/good-1-lzma2-5.xz +0 -0
- package/deps/xz/tests/files/good-1-sparc-lzma2.xz +0 -0
- package/deps/xz/tests/files/good-1-x86-lzma2.xz +0 -0
- package/deps/xz/tests/files/good-2-lzma2.xz +0 -0
- package/deps/xz/tests/files/unsupported-block_header.xz +0 -0
- package/deps/xz/tests/files/unsupported-check.xz +0 -0
- package/deps/xz/tests/files/unsupported-filter_flags-1.xz +0 -0
- package/deps/xz/tests/files/unsupported-filter_flags-2.xz +0 -0
- package/deps/xz/tests/files/unsupported-filter_flags-3.xz +0 -0
- package/deps/xz/tests/test_bcj_exact_size.c +0 -113
- package/deps/xz/tests/test_block_header.c +0 -240
- package/deps/xz/tests/test_check.c +0 -83
- package/deps/xz/tests/test_compress.sh +0 -142
- package/deps/xz/tests/test_files.sh +0 -57
- package/deps/xz/tests/test_filter_flags.c +0 -258
- package/deps/xz/tests/test_index.c +0 -659
- package/deps/xz/tests/test_scripts.sh +0 -76
- package/deps/xz/tests/test_stream_flags.c +0 -180
- package/deps/xz/tests/tests.h +0 -124
- package/deps/xz/tests/xzgrep_expected_output +0 -39
- package/deps/xz/windows/INSTALL-MSVC.txt +0 -47
- package/deps/xz/windows/INSTALL-MinGW.txt +0 -138
- package/deps/xz/windows/README-Windows.txt +0 -122
- package/deps/xz/windows/build.bash +0 -203
- package/deps/xz/windows/config.h +0 -142
- package/deps/xz/windows/liblzma.vcxproj +0 -354
- package/deps/xz/windows/liblzma_dll.vcxproj +0 -383
- package/deps/xz/windows/xz_win.sln +0 -48
- package/lib/lzma.js +0 -377
- package/node_modules/node-pre-gyp/CHANGELOG.md +0 -319
- package/node_modules/node-pre-gyp/LICENSE +0 -27
- package/node_modules/node-pre-gyp/README.md +0 -570
- package/node_modules/node-pre-gyp/appveyor.yml +0 -30
- package/node_modules/node-pre-gyp/bin/node-pre-gyp +0 -131
- package/node_modules/node-pre-gyp/bin/node-pre-gyp.cmd +0 -2
- package/node_modules/node-pre-gyp/lib/build.js +0 -43
- package/node_modules/node-pre-gyp/lib/clean.js +0 -23
- package/node_modules/node-pre-gyp/lib/configure.js +0 -48
- package/node_modules/node-pre-gyp/lib/info.js +0 -40
- package/node_modules/node-pre-gyp/lib/install.js +0 -215
- package/node_modules/node-pre-gyp/lib/node-pre-gyp.js +0 -192
- package/node_modules/node-pre-gyp/lib/package.js +0 -46
- package/node_modules/node-pre-gyp/lib/pre-binding.js +0 -25
- package/node_modules/node-pre-gyp/lib/publish.js +0 -77
- package/node_modules/node-pre-gyp/lib/rebuild.js +0 -13
- package/node_modules/node-pre-gyp/lib/reinstall.js +0 -13
- package/node_modules/node-pre-gyp/lib/reveal.js +0 -31
- package/node_modules/node-pre-gyp/lib/testbinary.js +0 -73
- package/node_modules/node-pre-gyp/lib/testpackage.js +0 -49
- package/node_modules/node-pre-gyp/lib/unpublish.js +0 -41
- package/node_modules/node-pre-gyp/lib/util/abi_crosswalk.json +0 -1222
- package/node_modules/node-pre-gyp/lib/util/compile.js +0 -87
- package/node_modules/node-pre-gyp/lib/util/handle_gyp_opts.js +0 -94
- package/node_modules/node-pre-gyp/lib/util/nw-pre-gyp/index.html +0 -26
- package/node_modules/node-pre-gyp/lib/util/nw-pre-gyp/package.json +0 -9
- package/node_modules/node-pre-gyp/lib/util/s3_setup.js +0 -27
- package/node_modules/node-pre-gyp/lib/util/versioning.js +0 -308
- package/node_modules/node-pre-gyp/package.json +0 -136
|
@@ -1,224 +0,0 @@
|
|
|
1
|
-
|
|
2
|
-
XZ Utils FAQ
|
|
3
|
-
============
|
|
4
|
-
|
|
5
|
-
Q: What do the letters XZ mean?
|
|
6
|
-
|
|
7
|
-
A: Nothing. They are just two letters, which come from the file format
|
|
8
|
-
suffix .xz. The .xz suffix was selected, because it seemed to be
|
|
9
|
-
pretty much unused. It has no deeper meaning.
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
Q: What are LZMA and LZMA2?
|
|
13
|
-
|
|
14
|
-
A: LZMA stands for Lempel-Ziv-Markov chain-Algorithm. It is the name
|
|
15
|
-
of the compression algorithm designed by Igor Pavlov for 7-Zip.
|
|
16
|
-
LZMA is based on LZ77 and range encoding.
|
|
17
|
-
|
|
18
|
-
LZMA2 is an updated version of the original LZMA to fix a couple of
|
|
19
|
-
practical issues. In context of XZ Utils, LZMA is called LZMA1 to
|
|
20
|
-
emphasize that LZMA is not the same thing as LZMA2. LZMA2 is the
|
|
21
|
-
primary compression algorithm in the .xz file format.
|
|
22
|
-
|
|
23
|
-
|
|
24
|
-
Q: There are many LZMA related projects. How does XZ Utils relate to them?
|
|
25
|
-
|
|
26
|
-
A: 7-Zip and LZMA SDK are the original projects. LZMA SDK is roughly
|
|
27
|
-
a subset of the 7-Zip source tree.
|
|
28
|
-
|
|
29
|
-
p7zip is 7-Zip's command-line tools ported to POSIX-like systems.
|
|
30
|
-
|
|
31
|
-
LZMA Utils provide a gzip-like lzma tool for POSIX-like systems.
|
|
32
|
-
LZMA Utils are based on LZMA SDK. XZ Utils are the successor to
|
|
33
|
-
LZMA Utils.
|
|
34
|
-
|
|
35
|
-
There are several other projects using LZMA. Most are more or less
|
|
36
|
-
based on LZMA SDK. See <http://7-zip.org/links.html>.
|
|
37
|
-
|
|
38
|
-
|
|
39
|
-
Q: Why is liblzma named liblzma if its primary file format is .xz?
|
|
40
|
-
Shouldn't it be e.g. libxz?
|
|
41
|
-
|
|
42
|
-
A: When the designing of the .xz format began, the idea was to replace
|
|
43
|
-
the .lzma format and use the same .lzma suffix. It would have been
|
|
44
|
-
quite OK to reuse the suffix when there were very few .lzma files
|
|
45
|
-
around. However, the old .lzma format became popular before the
|
|
46
|
-
new format was finished. The new format was renamed to .xz but the
|
|
47
|
-
name of liblzma wasn't changed.
|
|
48
|
-
|
|
49
|
-
|
|
50
|
-
Q: Do XZ Utils support the .7z format?
|
|
51
|
-
|
|
52
|
-
A: No. Use 7-Zip (Windows) or p7zip (POSIX-like systems) to handle .7z
|
|
53
|
-
files.
|
|
54
|
-
|
|
55
|
-
|
|
56
|
-
Q: I have many .tar.7z files. Can I convert them to .tar.xz without
|
|
57
|
-
spending hours recompressing the data?
|
|
58
|
-
|
|
59
|
-
A: In the "extra" directory, there is a script named 7z2lzma.bash which
|
|
60
|
-
is able to convert some .7z files to the .lzma format (not .xz). It
|
|
61
|
-
needs the 7za (or 7z) command from p7zip. The script may silently
|
|
62
|
-
produce corrupt output if certain assumptions are not met, so
|
|
63
|
-
decompress the resulting .lzma file and compare it against the
|
|
64
|
-
original before deleting the original file!
|
|
65
|
-
|
|
66
|
-
|
|
67
|
-
Q: I have many .lzma files. Can I quickly convert them to the .xz format?
|
|
68
|
-
|
|
69
|
-
A: For now, no. Since XZ Utils supports the .lzma format, it's usually
|
|
70
|
-
not too bad to keep the old files in the old format. If you want to
|
|
71
|
-
do the conversion anyway, you need to decompress the .lzma files and
|
|
72
|
-
then recompress to the .xz format.
|
|
73
|
-
|
|
74
|
-
Technically, there is a way to make the conversion relatively fast
|
|
75
|
-
(roughly twice the time that normal decompression takes). Writing
|
|
76
|
-
such a tool would take quite a bit of time though, and would probably
|
|
77
|
-
be useful to only a few people. If you really want such a conversion
|
|
78
|
-
tool, contact Lasse Collin and offer some money.
|
|
79
|
-
|
|
80
|
-
|
|
81
|
-
Q: I have installed xz, but my tar doesn't recognize .tar.xz files.
|
|
82
|
-
How can I extract .tar.xz files?
|
|
83
|
-
|
|
84
|
-
A: xz -dc foo.tar.xz | tar xf -
|
|
85
|
-
|
|
86
|
-
|
|
87
|
-
Q: Can I recover parts of a broken .xz file (e.g. a corrupted CD-R)?
|
|
88
|
-
|
|
89
|
-
A: It may be possible if the file consists of multiple blocks, which
|
|
90
|
-
typically is not the case if the file was created in single-threaded
|
|
91
|
-
mode. There is no recovery program yet.
|
|
92
|
-
|
|
93
|
-
|
|
94
|
-
Q: Is (some part of) XZ Utils patented?
|
|
95
|
-
|
|
96
|
-
A: Lasse Collin is not aware of any patents that could affect XZ Utils.
|
|
97
|
-
However, due to the nature of software patents, it's not possible to
|
|
98
|
-
guarantee that XZ Utils isn't affected by any third party patent(s).
|
|
99
|
-
|
|
100
|
-
|
|
101
|
-
Q: Where can I find documentation about the file format and algorithms?
|
|
102
|
-
|
|
103
|
-
A: The .xz format is documented in xz-file-format.txt. It is a container
|
|
104
|
-
format only, and doesn't include descriptions of any non-trivial
|
|
105
|
-
filters.
|
|
106
|
-
|
|
107
|
-
Documenting LZMA and LZMA2 is planned, but for now, there is no other
|
|
108
|
-
documentation than the source code. Before you begin, you should know
|
|
109
|
-
the basics of LZ77 and range-coding algorithms. LZMA is based on LZ77,
|
|
110
|
-
but LZMA is a lot more complex. Range coding is used to compress
|
|
111
|
-
the final bitstream like Huffman coding is used in Deflate.
|
|
112
|
-
|
|
113
|
-
|
|
114
|
-
Q: I cannot find BCJ and BCJ2 filters. Don't they exist in liblzma?
|
|
115
|
-
|
|
116
|
-
A: BCJ filter is called "x86" in liblzma. BCJ2 is not included,
|
|
117
|
-
because it requires using more than one encoded output stream.
|
|
118
|
-
A streamable version of BCJ2-style filtering is planned.
|
|
119
|
-
|
|
120
|
-
|
|
121
|
-
Q: I need to use a script that runs "xz -9". On a system with 256 MiB
|
|
122
|
-
of RAM, xz says that it cannot allocate memory. Can I make the
|
|
123
|
-
script work without modifying it?
|
|
124
|
-
|
|
125
|
-
A: Set a default memory usage limit for compression. You can do it e.g.
|
|
126
|
-
in a shell initialization script such as ~/.bashrc or /etc/profile:
|
|
127
|
-
|
|
128
|
-
XZ_DEFAULTS=--memlimit-compress=150MiB
|
|
129
|
-
export XZ_DEFAULTS
|
|
130
|
-
|
|
131
|
-
xz will then scale the compression settings down so that the given
|
|
132
|
-
memory usage limit is not reached. This way xz shouldn't run out
|
|
133
|
-
of memory.
|
|
134
|
-
|
|
135
|
-
Check also that memory-related resource limits are high enough.
|
|
136
|
-
On most systems, "ulimit -a" will show the current resource limits.
|
|
137
|
-
|
|
138
|
-
|
|
139
|
-
Q: How do I create files that can be decompressed with XZ Embedded?
|
|
140
|
-
|
|
141
|
-
A: See the documentation in XZ Embedded. In short, something like
|
|
142
|
-
this is a good start:
|
|
143
|
-
|
|
144
|
-
xz --check=crc32 --lzma2=preset=6e,dict=64KiB
|
|
145
|
-
|
|
146
|
-
Or if a BCJ filter is needed too, e.g. if compressing
|
|
147
|
-
a kernel image for PowerPC:
|
|
148
|
-
|
|
149
|
-
xz --check=crc32 --powerpc --lzma2=preset=6e,dict=64KiB
|
|
150
|
-
|
|
151
|
-
Adjust the dictionary size to get a good compromise between
|
|
152
|
-
compression ratio and decompressor memory usage. Note that
|
|
153
|
-
in single-call decompression mode of XZ Embedded, a big
|
|
154
|
-
dictionary doesn't increase memory usage.
|
|
155
|
-
|
|
156
|
-
|
|
157
|
-
Q: Will xz support threaded compression?
|
|
158
|
-
|
|
159
|
-
A: It is planned and has been taken into account when designing
|
|
160
|
-
the .xz file format. Eventually there will probably be three types
|
|
161
|
-
of threading, each method having its own advantages and disadvantages.
|
|
162
|
-
|
|
163
|
-
The simplest method is splitting the uncompressed data into blocks
|
|
164
|
-
and compressing them in parallel independent from each other.
|
|
165
|
-
Since the blocks are compressed independently, they can also be
|
|
166
|
-
decompressed independently. Together with the index feature in .xz,
|
|
167
|
-
this allows using threads to create .xz files for random-access
|
|
168
|
-
reading. This also makes threaded decompression possible, although
|
|
169
|
-
it is not clear if threaded decompression will ever be implemented.
|
|
170
|
-
|
|
171
|
-
The independent blocks method has a couple of disadvantages too. It
|
|
172
|
-
will compress worse than a single-block method. Often the difference
|
|
173
|
-
is not too big (maybe 1-2 %) but sometimes it can be too big. Also,
|
|
174
|
-
the memory usage of the compressor increases linearly when adding
|
|
175
|
-
threads.
|
|
176
|
-
|
|
177
|
-
Match finder parallelization is another threading method. It has
|
|
178
|
-
been in 7-Zip for ages. It doesn't affect compression ratio or
|
|
179
|
-
memory usage significantly. Among the three threading methods, only
|
|
180
|
-
this is useful when compressing small files (files that are not
|
|
181
|
-
significantly bigger than the dictionary). Unfortunately this method
|
|
182
|
-
scales only to about two CPU cores.
|
|
183
|
-
|
|
184
|
-
The third method is pigz-style threading (I use that name, because
|
|
185
|
-
pigz <http://www.zlib.net/pigz/> uses that method). It doesn't
|
|
186
|
-
affect compression ratio significantly and scales to many cores.
|
|
187
|
-
The memory usage scales linearly when threads are added. This isn't
|
|
188
|
-
significant with pigz, because Deflate uses only a 32 KiB dictionary,
|
|
189
|
-
but with LZMA2 the memory usage will increase dramatically just like
|
|
190
|
-
with the independent-blocks method. There is also a constant
|
|
191
|
-
computational overhead, which may make pigz-method a bit dull on
|
|
192
|
-
dual-core compared to the parallel match finder method, but with more
|
|
193
|
-
cores the overhead is not a big deal anymore.
|
|
194
|
-
|
|
195
|
-
Combining the threading methods will be possible and also useful.
|
|
196
|
-
E.g. combining match finder parallelization with pigz-style threading
|
|
197
|
-
can cut the memory usage by 50 %.
|
|
198
|
-
|
|
199
|
-
It is possible that the single-threaded method will be modified to
|
|
200
|
-
create files identical to the pigz-style method. We'll see once
|
|
201
|
-
pigz-style threading has been implemented in liblzma.
|
|
202
|
-
|
|
203
|
-
|
|
204
|
-
Q: How do I build a program that needs liblzmadec (lzmadec.h)?
|
|
205
|
-
|
|
206
|
-
A: liblzmadec is part of LZMA Utils. XZ Utils has liblzma, but no
|
|
207
|
-
liblzmadec. The code using liblzmadec should be ported to use
|
|
208
|
-
liblzma instead. If you cannot or don't want to do that, download
|
|
209
|
-
LZMA Utils from <http://tukaani.org/lzma/>.
|
|
210
|
-
|
|
211
|
-
|
|
212
|
-
Q: The default build of liblzma is too big. How can I make it smaller?
|
|
213
|
-
|
|
214
|
-
A: Give --enable-small to the configure script. Use also appropriate
|
|
215
|
-
--enable or --disable options to include only those filter encoders
|
|
216
|
-
and decoders and integrity checks that you actually need. Use
|
|
217
|
-
CFLAGS=-Os (with GCC) or equivalent to tell your compiler to optimize
|
|
218
|
-
for size. See INSTALL for information about configure options.
|
|
219
|
-
|
|
220
|
-
If the result is still too big, take a look at XZ Embedded. It is
|
|
221
|
-
a separate project, which provides a limited but significantly
|
|
222
|
-
smaller XZ decoder implementation than XZ Utils. You can find it
|
|
223
|
-
at <http://tukaani.org/xz/embedded.html>.
|
|
224
|
-
|
|
@@ -1,150 +0,0 @@
|
|
|
1
|
-
|
|
2
|
-
History of LZMA Utils and XZ Utils
|
|
3
|
-
==================================
|
|
4
|
-
|
|
5
|
-
Tukaani distribution
|
|
6
|
-
|
|
7
|
-
In 2005, there was a small group working on the Tukaani distribution,
|
|
8
|
-
which was a Slackware fork. One of the project's goals was to fit the
|
|
9
|
-
distro on a single 700 MiB ISO-9660 image. Using LZMA instead of gzip
|
|
10
|
-
helped a lot. Roughly speaking, one could fit data that took 1000 MiB
|
|
11
|
-
in gzipped form into 700 MiB with LZMA. Naturally, the compression
|
|
12
|
-
ratio varied across packages, but this was what we got on average.
|
|
13
|
-
|
|
14
|
-
Slackware packages have traditionally had .tgz as the filename suffix,
|
|
15
|
-
which is an abbreviation of .tar.gz. A logical naming for LZMA
|
|
16
|
-
compressed packages was .tlz, being an abbreviation of .tar.lzma.
|
|
17
|
-
|
|
18
|
-
At the end of the year 2007, there was no distribution under the
|
|
19
|
-
Tukaani project anymore, but development of LZMA Utils was kept going.
|
|
20
|
-
Still, there were .tlz packages around, because at least Vector Linux
|
|
21
|
-
(a Slackware based distribution) used LZMA for its packages.
|
|
22
|
-
|
|
23
|
-
First versions of the modified pkgtools used the LZMA_Alone tool from
|
|
24
|
-
Igor Pavlov's LZMA SDK as is. It was fine, because users wouldn't need
|
|
25
|
-
to interact with LZMA_Alone directly. But people soon wanted to use
|
|
26
|
-
LZMA for other files too, and the interface of LZMA_Alone wasn't
|
|
27
|
-
comfortable for those used to gzip and bzip2.
|
|
28
|
-
|
|
29
|
-
|
|
30
|
-
First steps of LZMA Utils
|
|
31
|
-
|
|
32
|
-
The first version of LZMA Utils (4.22.0) included a shell script called
|
|
33
|
-
lzmash. It was a wrapper that had a gzip-like command-line interface. It
|
|
34
|
-
used the LZMA_Alone tool from LZMA SDK to do all the real work. zgrep,
|
|
35
|
-
zdiff, and related scripts from gzip were adapted to work with LZMA and
|
|
36
|
-
were part of the first LZMA Utils release too.
|
|
37
|
-
|
|
38
|
-
LZMA Utils 4.22.0 included also lzmadec, which was a small (less than
|
|
39
|
-
10 KiB) decoder-only command-line tool. It was written on top of the
|
|
40
|
-
decoder-only C code found from the LZMA SDK. lzmadec was convenient in
|
|
41
|
-
situations where LZMA_Alone (a few hundred KiB) would be too big.
|
|
42
|
-
|
|
43
|
-
lzmash and lzmadec were written by Lasse Collin.
|
|
44
|
-
|
|
45
|
-
|
|
46
|
-
Second generation
|
|
47
|
-
|
|
48
|
-
The lzmash script was an ugly and not very secure hack. The last
|
|
49
|
-
version of LZMA Utils to use lzmash was 4.27.1.
|
|
50
|
-
|
|
51
|
-
LZMA Utils 4.32.0beta1 introduced a new lzma command-line tool written
|
|
52
|
-
by Ville Koskinen. It was written in C++, and used the encoder and
|
|
53
|
-
decoder from C++ LZMA SDK with some little modifications. This tool
|
|
54
|
-
replaced both the lzmash script and the LZMA_Alone command-line tool
|
|
55
|
-
in LZMA Utils.
|
|
56
|
-
|
|
57
|
-
Introducing this new tool caused some temporary incompatibilities,
|
|
58
|
-
because the LZMA_Alone executable was simply named lzma like the new
|
|
59
|
-
command-line tool, but they had a completely different command-line
|
|
60
|
-
interface. The file format was still the same.
|
|
61
|
-
|
|
62
|
-
Lasse wrote liblzmadec, which was a small decoder-only library based
|
|
63
|
-
on the C code found from LZMA SDK. liblzmadec had an API similar to
|
|
64
|
-
zlib, although there were some significant differences, which made it
|
|
65
|
-
non-trivial to use it in some applications designed for zlib and
|
|
66
|
-
libbzip2.
|
|
67
|
-
|
|
68
|
-
The lzmadec command-line tool was converted to use liblzmadec.
|
|
69
|
-
|
|
70
|
-
Alexandre Sauvé helped converting the build system to use GNU
|
|
71
|
-
Autotools. This made it easier to test for certain less portable
|
|
72
|
-
features needed by the new command-line tool.
|
|
73
|
-
|
|
74
|
-
Since the new command-line tool never got completely finished (for
|
|
75
|
-
example, it didn't support the LZMA_OPT environment variable), the
|
|
76
|
-
intent was to not call 4.32.x stable. Similarly, liblzmadec wasn't
|
|
77
|
-
polished, but appeared to work well enough, so some people started
|
|
78
|
-
using it too.
|
|
79
|
-
|
|
80
|
-
Because the development of the third generation of LZMA Utils was
|
|
81
|
-
delayed considerably (3-4 years), the 4.32.x branch had to be kept
|
|
82
|
-
maintained. It got some bug fixes now and then, and finally it was
|
|
83
|
-
decided to call it stable, although most of the missing features were
|
|
84
|
-
never added.
|
|
85
|
-
|
|
86
|
-
|
|
87
|
-
File format problems
|
|
88
|
-
|
|
89
|
-
The file format used by LZMA_Alone was primitive. It was designed with
|
|
90
|
-
embedded systems in mind, and thus provided only a minimal set of
|
|
91
|
-
features. The two biggest problems for non-embedded use were the lack
|
|
92
|
-
of magic bytes and an integrity check.
|
|
93
|
-
|
|
94
|
-
Igor and Lasse started developing a new file format with some help
|
|
95
|
-
from Ville Koskinen. Also Mark Adler, Mikko Pouru, H. Peter Anvin,
|
|
96
|
-
and Lars Wirzenius helped with some minor things at some point of the
|
|
97
|
-
development. Designing the new format took quite a long time (actually,
|
|
98
|
-
too long a time would be a more appropriate expression). It was mostly
|
|
99
|
-
because Lasse was quite slow at getting things done due to personal
|
|
100
|
-
reasons.
|
|
101
|
-
|
|
102
|
-
Originally the new format was supposed to use the same .lzma suffix
|
|
103
|
-
that was already used by the old file format. Switching to the new
|
|
104
|
-
format wouldn't have caused much trouble when the old format wasn't
|
|
105
|
-
used by many people. But since the development of the new format took
|
|
106
|
-
such a long time, the old format got quite popular, and it was decided
|
|
107
|
-
that the new file format must use a different suffix.
|
|
108
|
-
|
|
109
|
-
It was decided to use .xz as the suffix of the new file format. The
|
|
110
|
-
first stable .xz file format specification was finally released in
|
|
111
|
-
December 2008. In addition to fixing the most obvious problems of
|
|
112
|
-
the old .lzma format, the .xz format added some new features like
|
|
113
|
-
support for multiple filters (compression algorithms), filter chaining
|
|
114
|
-
(like piping on the command line), and limited random-access reading.
|
|
115
|
-
|
|
116
|
-
Currently the primary compression algorithm used in .xz is LZMA2.
|
|
117
|
-
It is an extension on top of the original LZMA to fix some practical
|
|
118
|
-
problems: LZMA2 adds support for flushing the encoder, uncompressed
|
|
119
|
-
chunks, eases stateful decoder implementations, and improves support
|
|
120
|
-
for multithreading. Since LZMA2 is better than the original LZMA, the
|
|
121
|
-
original LZMA is not supported in .xz.
|
|
122
|
-
|
|
123
|
-
|
|
124
|
-
Transition to XZ Utils
|
|
125
|
-
|
|
126
|
-
The early versions of XZ Utils were called LZMA Utils. The first
|
|
127
|
-
releases were 4.42.0alphas. They dropped the rest of the C++ LZMA SDK.
|
|
128
|
-
The code was still directly based on LZMA SDK but ported to C and
|
|
129
|
-
converted from a callback API to a stateful API. Later, Igor Pavlov
|
|
130
|
-
made a C version of the LZMA encoder too; these ports from C++ to C
|
|
131
|
-
were independent in LZMA SDK and LZMA Utils.
|
|
132
|
-
|
|
133
|
-
The core of the new LZMA Utils was liblzma, a compression library with
|
|
134
|
-
a zlib-like API. liblzma supported both the old and new file format.
|
|
135
|
-
The gzip-like lzma command-line tool was rewritten to use liblzma.
|
|
136
|
-
|
|
137
|
-
The new LZMA Utils code base was renamed to XZ Utils when the name
|
|
138
|
-
of the new file format had been decided. The liblzma compression
|
|
139
|
-
library retained its name though, because changing it would have
|
|
140
|
-
caused unnecessary breakage in applications already using the early
|
|
141
|
-
liblzma snapshots.
|
|
142
|
-
|
|
143
|
-
The xz command-line tool can emulate the gzip-like lzma tool by
|
|
144
|
-
creating appropriate symlinks (e.g. lzma -> xz). Thus, practically
|
|
145
|
-
all scripts using the lzma tool from LZMA Utils will work as is with
|
|
146
|
-
XZ Utils (and will keep using the old .lzma format). Still, the .lzma
|
|
147
|
-
format is more or less deprecated. XZ Utils will keep supporting it,
|
|
148
|
-
but new applications should use the .xz format, and migrating old
|
|
149
|
-
applications to .xz is often a good idea too.
|
|
150
|
-
|
|
@@ -1,166 +0,0 @@
|
|
|
1
|
-
|
|
2
|
-
The .lzma File Format
|
|
3
|
-
=====================
|
|
4
|
-
|
|
5
|
-
0. Preface
|
|
6
|
-
0.1. Notices and Acknowledgements
|
|
7
|
-
0.2. Changes
|
|
8
|
-
1. File Format
|
|
9
|
-
1.1. Header
|
|
10
|
-
1.1.1. Properties
|
|
11
|
-
1.1.2. Dictionary Size
|
|
12
|
-
1.1.3. Uncompressed Size
|
|
13
|
-
1.2. LZMA Compressed Data
|
|
14
|
-
2. References
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
0. Preface
|
|
18
|
-
|
|
19
|
-
This document describes the .lzma file format, which is
|
|
20
|
-
sometimes also called LZMA_Alone format. It is a legacy file
|
|
21
|
-
format, which is being or has been replaced by the .xz format.
|
|
22
|
-
The MIME type of the .lzma format is `application/x-lzma'.
|
|
23
|
-
|
|
24
|
-
The most commonly used software to handle .lzma files are
|
|
25
|
-
LZMA SDK, LZMA Utils, 7-Zip, and XZ Utils. This document
|
|
26
|
-
describes some of the differences between these implementations
|
|
27
|
-
and gives hints what subset of the .lzma format is the most
|
|
28
|
-
portable.
|
|
29
|
-
|
|
30
|
-
|
|
31
|
-
0.1. Notices and Acknowledgements
|
|
32
|
-
|
|
33
|
-
This file format was designed by Igor Pavlov for use in
|
|
34
|
-
LZMA SDK. This document was written by Lasse Collin
|
|
35
|
-
<lasse.collin@tukaani.org> using the documentation found
|
|
36
|
-
from the LZMA SDK.
|
|
37
|
-
|
|
38
|
-
This document has been put into the public domain.
|
|
39
|
-
|
|
40
|
-
|
|
41
|
-
0.2. Changes
|
|
42
|
-
|
|
43
|
-
Last modified: 2011-04-12 11:55+0300
|
|
44
|
-
|
|
45
|
-
|
|
46
|
-
1. File Format
|
|
47
|
-
|
|
48
|
-
+-+-+-+-+-+-+-+-+-+-+-+-+-+==========================+
|
|
49
|
-
| Header | LZMA Compressed Data |
|
|
50
|
-
+-+-+-+-+-+-+-+-+-+-+-+-+-+==========================+
|
|
51
|
-
|
|
52
|
-
The .lzma format file consist of 13-byte Header followed by
|
|
53
|
-
the LZMA Compressed Data.
|
|
54
|
-
|
|
55
|
-
Unlike the .gz, .bz2, and .xz formats, it is not possible to
|
|
56
|
-
concatenate multiple .lzma files as is and expect the
|
|
57
|
-
decompression tool to decode the resulting file as if it were
|
|
58
|
-
a single .lzma file.
|
|
59
|
-
|
|
60
|
-
For example, the command line tools from LZMA Utils and
|
|
61
|
-
LZMA SDK silently ignore all the data after the first .lzma
|
|
62
|
-
stream. In contrast, the command line tool from XZ Utils
|
|
63
|
-
considers the .lzma file to be corrupt if there is data after
|
|
64
|
-
the first .lzma stream.
|
|
65
|
-
|
|
66
|
-
|
|
67
|
-
1.1. Header
|
|
68
|
-
|
|
69
|
-
+------------+----+----+----+----+--+--+--+--+--+--+--+--+
|
|
70
|
-
| Properties | Dictionary Size | Uncompressed Size |
|
|
71
|
-
+------------+----+----+----+----+--+--+--+--+--+--+--+--+
|
|
72
|
-
|
|
73
|
-
|
|
74
|
-
1.1.1. Properties
|
|
75
|
-
|
|
76
|
-
The Properties field contains three properties. An abbreviation
|
|
77
|
-
is given in parentheses, followed by the value range of the
|
|
78
|
-
property. The field consists of
|
|
79
|
-
|
|
80
|
-
1) the number of literal context bits (lc, [0, 8]);
|
|
81
|
-
2) the number of literal position bits (lp, [0, 4]); and
|
|
82
|
-
3) the number of position bits (pb, [0, 4]).
|
|
83
|
-
|
|
84
|
-
The properties are encoded using the following formula:
|
|
85
|
-
|
|
86
|
-
Properties = (pb * 5 + lp) * 9 + lc
|
|
87
|
-
|
|
88
|
-
The following C code illustrates a straightforward way to
|
|
89
|
-
decode the Properties field:
|
|
90
|
-
|
|
91
|
-
uint8_t lc, lp, pb;
|
|
92
|
-
uint8_t prop = get_lzma_properties();
|
|
93
|
-
if (prop > (4 * 5 + 4) * 9 + 8)
|
|
94
|
-
return LZMA_PROPERTIES_ERROR;
|
|
95
|
-
|
|
96
|
-
pb = prop / (9 * 5);
|
|
97
|
-
prop -= pb * 9 * 5;
|
|
98
|
-
lp = prop / 9;
|
|
99
|
-
lc = prop - lp * 9;
|
|
100
|
-
|
|
101
|
-
XZ Utils has an additional requirement: lc + lp <= 4. Files
|
|
102
|
-
which don't follow this requirement cannot be decompressed
|
|
103
|
-
with XZ Utils. Usually this isn't a problem since the most
|
|
104
|
-
common lc/lp/pb values are 3/0/2. It is the only lc/lp/pb
|
|
105
|
-
combination that the files created by LZMA Utils can have,
|
|
106
|
-
but LZMA Utils can decompress files with any lc/lp/pb.
|
|
107
|
-
|
|
108
|
-
|
|
109
|
-
1.1.2. Dictionary Size
|
|
110
|
-
|
|
111
|
-
Dictionary Size is stored as an unsigned 32-bit little endian
|
|
112
|
-
integer. Any 32-bit value is possible, but for maximum
|
|
113
|
-
portability, only sizes of 2^n and 2^n + 2^(n-1) should be
|
|
114
|
-
used.
|
|
115
|
-
|
|
116
|
-
LZMA Utils creates only files with dictionary size 2^n,
|
|
117
|
-
16 <= n <= 25. LZMA Utils can decompress files with any
|
|
118
|
-
dictionary size.
|
|
119
|
-
|
|
120
|
-
XZ Utils creates and decompresses .lzma files only with
|
|
121
|
-
dictionary sizes 2^n and 2^n + 2^(n-1). If some other
|
|
122
|
-
dictionary size is specified when compressing, the value
|
|
123
|
-
stored in the Dictionary Size field is a rounded up, but the
|
|
124
|
-
specified value is still used in the actual compression code.
|
|
125
|
-
|
|
126
|
-
|
|
127
|
-
1.1.3. Uncompressed Size
|
|
128
|
-
|
|
129
|
-
Uncompressed Size is stored as unsigned 64-bit little endian
|
|
130
|
-
integer. A special value of 0xFFFF_FFFF_FFFF_FFFF indicates
|
|
131
|
-
that Uncompressed Size is unknown. End of Payload Marker (*)
|
|
132
|
-
is used if and only if Uncompressed Size is unknown.
|
|
133
|
-
|
|
134
|
-
XZ Utils rejects files whose Uncompressed Size field specifies
|
|
135
|
-
a known size that is 256 GiB or more. This is to reject false
|
|
136
|
-
positives when trying to guess if the input file is in the
|
|
137
|
-
.lzma format. When Uncompressed Size is unknown, there is no
|
|
138
|
-
limit for the uncompressed size of the file.
|
|
139
|
-
|
|
140
|
-
(*) Some tools use the term End of Stream (EOS) marker
|
|
141
|
-
instead of End of Payload Marker.
|
|
142
|
-
|
|
143
|
-
|
|
144
|
-
1.2. LZMA Compressed Data
|
|
145
|
-
|
|
146
|
-
Detailed description of the format of this field is out of
|
|
147
|
-
scope of this document.
|
|
148
|
-
|
|
149
|
-
|
|
150
|
-
2. References
|
|
151
|
-
|
|
152
|
-
LZMA SDK - The original LZMA implementation
|
|
153
|
-
http://7-zip.org/sdk.html
|
|
154
|
-
|
|
155
|
-
7-Zip
|
|
156
|
-
http://7-zip.org/
|
|
157
|
-
|
|
158
|
-
LZMA Utils - LZMA adapted to POSIX-like systems
|
|
159
|
-
http://tukaani.org/lzma/
|
|
160
|
-
|
|
161
|
-
XZ Utils - The next generation of LZMA Utils
|
|
162
|
-
http://tukaani.org/xz/
|
|
163
|
-
|
|
164
|
-
The .xz file format - The successor of the .lzma format
|
|
165
|
-
http://tukaani.org/xz/xz-file-format.txt
|
|
166
|
-
|