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=2.0 required=5.0 tests=AWL,DNS_FROM_RFC_POST, HTML_MESSAGE,SPF_NEUTRAL autolearn=disabled version=3.1.3 X-Original-To: caml-list@yquem.inria.fr Delivered-To: caml-list@yquem.inria.fr Received: from mail1-relais-roc.national.inria.fr (mail1-relais-roc.national.inria.fr [192.134.164.82]) by yquem.inria.fr (Postfix) with ESMTP id E8A6DBBAF for ; Thu, 10 Sep 2009 16:49:38 +0200 (CEST) X-IronPort-Anti-Spam-Filtered: true X-IronPort-Anti-Spam-Result: AqYBAPmuqErRVdOyimdsb2JhbACCJjCNPIFxiHw/AQEBCAsMBxEFsQ6BKpBKAQMCBIQUBYJG X-IronPort-AV: E=Sophos;i="4.44,364,1249250400"; d="scan'208";a="35822330" Received: from mail-yw0-f178.google.com ([209.85.211.178]) by mail1-smtp-roc.national.inria.fr with ESMTP; 10 Sep 2009 16:49:38 +0200 Received: by ywh8 with SMTP id 8so273167ywh.14 for ; Thu, 10 Sep 2009 07:49:37 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:mime-version:received:in-reply-to:references :from:date:message-id:subject:to:cc:content-type; bh=auKG/HB9faqXbQiQBTw4rRWwqSdtLa7rEjVXWm058/0=; b=vx7v1IR17oHHr4GsbEycb0BwDtehSuCrX5U2FjGScg0iKVwcJvD6rzknx7cJkp5Ig1 tdpe7BuJPlAvmF7NZm65+lltQFW7ohfimJWAkWeNP5+PWEfOApLiw8r6wf8a9MOeV+z1 2Y879IklAAZE8T8GuyIuHYPecdyGZh7udpe28= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:in-reply-to:references:from:date:message-id:subject:to :cc:content-type; b=QOdIQp4/FxjlUIfapdBvub/i9vLxia60goVDx6ZRvzVzEQJXZyyBv1RiTxCOAa8LgQ TNtIPH465s1ul5L+oLl8YWfBLzfGv4xISnBfvtNTfAS3bQA0CmrWArMNdJWB5JXOkyvO 09flMGDW4P9ppjca892LL9zLBs3ptC70LK5W4= MIME-Version: 1.0 Received: by 10.91.50.29 with SMTP id c29mr952222agk.63.1252594177716; Thu, 10 Sep 2009 07:49:37 -0700 (PDT) In-Reply-To: <20090910005451.GC24274@yocto.gallu.homelinux.org> References: <20090910005451.GC24274@yocto.gallu.homelinux.org> From: Ashish Agarwal Date: Thu, 10 Sep 2009 10:49:16 -0400 Message-ID: Subject: Re: [Caml-list] [ANN] ocaml-fileutils v0.4.0 To: Sylvain Le Gall Cc: caml-list@inria.fr Content-Type: multipart/alternative; boundary=001485f7c26402b52b04733a4fde X-Spam: no; 0.00; ocaml:01 mkdir:01 parser:01 lexer:01 le-gall:01 beginner's:01 ocaml:01 bug:01 mkdir:01 parser:01 lexer:01 le-gall:01 beginner's:01 bug:01 1975:98 --001485f7c26402b52b04733a4fde Content-Type: text/plain; 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 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--