caml-list - the Caml user's mailing list
 help / color / mirror / Atom feed
* [Caml-list] ANNOUNCE: mod_caml 1.2.0 released
@ 2004-08-04 10:19 Richard Jones
  0 siblings, 0 replies; only message in thread
From: Richard Jones @ 2004-08-04 10:19 UTC (permalink / raw)
  To: caml-list

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


^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2004-08-04 10:19 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2004-08-04 10:19 [Caml-list] ANNOUNCE: mod_caml 1.2.0 released Richard Jones

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).