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
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
> --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"><<a href="mailto:gil...@ocamlcore.org">gil...@ocamlcore.org</a>></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'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,