caml-list - the Caml user's mailing list
 help / color / mirror / Atom feed
From: "Sylvain LE GALL" <sylvain.le-gall@polytechnique.org>
To: caml-list@inria.fr
Subject: [Caml-list] [ANN] ocaml-fileutils v 0.3.0
Date: Tue, 29 Jun 2004 22:27:51 +0200	[thread overview]
Message-ID: <20040629202751.GA9567@grand> (raw)

Hello all,

I am pleased to announce a new release of ocaml-fileutils.

This library implements some new function :
- cmp : compare file
- du : give the disk usage of some files
- stat : abstraction of Unix.stat
- readlink : return a path with link solved to real location

This new version comes in particular with a rewritten "find" command
which take an "exec" and "accu" parameter allowing to customize the
operation done during the directory traversal. ( You can have the same
behavior of the previous find command by this way : 
find test current_dir (fun lst fln -> fln :: lst) [] ). This new command
embed a recursion prevention system, allowing not to traverse the same
directory twice ( ie, it handles symlink like : ln -s . recurse ). 

Most of the command also provide a ~follow parameter which dictate the
way ocaml-fileutils should follow symlink ( by default Skip, but can
also be Follow, AskFollow, SkipInform... )

General :
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 :... 

Link :
http://www.carva.org/sylvain.le-gall/ocaml-fileutils.html

Kind regard
Sylvain Le Gall

-------------------
To unsubscribe, mail caml-list-request@inria.fr Archives: http://caml.inria.fr
Bug reports: http://caml.inria.fr/bin/caml-bugs FAQ: http://caml.inria.fr/FAQ/
Beginner's list: http://groups.yahoo.com/group/ocaml_beginners


                 reply	other threads:[~2004-06-29 20:27 UTC|newest]

Thread overview: [no followups] expand[flat|nested]  mbox.gz  Atom feed

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=20040629202751.GA9567@grand \
    --to=sylvain.le-gall@polytechnique.org \
    --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).