Difference between revisions of "Lzip"

From Free Software Directory
Jump to: navigation, search
(Updated version, license, maintainer email)
(small changes)
Line 1: Line 1:
 
{{Entry
 
{{Entry
 
|Name=Lzip
 
|Name=Lzip
|Short description=a lossless data compressor based on the LZMA algorithm.
+
|Short description=lossless data compressor based on LZMA algorithm
 
|Full description=Lzip is a lossless data compressor based on the LZMA (Lempel-Ziv-Markov chain-Algorithm) algorithm designed by Igor Pavlov. The high compression of LZMA comes from combining two basic, well-proven compression ideas: sliding dictionaries (i.e. LZ77/78), and markov models (i.e. the thing used by every compression algorithm that uses a range encoder or similar order-0 entropy coder as its last stage) with segregation of contexts according to what the bits are used for. Lzip is not a replacement for gzip or bzip2, but a complement; which one is best to use depends on user's needs.
 
|Full description=Lzip is a lossless data compressor based on the LZMA (Lempel-Ziv-Markov chain-Algorithm) algorithm designed by Igor Pavlov. The high compression of LZMA comes from combining two basic, well-proven compression ideas: sliding dictionaries (i.e. LZ77/78), and markov models (i.e. the thing used by every compression algorithm that uses a range encoder or similar order-0 entropy coder as its last stage) with segregation of contexts according to what the bits are used for. Lzip is not a replacement for gzip or bzip2, but a complement; which one is best to use depends on user's needs.
  
 
Related subprojects include:  
 
Related subprojects include:  
  
;[http://www.nongnu.org/lzip/clzip.html Clzip]
+
;[https://www.nongnu.org/lzip/clzip.html Clzip]
 
:A C implementation of lzip for systems lacking a C++ compiler.
 
:A C implementation of lzip for systems lacking a C++ compiler.
;[http://www.nongnu.org/lzip/plzip.html Plzip]
+
;[https://www.nongnu.org/lzip/plzip.html Plzip]
 
:A multi-threaded compressor using the lzip file format.
 
:A multi-threaded compressor using the lzip file format.
;[http://www.nongnu.org/lzip/lzlib.html Lzlib]
+
;[https://www.nongnu.org/lzip/lzlib.html Lzlib]
 
:A compression library for the lzip file format.
 
:A compression library for the lzip file format.
;[http://www.nongnu.org/lzip/lunzip.html Lunzip]
+
;[https://www.nongnu.org/lzip/lunzip.html Lunzip]
 
:A small decompressor for lzip files.
 
:A small decompressor for lzip files.
;[http://www.nongnu.org/lzip/lziprecover.html Lziprecover]
+
;[https://www.nongnu.org/lzip/lziprecover.html Lziprecover]
 
:A data recovery tool and decompressor for lzip files.
 
:A data recovery tool and decompressor for lzip files.
;[http://www.nongnu.org/lzip/pdlzip.html Pdlzip]
+
;[https://www.nongnu.org/lzip/pdlzip.html Pdlzip]
 
:A limited, "public domain" implementation of the lzip data compressor,
 
:A limited, "public domain" implementation of the lzip data compressor,
 
intended for those who can't distribute GPL licensed Free Software.
 
intended for those who can't distribute GPL licensed Free Software.
 
Pdlzip is also able to decompress legacy lzma-alone (.lzma) files.
 
Pdlzip is also able to decompress legacy lzma-alone (.lzma) files.
|Homepage URL=http://www.nongnu.org/lzip/lzip.html
+
|Homepage URL=https://www.nongnu.org/lzip/lzip.html
 
|User level=beginner
 
|User level=beginner
|Computer languages=C++
+
|Is High Priority Project=No
|Documentation note=[http://download.savannah.gnu.org/releases/lzip/manual/ Manual]
+
|Documentation note=[https://download.savannah.nongnu.org/releases/lzip/manual Manual]
 +
|Decommissioned/Obsolete=No
 
|Accepts cryptocurrency donations=No
 
|Accepts cryptocurrency donations=No
 
|Related projects=Lzlib,Zutils,gzip,Plzip
 
|Related projects=Lzlib,Zutils,gzip,Plzip
Line 30: Line 31:
 
|Version date=2018/02/14
 
|Version date=2018/02/14
 
|Version status=stable
 
|Version status=stable
|Version download=http://download.savannah.gnu.org/releases/lzip/lzip-1.20.tar.gz
+
|Version download=https://download.savannah.nongnu.org/releases/lzip/lzip-1.20.tar.gz
 +
|Test entry=No
 
|Last review by=Antonio Diaz Diaz
 
|Last review by=Antonio Diaz Diaz
 
|Last review date=2018/05/10
 
|Last review date=2018/05/10
|Submitted date=2011-04-01
+
|Submitted by=Database conversion
 +
|Submitted date=2011/04/12
 
|Is GNU=No
 
|Is GNU=No
 
}}
 
}}
Line 59: Line 62:
 
}}
 
}}
 
{{Resource
 
{{Resource
|Resource audience=Developer
+
|Resource audience=Savannah (Ref)
|Resource kind=Download
+
|Resource URL=https://savannah.nongnu.org/projects/lzip
|Resource URL=http://download.savannah.gnu.org/releases-noredirect/lzip/
 
 
}}
 
}}
 
{{Resource
 
{{Resource
|Resource audience=Support
+
|Resource kind=Mailing List
|Resource kind=E-mail
+
|Resource URL=https://lists.nongnu.org/mailman/listinfo/lzip-bug
|Resource URL=mailto:lzip-bug@nongnu.org
 
 
}}
 
}}
 
{{Resource
 
{{Resource
|Resource audience=Help
+
|Resource kind=Download
|Resource kind=Homepage
+
|Resource URL=https://download.savannah.nongnu.org/releases/lzip
|Resource URL=http://freshmeat.net/projects/lzip/
 
}}
 
{{Resource
 
|Resource audience=Savannah (Ref)
 
|Resource URL=https://savannah.nongnu.org/projects/lzip
 
}}
 
{{Resource
 
|Resource audience=Bug Tracking
 
|Resource kind=Mailing List Info/Archive
 
|Resource URL=http://lists.nongnu.org/mailman/listinfo/lzip-bug
 
 
}}
 
}}
 
{{Software category
 
{{Software category
 
|Interface=command-line
 
|Interface=command-line
 +
|Programming-language=C++
 +
|Runs-on=Windows, BSD, GNU/Linux
 
|System-administration=backup
 
|System-administration=backup
 
|Use=compressing, system-administration
 
|Use=compressing, system-administration

Revision as of 08:59, 10 May 2018


[edit]

Lzip

https://www.nongnu.org/lzip/lzip.html
lossless data compressor based on LZMA algorithm

Lzip is a lossless data compressor based on the LZMA (Lempel-Ziv-Markov chain-Algorithm) algorithm designed by Igor Pavlov. The high compression of LZMA comes from combining two basic, well-proven compression ideas: sliding dictionaries (i.e. LZ77/78), and markov models (i.e. the thing used by every compression algorithm that uses a range encoder or similar order-0 entropy coder as its last stage) with segregation of contexts according to what the bits are used for. Lzip is not a replacement for gzip or bzip2, but a complement; which one is best to use depends on user's needs.

Related subprojects include:

Clzip
A C implementation of lzip for systems lacking a C++ compiler.
Plzip
A multi-threaded compressor using the lzip file format.
Lzlib
A compression library for the lzip file format.
Lunzip
A small decompressor for lzip files.
Lziprecover
A data recovery tool and decompressor for lzip files.
Pdlzip
A limited, "public domain" implementation of the lzip data compressor,

intended for those who can't distribute GPL licensed Free Software. Pdlzip is also able to decompress legacy lzma-alone (.lzma) files.





Licensing

License

Verified by

Verified on

Notes

Verified by

Antonio Diaz Diaz

Verified on

10 May 2018




Leaders and contributors

Contact(s)Role
Antonio Diaz Diaz Maintainer


Resources and communication

AudienceResource typeURI
Savannah (Ref)https://savannah.nongnu.org/projects/lzip
Mailing Listhttps://lists.nongnu.org/mailman/listinfo/lzip-bug
Downloadhttps://download.savannah.nongnu.org/releases/lzip
Debian (Ref)https://tracker.debian.org/pkg/lzip
Debian (Ref) (R)https://tracker.debian.org/pkg/plzip
Debian (Ref) (R)https://tracker.debian.org/pkg/clzip


Software prerequisites




Entry










"Debian (Ref)" is not in the list (General, Help, Bug Tracking, Support, Developer) of allowed values for the "Resource audience" property.


"Debian (Ref) (R)" is not in the list (General, Help, Bug Tracking, Support, Developer) of allowed values for the "Resource audience" property.


"Debian (Ref) (R)" is not in the list (General, Help, Bug Tracking, Support, Developer) of allowed values for the "Resource audience" property.


"Savannah (Ref)" is not in the list (General, Help, Bug Tracking, Support, Developer) of allowed values for the "Resource audience" property.











Permission is granted to copy, distribute and/or modify this document under the terms of the GNU Free Documentation License, Version 1.3 or any later version published by the Free Software Foundation; with no Invariant Sections, no Front-Cover Texts, and no Back-Cover Texts. A copy of the license is included in the page “GNU Free Documentation License”.

The copyright and license notices on this page only apply to the text on this page. Any software or copyright-licenses or other similar notices described in this text has its own copyright notice and license, which can usually be found in the distribution or license text itself.