caml-list - the Caml user's mailing list
 help / color / mirror / Atom feed
* [Caml-list] Simple compression library
@ 2015-02-02 15:39 Dhek Uir
  2015-02-02 15:43 ` Jacques-Henri Jourdan
  0 siblings, 1 reply; 7+ messages in thread
From: Dhek Uir @ 2015-02-02 15:39 UTC (permalink / raw)
  To: caml-list

[-- Attachment #1: Type: text/plain, Size: 607 bytes --]

I'm looking for a compression library such as camlzip to read/write
compressed files (any lossless compression algorithm is fine), but having a
function similar to Pervasives.output_value, which does not seem to be
available in camlzip (and I do not see how I could easily implement it).

Would it be simple to modify camlzip to add this function? I believe that
if this were the case, then it would already have been done, but I might be
wrong.

Otherwise, is there another OCaml library with an API very similar to
Pervasives'? I'd prefer a lightweight solution (avoiding Core and
Batteries) if possible.

[-- Attachment #2: Type: text/html, Size: 679 bytes --]

^ permalink raw reply	[flat|nested] 7+ messages in thread

end of thread, other threads:[~2015-02-02 17:53 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2015-02-02 15:39 [Caml-list] Simple compression library Dhek Uir
2015-02-02 15:43 ` Jacques-Henri Jourdan
2015-02-02 16:05   ` Dhek Uir
2015-02-02 16:48     ` Drup
2015-02-02 17:00       ` Dhek Uir
2015-02-02 17:38         ` David Allsopp
2015-02-02 17:53           ` Dhek Uir

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).