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 MAA01803; Wed, 4 Aug 2004 12:19:56 +0200 (MET DST) X-Authentication-Warning: pauillac.inria.fr: majordomo set sender to owner-caml-list@pauillac.inria.fr using -f Received: from concorde.inria.fr (concorde.inria.fr [192.93.2.39]) by pauillac.inria.fr (8.7.6/8.7.3) with ESMTP id MAA02589 for ; Wed, 4 Aug 2004 12:19:55 +0200 (MET DST) Received: from annexia.force9.co.uk (annexia.force9.co.uk [212.56.101.183]) by concorde.inria.fr (8.12.10/8.12.10) with ESMTP id i74AJsRM007891 for ; Wed, 4 Aug 2004 12:19:54 +0200 Received: from rich by annexia.force9.co.uk with local (Exim 3.36 #1 (Debian)) id 1BsIsD-00023r-00 for ; Wed, 04 Aug 2004 11:19:53 +0100 Date: Wed, 4 Aug 2004 11:19:53 +0100 To: caml-list@inria.fr Subject: [Caml-list] ANNOUNCE: mod_caml 1.2.0 released Message-ID: <20040804101953.GB7557@annexia.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.5.5.1+cvs20040105i From: Richard Jones X-Miltered: at concorde with ID 4110B84A.001 by Joe's j-chkmail (http://j-chkmail.ensmp.fr)! X-Loop: caml-list@inria.fr X-Spam: no; 0.00; api:01 api:01 dbi:99 functorized:01 caml-list:01 dbi:99 usr:01 3.07:01 postgres:01 postgres:01 usr:01 3.07:01 type-safe:01 ltd:98 linked:01 Sender: owner-caml-list@pauillac.inria.fr Precedence: bulk mod_caml is a set of Objective CAML (OCaml) bindings for the Apache API. It allows you to run CGI "scripts" written in OCaml directly inside the Apache webserver. It also gives you a fairly complete set of bindings to the Apache API and Apache request cycle. http://www.merjis.com/developers/mod_caml/ http://savannah.nongnu.org/download/modcaml/ http://www.merjis.com/developers/mod_caml/html/index.html Main change in release 1.2.0: * This version should be completely independent of OCamlDBI[1]. To achieve this, the DBI pooling code has been "functorized" (see previous discussion on caml-list). You will now need to load DBI modules explicitly, since they are no longer linked into mod_caml.so. For example, if you were using PostgreSQL, you'd add the following lines to your Apache conf: CamlLoad /usr/lib/ocaml/3.07/postgres/postgres.cma CamlLoad /usr/lib/ocaml/3.07/dbi/dbi.cma CamlLoad /usr/lib/ocaml/3.07/dbi/dbi_postgres.cmo Rich. [1] Note that although this release is independent of OCamlDBI, if you _do_ want to use OCamlDBI in conjunction with this release, then you must use version >= 0.9.8. -- Richard Jones. http://www.annexia.org/ http://www.j-london.com/ Merjis Ltd. http://www.merjis.com/ - improving website return on investment Perl4Caml lets you use any Perl library in your type-safe Objective CAML programs. http://www.merjis.com/developers/perl4caml/ ------------------- 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