From mboxrd@z Thu Jan 1 00:00:00 1970 Received: (from majordomo@localhost) by pauillac.inria.fr (8.7.6/8.7.3) id PAA17822; Wed, 28 Aug 2002 15:01:34 +0200 (MET DST) Received: from nez-perce.inria.fr (nez-perce.inria.fr [192.93.2.78]) by pauillac.inria.fr (8.7.6/8.7.3) with ESMTP id PAA17743 for ; Wed, 28 Aug 2002 15:01:33 +0200 (MET DST) From: Bruno.Verlyck@inria.fr Received: from waco.inria.fr (waco.inria.fr [128.93.25.2]) by nez-perce.inria.fr (8.11.1/8.11.1) with ESMTP id g7SD1W508798 for ; Wed, 28 Aug 2002 15:01:32 +0200 (MET DST) Received: (from verlyck@localhost) by waco.inria.fr (8.11.1/8.11.1) id g7SD1Wn19894; Wed, 28 Aug 2002 15:01:32 +0200 Date: Wed, 28 Aug 2002 15:01:32 +0200 Message-Id: <200208281301.g7SD1Wn19894@waco.inria.fr> X-Authentication-Warning: waco.inria.fr: verlyck set sender to Bruno.Verlyck@inria.fr using -f To: caml-announce@inria.fr Subject: [Caml-list] Cash 0.20 Mime-Version: 1.0 (generated by tm-edit 7.106) Content-Type: text/plain; charset=US-ASCII Sender: owner-caml-list@pauillac.inria.fr Precedence: bulk I'm pleased to announce a new release of Cash, the Caml Shell. * Release 0.20 What's new: - Cash now compiles on Cygwin and OS with no support for dynamic linking by Objective Caml; - A complete tty/pty interface, covering Posix, SYSV and BSD; - An emulation of string channels; - Unbuffered I/O is fully working with Ocaml 3.05; - Some bugs have been fixed, some examples added (in examples/). Also added: - write_string and its cousins; - fork_with_pipe_plus (complex connections in pipes); - call_with_input_file, call_with_output_file, call_with_fdes_fn (Scheme compatibility); - run_with_out_channel, run_with_outchan_plus_proc, and run_with_chan_plus_proc becomes run_with_inchan_plus_proc. For more information, see: http://pauillac.inria.fr/cash/ Download the most recently distributed source: ftp://ftp.inria.fr/INRIA/Projects/cristal/cash/cash.tar.gz Stay in sync with latest development / bug fixes (CVS archive): http://camlcvs.inria.fr/cgi-bin/cvsweb.cgi/cash/ Documentation: http://pauillac.inria.fr/cash/latest/doc/doc.dvi http://pauillac.inria.fr/cash/latest/doc/doc.ps http://pauillac.inria.fr/cash/latest/doc/index.html * What is Cash ? Cash is a Caml implementation of (an as large as possible subset of) the API of Scsh (0.5.3), the Scheme Shell by Olin Shivers. It's designed for writing standalone Unix programs and shell scripts (but rather *not* for interactive command use). It spans a wide range of application, from "script" applications usually handled with perl or sh, to more standard systems applications usually written in C. * Bugs Bug reports, comments, doc typos, and contributions are very welcome: drop me a mail at Bruno.Verlyck@inria.fr. Have fun, Bruno. ------------------- 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