From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.1.3 (2006-06-01) on yquem.inria.fr X-Spam-Level: * X-Spam-Status: No, score=1.1 required=5.0 tests=AWL,MAILTO_TO_SPAM_ADDR, SPF_FAIL autolearn=disabled version=3.1.3 X-Original-To: caml-list@yquem.inria.fr Delivered-To: caml-list@yquem.inria.fr Received: from mail2-relais-roc.national.inria.fr (mail2-relais-roc.national.inria.fr [192.134.164.83]) by yquem.inria.fr (Postfix) with ESMTP id 0F769BBAF for ; Thu, 10 Sep 2009 16:57:31 +0200 (CEST) X-IronPort-Anti-Spam-Filtered: true X-IronPort-Anti-Spam-Result: AosDAF+wqEpQW+UMgWdsb2JhbACQEossAQEWJMMOhBgFgkY X-IronPort-AV: E=Sophos;i="4.44,364,1249250400"; d="scan'208";a="32536580" Received: from lo.gmane.org ([80.91.229.12]) by mail2-smtp-roc.national.inria.fr with ESMTP/TLS/AES256-SHA; 10 Sep 2009 16:57:30 +0200 Received: from list by lo.gmane.org with local (Exim 4.50) id 1Mll5U-0004XK-1b for caml-list@inria.fr; Thu, 10 Sep 2009 16:57:28 +0200 Received: from ks300734.kimsufi.com ([91.121.65.225]) by main.gmane.org with esmtp (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Thu, 10 Sep 2009 16:57:28 +0200 Received: from sylvain by ks300734.kimsufi.com with local (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Thu, 10 Sep 2009 16:57:28 +0200 X-Injected-Via-Gmane: http://gmane.org/ To: caml-list@inria.fr From: Sylvain Le Gall Subject: Re: [ANN] ocaml-fileutils v0.4.0 Date: Thu, 10 Sep 2009 14:57:05 +0000 (UTC) Message-ID: References: <20090910005451.GC24274@yocto.gallu.homelinux.org> X-Complaints-To: usenet@ger.gmane.org X-Gmane-NNTP-Posting-Host: ks300734.kimsufi.com User-Agent: slrn/pre1.0.0-11 (Linux) Sender: news X-Spam: no; 0.00; le-gall:01 ocaml:01 mkdir:01 parser:01 lexer:01 le-gall:01 beginner's:01 ocaml:01 bug:01 mkdir:01 parser:01 lexer:01 bug:01 beginner's:01 1975:98 On 10-09-2009, Ashish Agarwal wrote: > --===============1437740801== > Content-Type: multipart/alternative; boundary=001485f7c26402b52b04733a4fde > > --001485f7c26402b52b04733a4fde > Content-Type: text/plain; charset=ISO-8859-1 > > Is there any plan to incorporate this into Batteries? We have talked about it, with David Teller, some months ago. I will ask him if he want it inside Batteries and if this is the case, I will do anything require to make its work easier. Regards Sylvain Le Gall > > On Wed, Sep 9, 2009 at 8:54 PM, Sylvain Le Gall wrote: > >> >> Hello, >> >> Ocaml fileutils is aimed to be a platform independent library to perform >> operation on file like: >> - mv >> - cp >> - rm >> - mkdir >> - touch >> - which... >> >> Comes also with a module to manipulate abstract filename: >> - classification >> - make_relative: made a filename relative to another >> - make_absolute >> >> This new release simplify module structure (nested modules are not >> required anymore) and comes with a more clear documentation. It also >> removes parser/lexer for path which was little bit overkilling. Some >> operations have been optimized for speed (like find) -- coming close in >> term of performance to standard POSIX commands. >> >> Link: >> http://le-gall.net/sylvain+violaine/ocaml-fileutils.html >> >> Regards >> Sylvain Le Gall >> >> >> _______________________________________________ >> Caml-list mailing list. Subscription management: >> http://yquem.inria.fr/cgi-bin/mailman/listinfo/caml-list >> Archives: http://caml.inria.fr >> Beginner's list: http://groups.yahoo.com/group/ocaml_beginners >> Bug reports: http://caml.inria.fr/bin/caml-bugs >> > > --001485f7c26402b52b04733a4fde > Content-Type: text/html; charset=ISO-8859-1 > > Is there any plan to incorporate this into Batteries?


On Wed, Sep 9, 2009 at 8:54 PM, Sylvain Le Gall <gildor@ocamlcore.org> wrote:
> >

> Hello,
>
> Ocaml fileutils is aimed to be a platform independent library to perform
> operation on file like:
> - mv
> - cp
> - rm
> - mkdir
> - touch
> - which...
>
> Comes also with a module to manipulate abstract filename:
> - classification
> - make_relative: made a filename relative to another
> - make_absolute
>
> This new release simplify module structure (nested modules are not
> required anymore) and comes with a more clear documentation. It also
> removes parser/lexer for path which was little bit overkilling. Some
> operations have been optimized for speed (like find) -- coming close in
> term of performance to standard POSIX commands.
>
> Link:
>http://le-gall.net/sylvain+violaine/ocaml-fileutils.html
>
> Regards
> Sylvain Le Gall
>
>
> _______________________________________________
> Caml-list mailing list. Subscription management:
>http://yquem.inria.fr/cgi-bin/mailman/listinfo/caml-list
> Archives: http://caml.inria.fr
> Beginner's list: http://groups.yahoo.com/group/ocaml_beginners
> Bug reports: http://caml.inria.fr/bin/caml-bugs
>

> > --001485f7c26402b52b04733a4fde-- > > > --===============1437740801== > Content-Type: text/plain; charset="us-ascii" > MIME-Version: 1.0 > Content-Transfer-Encoding: 7bit > Content-Disposition: inline > > _______________________________________________ > Caml-list mailing list. Subscription management: > http://yquem.inria.fr/cgi-bin/mailman/listinfo/caml-list > Archives: http://caml.inria.fr > Beginner's list: http://groups.yahoo.com/group/ocaml_beginners > Bug reports: http://caml.inria.fr/bin/caml-bugs > > --===============1437740801==-- > > Regards, Sylvain Le Gall