Blame .announce

Packit 9ff65e
To: caml-list@inria.fr
Packit 9ff65e
Bcc: hump@caml.inria.fr
Packit 9ff65e
Subject: [ANN] ocaml-fileutils v0.4.0
Packit 9ff65e
Packit 9ff65e
Ocaml fileutils is aimed to be a platform independent library to perform
Packit 9ff65e
operation on file like:
Packit 9ff65e
- mv
Packit 9ff65e
- cp
Packit 9ff65e
- rm
Packit 9ff65e
- mkdir
Packit 9ff65e
- touch
Packit 9ff65e
- which...
Packit 9ff65e
Packit 9ff65e
Comes also with a module to manipulate abstract filename:
Packit 9ff65e
- classification
Packit 9ff65e
- make_relative: made a filename relative to another
Packit 9ff65e
- make_absolute
Packit 9ff65e
Packit 9ff65e
This new release simplify module structure (nested modules are not required
Packit 9ff65e
anymore) and comes with a more clear documentation. It also removes
Packit 9ff65e
parser/lexer for path which was little bit overkilling. Some operations have
Packit 9ff65e
been optimized for speed (like find) -- coming close in term of performance to
Packit 9ff65e
standard POSIX commands.
Packit 9ff65e
Packit 9ff65e
Link:
Packit 9ff65e
http://le-gall.net/sylvain+violaine/ocaml-fileutils.html