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 PAA15899; Mon, 29 Dec 2003 15:27:47 +0100 (MET) X-Authentication-Warning: pauillac.inria.fr: majordomo set sender to owner-caml-list@pauillac.inria.fr using -f Received: from nez-perce.inria.fr (nez-perce.inria.fr [192.93.2.78]) by pauillac.inria.fr (8.7.6/8.7.3) with ESMTP id PAA16698 for ; Mon, 29 Dec 2003 15:27:46 +0100 (MET) Received: from aomori.annexia.org (annexia.force9.co.uk [212.56.101.183]) by nez-perce.inria.fr (8.11.1/8.11.1) with ESMTP id hBTERjv14865 for ; Mon, 29 Dec 2003 15:27:45 +0100 (MET) Received: from rich by aomori.annexia.org with local (Exim 3.36 #1 (Debian)) id 1AayMw-0004XO-00 for ; Mon, 29 Dec 2003 14:27:42 +0000 Date: Mon, 29 Dec 2003 14:27:42 +0000 To: caml-list@inria.fr Subject: [Caml-list] ANNOUNCE: mod_caml 1.0.5 released Message-ID: <20031229142742.GA17299@redhat.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.5.4i From: Richard Jones X-Loop: caml-list@inria.fr X-Spam: no; 0.00; dbi:99 bug:01 caml-:01 api:01 templating:01 2.0.:01 dbi:99 freshmeat:01 vectors:01 hashes:01 funcs:01 allocator:01 ltd:98 bindings:01 ocaml:01 Sender: owner-caml-list@pauillac.inria.fr Precedence: bulk Some new features in this version include: * Interface to sendmail from CGI scripts. * Session ID generator. * DBI layer supports precommit / postrollback handlers. * Mailing list manager and SSI breadcrumbs trail examples. * Numerous bug fixes. * Debian packages (not yet up - ask me if you want these). Because savannah is still partially down, I've put this version here: http://www.annexia.org/tmp/mod_caml-1.0.5.tar.gz (approx. 73K) ---------------------------------------------------------------------- http://www.merjis.com/developers/mod_caml/ What is mod_caml? 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). * Works with Apache 1.3 and Apache 2.0. * DBI library for simple database access. * DBI library can use Perl DBDs (database drivers) [requires Perl4Caml >= 0.3.6] Rich. -- Richard Jones. http://www.annexia.org/ http://freshmeat.net/users/rwmj Merjis Ltd. http://www.merjis.com/ - improving website return on investment C2LIB is a library of basic Perl/STL-like types for C. Vectors, hashes, trees, string funcs, pool allocator: http://www.annexia.org/freeware/c2lib/ ------------------- 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