From: Nicolas C. <war...@fr...> - 2004-07-23 20:09:38
|
> Hi list, > > This weekend I played a little with inflate algorithm, the decompression > algorithm described in RFC 1951 and which is used by most file formats (zip, > gz, jar, png, swf....). I rewrote it entirely from the RFC in pure OCaml, > and I think it could be nice to add it to ExtLib. > > The current implementation uses IO module and wrap an input : > > module Unzip The Unzip module is now part of ExtLib ! You can deflate your TGZ and ZIP with pure OCaml code only ! Enjoy, Nicolas Cannasse |