From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: X-Original-To: caml-list@sympa.inria.fr Delivered-To: caml-list@sympa.inria.fr Received: from mail2-relais-roc.national.inria.fr (mail2-relais-roc.national.inria.fr [192.134.164.83]) by sympa.inria.fr (Postfix) with ESMTPS id B9CF27F6CC for ; Mon, 2 Feb 2015 16:39:17 +0100 (CET) Received-SPF: None (mail2-smtp-roc.national.inria.fr: no sender authenticity information available from domain of dhekuir@gmail.com) identity=pra; client-ip=209.85.160.195; receiver=mail2-smtp-roc.national.inria.fr; envelope-from="dhekuir@gmail.com"; x-sender="dhekuir@gmail.com"; x-conformance=sidf_compatible Received-SPF: Pass (mail2-smtp-roc.national.inria.fr: domain of dhekuir@gmail.com designates 209.85.160.195 as permitted sender) identity=mailfrom; client-ip=209.85.160.195; receiver=mail2-smtp-roc.national.inria.fr; envelope-from="dhekuir@gmail.com"; x-sender="dhekuir@gmail.com"; x-conformance=sidf_compatible; x-record-type="v=spf1" Received-SPF: None (mail2-smtp-roc.national.inria.fr: no sender authenticity information available from domain of postmaster@mail-yk0-f195.google.com) identity=helo; client-ip=209.85.160.195; receiver=mail2-smtp-roc.national.inria.fr; envelope-from="dhekuir@gmail.com"; x-sender="postmaster@mail-yk0-f195.google.com"; x-conformance=sidf_compatible X-IronPort-Anti-Spam-Filtered: true X-IronPort-Anti-Spam-Result: A0CPAQCymc9UlMOgVdFbhDEEgn3IbwdDAQEBAQERAQEBAQcLCwkSMIQDIhEdARseAxIIAQc3AiQBEQEFAVAHh3YBAxGwc4MrPjGLLoFrgneKXAoZJw1UhSIBBQ6PAoEFglKBQQWYLoEXhUeKNBIjgQwJgXOCHj0xgkIBAQE X-IPAS-Result: A0CPAQCymc9UlMOgVdFbhDEEgn3IbwdDAQEBAQERAQEBAQcLCwkSMIQDIhEdARseAxIIAQc3AiQBEQEFAVAHh3YBAxGwc4MrPjGLLoFrgneKXAoZJw1UhSIBBQ6PAoEFglKBQQWYLoEXhUeKNBIjgQwJgXOCHj0xgkIBAQE X-IronPort-AV: E=Sophos;i="5.09,507,1418079600"; d="scan'208";a="119880458" Received: from mail-yk0-f195.google.com ([209.85.160.195]) by mail2-smtp-roc.national.inria.fr with ESMTP/TLS/RC4-SHA; 02 Feb 2015 16:39:17 +0100 Received: by mail-yk0-f195.google.com with SMTP id 142so5605356ykq.2 for ; Mon, 02 Feb 2015 07:39:16 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:date:message-id:subject:from:to:content-type; bh=X0cjmpH5dQjlG1qaGqrkamXgT3MCPueowOIdCdDqJYw=; b=jqVVSVJeAWqIZQl/k7zYVfuSIsHhMlxLGorIvDQYu0VqM+Yzn1onOXw1ri8DIN00Xp NtDUTatQEUyY8F8o1IaftsZRDDVtFcmAlBK6UXL9GutegQOa60kvQLM3fXBAuVVwBz3a dF/G+3SHQPd6WjfW53oJafK8ZUE02WciFC7y8XTudT/c5c039QAhrcpna/U8aI0bhIKy LGMilIwKtUNBAns+857ZdjBURUtBJUPaAISNMrjsXF1vSH36qI4NNil+u4Uw3OPolfPZ jzn+tCJBZLAI85ztQ/retgWp5ewgYPH3qb5JrAgUqfDaxkRNcR4UVvdwcWdiTTW6jpJa SKrw== MIME-Version: 1.0 X-Received: by 10.236.19.133 with SMTP id n5mr8537094yhn.135.1422891556244; Mon, 02 Feb 2015 07:39:16 -0800 (PST) Received: by 10.170.217.194 with HTTP; Mon, 2 Feb 2015 07:39:16 -0800 (PST) Date: Mon, 2 Feb 2015 16:39:16 +0100 Message-ID: From: Dhek Uir To: caml-list@inria.fr Content-Type: multipart/alternative; boundary=089e0160c944c395f7050e1cc12c Subject: [Caml-list] Simple compression library --089e0160c944c395f7050e1cc12c Content-Type: text/plain; charset=UTF-8 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. --089e0160c944c395f7050e1cc12c Content-Type: text/html; charset=UTF-8 Content-Transfer-Encoding: quoted-printable
I'm looking for a compression library such as cam= lzip 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 i= mplement 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 O= Caml library with an API very similar to Pervasives'? I'd prefer a = lightweight solution (avoiding Core and Batteries) if possible.
--089e0160c944c395f7050e1cc12c--