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=AWL autolearn=disabled version=3.1.3 Received: from concorde.inria.fr (concorde.inria.fr [192.93.2.39]) by yquem.inria.fr (Postfix) with ESMTP id 0EEEEBC69 for ; Sat, 24 Feb 2007 19:58:41 +0100 (CET) Received: from furbychan.cocan.org (furbychan.cocan.org [80.68.91.176]) by concorde.inria.fr (8.13.6/8.13.6) with ESMTP id l1OIwdiv000879 (version=TLSv1/SSLv3 cipher=EDH-RSA-DES-CBC3-SHA bits=168 verify=NO) for ; Sat, 24 Feb 2007 19:58:40 +0100 Received: from rich by furbychan.cocan.org with local (Exim 3.35 #1 (Debian)) id 1HL26Q-0001WJ-00; Sat, 24 Feb 2007 18:58:38 +0000 Date: Sat, 24 Feb 2007 18:58:38 +0000 To: caml-list@inria.fr, pgsql-interfaces@postgresql.org Subject: ANNOUNCE: PG'OCaml (PostgreSQL syntax extension for OCaml) 0.7 released Message-ID: <20070224185838.GA2829@furbychan.cocan.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.5.9i From: Richard Jones X-Miltered: at concorde with ID 45E08ADF.000 by Joe's j-chkmail (http://j-chkmail . ensmp . fr)! X-Spam: no; 0.00; syntax:01 ocaml:01 syntax:01 ocaml:01 type-safe:01 lgpl:01 exception:01 supported:01 linking:02 types:03 gnu:03 profiling:04 extension:05 extension:05 0.5:94 I'm pleased to announce the release of PG'OCaml 0.7. PG'OCaml is a syntax extension to OCaml which allows you to issue PostgreSQL commands in a type-safe manner from within OCaml code. You can find out a bit more here: http://merjis.com/developers/pgocaml This code is released under the GNU LGPL + OCaml linking exception. Changes since 0.5: * Comprehensive support for profiling statements and analysing the results. * Gabriel de Perthuis - fixes for OMakefile support. * Don't crash if we get notice messages from the server. * More types supported. * pa_pgsql syntax can connect to multiple databases. Rich. -- Richard Jones Red Hat UK Limited