From: Richard Jones <rich@annexia.org>
To: caml-list@inria.fr
Subject: [Caml-list] ANNOUNCE: mod_caml 1.2.0 released
Date: Wed, 4 Aug 2004 11:19:53 +0100 [thread overview]
Message-ID: <20040804101953.GB7557@annexia.org> (raw)
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
reply other threads:[~2004-08-04 10:19 UTC|newest]
Thread overview: [no followups] expand[flat|nested] mbox.gz Atom feed
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=20040804101953.GB7557@annexia.org \
--to=rich@annexia.org \
--cc=caml-list@inria.fr \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox