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 PAA12451; Wed, 8 Oct 2003 15:23:11 +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 PAA10921 for ; Wed, 8 Oct 2003 15:23:10 +0200 (MET DST) Received: from aomori.annexia.org (annexia.force9.co.uk [212.56.101.183]) by concorde.inria.fr (8.11.1/8.11.1) with ESMTP id h98DN9112602 for ; Wed, 8 Oct 2003 15:23:09 +0200 (MET DST) Received: from rich by aomori.annexia.org with local (Exim 3.36 #1 (Debian)) id 1A7EHU-0004Ec-00 for ; Wed, 08 Oct 2003 14:23:08 +0100 Date: Wed, 8 Oct 2003 14:23:08 +0100 Cc: caml-list@inria.fr Subject: [Caml-list] ANNOUNCE: mod_caml 0.9.3 released Message-ID: <20031008132308.GA16202@redhat.com> References: <3F80AFDE.6030207@socialtools.net> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <3F80AFDE.6030207@socialtools.net> User-Agent: Mutt/1.5.4i From: Richard Jones X-Loop: caml-list@inria.fr X-Spam: no; 0.00; api:01 templating:01 dbi:99 dbi:99 freshmeat:01 ltd:98 bindings:01 ocaml:01 ocaml:01 caml:01 caml:01 modules:02 business:96 bind:03 library:03 Sender: owner-caml-list@pauillac.inria.fr Precedence: bulk I'm pleased to announce the release of mod_caml 0.9.3. 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. However, it is much much more than just that: * Bind to any part of the Apache request cycle. * Read and modify internal Apache structures. * Share modules of code between handlers and scripts. * CGI library and templating system (allows separation of code and presentation). * DBI library for simple database access. The website has downloads and a manual: http://www.merjis.com/developers/mod_caml/ https://savannah.nongnu.org/files/?group=modcaml Changes: * I've checked this version works with OCaml 3.07. * Some integration with Ben Geer's CamlTemplate. * Further enhancements to the comments example. * DBI layer (can also be used separately). Rich. -- Richard Jones. http://www.annexia.org/ http://freshmeat.net/users/rwmj Merjis Ltd. http://www.merjis.com/ - all your business data are belong to you. "My karma ran over your dogma" ------------------- 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