caml-list - the Caml user's mailing list
 help / color / mirror / Atom feed
* [ANN] ocaml-fileutils v0.4.0
@ 2009-09-10  0:54 Sylvain Le Gall
  2009-09-10 14:49 ` [Caml-list] " Ashish Agarwal
  0 siblings, 1 reply; 3+ messages in thread
From: Sylvain Le Gall @ 2009-09-10  0:54 UTC (permalink / raw)
  To: caml-list


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



^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2009-09-10 14:57 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2009-09-10  0:54 [ANN] ocaml-fileutils v0.4.0 Sylvain Le Gall
2009-09-10 14:49 ` [Caml-list] " Ashish Agarwal
2009-09-10 14:57   ` Sylvain Le Gall

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).