From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mail1-relais-roc.national.inria.fr (mail1-relais-roc.national.inria.fr [192.134.164.82]) by sympa.inria.fr (Postfix) with ESMTPS id E44E87ED26 for ; Thu, 14 Jun 2012 22:26:40 +0200 (CEST) X-IronPort-Anti-Spam-Filtered: true X-IronPort-Anti-Spam-Result: AlcCAAtI2k9QDPKBjmdsb2JhbAArGqUdAY8dgSUBAQEBCQsJCRIFJIQJiG8HKZgpjxCSJ44ogxsDlSGBEoRCD4x5 X-IronPort-AV: E=Sophos;i="4.75,773,1330902000"; d="scan'208";a="162957854" Received: from smtp07.smtpout.orange.fr (HELO smtp.smtpout.orange.fr) ([80.12.242.129]) by mail1-smtp-roc.national.inria.fr with ESMTP; 14 Jun 2012 22:26:40 +0200 Received: from atto.home ([46.126.108.145]) by mwinf5d66 with ME id NLSf1j00A38FQ1q03LSfKk; Thu, 14 Jun 2012 22:26:40 +0200 Received: from [192.168.1.119] (helo=gallu.homelinux.com) by atto.home with smtp (Exim 4.72) (envelope-from ) id 1SfGco-0001no-IK for caml-list@inria.fr; Thu, 14 Jun 2012 22:26:39 +0200 Message-Id: Received: by gallu.homelinux.com (sSMTP sendmail emulation); Thu, 14 Jun 2012 20:26:38 +0000 Date: Thu, 14 Jun 2012 20:26:38 +0000 From: Sylvain Le Gall To: caml-list@inria.fr Subject: [Caml-list] [ANN] ocaml-expect v0.0.3: Expect-like framework Update with oasis v0.3.0~rc6. Download: https://forge.ocamlcore.org/frs/download.php/894/ocaml-expect-0.0.3.tar.gz This is a simple implementation of `expect` to help building unitary testing of interactive program. It helps to receive question and send answers from an interactive process. You can match the question using a regular expression (Str). You can also use a timeout to ensure that the process answer in time. See the [Expect manual](http://expect.nist.gov/) for more information and example. Homepage: http://forge.ocamlcore.org/projects/ocaml-expect/ Get source code: $ darcs get http://darcs.ocamlcore.org/repos/ocaml-expect Browse source code: http://darcs.ocamlcore.org/cgi-bin/darcsweb.cgi?r=ocaml-expect;a=summary [Generated by 'OASIS announce']