cleanup
This commit is contained in:
parent
2c54a7d5b2
commit
50198e632a
@ -1,5 +1,6 @@
|
||||
FastJar is a version of JDK's `jar' utility written entirely in C,
|
||||
and therefore quite a bit faster. Currently some features such as
|
||||
updating archive are unimplemented, but enough seems implemented.
|
||||
FastJar is a version of JDK's `jar' utility written entirely
|
||||
in C, and therefore quite a bit faster. Currently some fea-
|
||||
tures such as updating archive are unimplemented, but enough
|
||||
seems implemented.
|
||||
|
||||
WWW: ${HOMEPAGE}
|
||||
|
@ -1,9 +1,9 @@
|
||||
lzop is a file compressor which is very similar to gzip. It uses the LZO
|
||||
library for compression services and its main advantages over gzip are much
|
||||
higher compression and decompression speed (at the cost of some compression
|
||||
ratio).
|
||||
lzop is a file compressor which is very similar to gzip. It
|
||||
uses the LZO library for compression services and its main
|
||||
advantages over gzip are much higher compression and decom-
|
||||
pression speed (at the cost of some compression ratio).
|
||||
|
||||
lzop is distributed under the terms of the GNU General Public License
|
||||
(GPL).
|
||||
lzop is distributed under the terms of the GNU General Pub-
|
||||
lic License (GPL).
|
||||
|
||||
WWW: ${HOMEPAGE}
|
||||
|
@ -1,5 +1,5 @@
|
||||
Perl-LZO provides LZO bindings for Perl5. I.e. you can access the
|
||||
LZO library from your Perl scripts thereby compressing ordinary
|
||||
Perl strings.
|
||||
Perl-LZO provides LZO bindings for Perl5. I.e. you can
|
||||
access the LZO library from your Perl scripts thereby com-
|
||||
pressing ordinary Perl strings.
|
||||
|
||||
WWW: ${HOMEPAGE}
|
||||
|
Loading…
Reference in New Issue
Block a user