Browse thread
[ANN] camlish: a simple module for shell scripting in OCaml
[
Home
]
[ Index:
by date
|
by threads
]
[ Message by date: previous | next ] [ Message in thread: previous | next ] [ Thread: previous | next ]
[ Message by date: previous | next ] [ Message in thread: previous | next ] [ Thread: previous | next ]
Date: | 2008-10-27 (13:11) |
From: | Mikkel_Fahnøe_Jørgensen <mikkel@d...> |
Subject: | Re: [Caml-list] [ANN] camlish: a simple module for shell scripting in OCaml |
2008/10/27 Zheng Li <zheng_li@users.sourceforge.net>: > Hi, > > I'd like to announce the availability of a small module for shell scripting: > camlish. > > The project URL is: http://zheng.li/projects/ocaml/camlish, where you can > get all the code and docs. A source repo is going to provide later. > > It's rather experimental, bug reports are always welcome. > > Have fun! Great!, but bummer, I wrote one too last night.... http://git.dvide.com/pub/ocaml-shell-utils/tree/ http://git.dvide.com/pub/ocaml-shell-utils/plain/README.txt Also looked at FileUtils and ShCaml, but wanted something light. Anyway - it seems orthogonal to mine. I don't do any pipeline processing, I just make it easy to cp, mv, etc. using ocaml toplevel scripts as an alternative to install scripts. Perhaps this could be combined ? I'm currently adding a simple file globber. Regards, Mikkel