From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.1.3 (2006-06-01) on yquem.inria.fr X-Spam-Level: X-Spam-Status: No, score=0.0 required=5.0 tests=none autolearn=disabled version=3.1.3 X-Original-To: caml-list@yquem.inria.fr Delivered-To: caml-list@yquem.inria.fr Received: from discorde.inria.fr (discorde.inria.fr [192.93.2.38]) by yquem.inria.fr (Postfix) with ESMTP id 18E8FBC0A for ; Tue, 19 Dec 2006 23:19:34 +0100 (CET) Received: from smeltpunt.science.ru.nl (smeltpunt.science.ru.nl [131.174.16.145]) by discorde.inria.fr (8.13.6/8.13.6) with ESMTP id kBJMJX0t024543 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=FAIL) for ; Tue, 19 Dec 2006 23:19:33 +0100 Received: from tandem.cs.ru.nl [131.174.142.18] (helo=tandem.cs.ru.nl) by smeltpunt.science.ru.nl (8.13.7/5.10) with ESMTP id kBJMJWgi027449 for ; Tue, 19 Dec 2006 23:19:32 +0100 (MET) Received: from tews by tandem.cs.ru.nl with local (Exim 4.63) (envelope-from ) id 1GwnJ6-0002F6-LI for caml-list@inria.fr; Tue, 19 Dec 2006 23:19:32 +0100 MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Message-ID: <17800.25972.626611.33657@tandem.cs.ru.nl> Date: Tue, 19 Dec 2006 23:19:32 +0100 To: caml-list@inria.fr Subject: [Announce] Memcheck: runtime type checking X-Mailer: VM 7.19 under Emacs 21.4.1 From: Hendrik Tews X-Scanned-By: MIMEDefang 2.56 on 131.174.16.145 X-Miltered: at discorde with ID 45886575.000 by Joe's j-chkmail (http://j-chkmail . ensmp . fr)! X-Spam: no; 0.00; runtime:01 hendrik:01 tews:01 tews:01 runtime:01 ocaml:01 hendrik:01 gpl:01 marshal:01 pps:01 jussieu:01 checking:02 checking:02 megabytes:02 module:03 Dear all, it is my pleasure to announce Memcheck, a module for runtime type checking in Ocaml Memcheck is very similar to SafeUnmarshal[1] but without a few of SafeUnmarshal's limitations. In particular, with Memcheck it only takes seconds to check a few megabytes instead of hours as with SafeUnmarshal. For download / more info go to http://www.cs.ru.nl/~tews/memcheck/ License: GPL Bye, Hendrik Tews [1] http://www.pps.jussieu.fr/~henry/marshal/