caml-list - the Caml user's mailing list
 help / color / mirror / Atom feed
From: Sylvain Le Gall <sylvain@le-gall.net>
To: caml-list@inria.fr
Subject: Re: [ANN] ocaml-fileutils v0.4.0
Date: Thu, 10 Sep 2009 14:57:05 +0000 (UTC)	[thread overview]
Message-ID: <slrnhai4s7.cs6.sylvain@gallu.homelinux.org> (raw)
In-Reply-To: <d8be5ae20909100749n5930609fv6b224e699b2662d1@mail.gmail.com>

On 10-09-2009, Ashish Agarwal <agarwal1975@gmail.com> 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 <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
> Content-Type: text/html; charset=ISO-8859-1
>
> Is there any plan to incorporate this into Batteries?<div><br><br><div class="gmail_quote">On Wed, Sep 9, 2009 at 8:54 PM, Sylvain Le Gall <span dir="ltr">&lt;<a href="mailto:gildor@ocamlcore.org">gildor@ocamlcore.org</a>&gt;</span> wrote:<br>
>
><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex;"><br>
> Hello,<br>
><br>
> Ocaml fileutils is aimed to be a platform independent library to perform<br>
> operation on file like:<br>
> - mv<br>
> - cp<br>
> - rm<br>
> - mkdir<br>
> - touch<br>
> - which...<br>
><br>
> Comes also with a module to manipulate abstract filename:<br>
> - classification<br>
> - make_relative: made a filename relative to another<br>
> - make_absolute<br>
><br>
> This new release simplify module structure (nested modules are not<br>
> required anymore) and comes with a more clear documentation. It also<br>
> removes parser/lexer for path which was little bit overkilling. Some<br>
> operations have been optimized for speed (like find) -- coming close in<br>
> term of performance to standard POSIX commands.<br>
><br>
> Link:<br>
><a href="http://le-gall.net/sylvain+violaine/ocaml-fileutils.html" target="_blank">http://le-gall.net/sylvain+violaine/ocaml-fileutils.html</a><br>
><br>
> Regards<br>
> Sylvain Le Gall<br>
><br>
><br>
> _______________________________________________<br>
> Caml-list mailing list. Subscription management:<br>
><a href="http://yquem.inria.fr/cgi-bin/mailman/listinfo/caml-list" target="_blank">http://yquem.inria.fr/cgi-bin/mailman/listinfo/caml-list</a><br>
> Archives: <a href="http://caml.inria.fr" target="_blank">http://caml.inria.fr</a><br>
> Beginner&#39;s list: <a href="http://groups.yahoo.com/group/ocaml_beginners" target="_blank">http://groups.yahoo.com/group/ocaml_beginners</a><br>
> Bug reports: <a href="http://caml.inria.fr/bin/caml-bugs" target="_blank">http://caml.inria.fr/bin/caml-bugs</a><br>
></blockquote></div><br></div>
>
> --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


      reply	other threads:[~2009-09-10 14:57 UTC|newest]

Thread overview: 3+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2009-09-10  0:54 Sylvain Le Gall
2009-09-10 14:49 ` [Caml-list] " Ashish Agarwal
2009-09-10 14:57   ` Sylvain Le Gall [this message]

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=slrnhai4s7.cs6.sylvain@gallu.homelinux.org \
    --to=sylvain@le-gall.net \
    --cc=caml-list@inria.fr \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
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).