caml-list - the Caml user's mailing list
 help / color / mirror / Atom feed
* [Caml-list] mod_caml 0.5
@ 2003-08-16 10:45 Richard Jones
  2003-08-16 11:02 ` Michal Moskal
  2003-08-16 14:05 ` [Caml-list] " Richard Jones
  0 siblings, 2 replies; 6+ messages in thread
From: Richard Jones @ 2003-08-16 10:45 UTC (permalink / raw)
  To: caml-list


I'm pleased to announce the first working version of mod_caml, the
OCaml bindings for the full Apache 1.3 API.

You can now write CGI "scripts" in your favorite type-safe language,
and have them run inside the Apache webserver for maximum efficiency.

You can also write handlers for some stages of the Apache request
cycle (I will be completing this support in the next release).

Scripts and handlers have access to internal Apache structures such as
request_rec and internal Apache API calls.

This release works with unmodified OCaml 3.06, but probably won't
work with 3.07beta1. I'm releasing this mainly to get feedback about
compiling/installation issues, so please try it out.

http://www.annexia.org/tmp/mod_caml-0.5.tar.gz

Here is the README file:

----------------------------------------------------------------------
mod_caml
Copyright (C) 2003 Merjis Ltd. (http://www.merjis.com/)
$Id: README,v 1.6 2003/08/16 10:25:25 rich Exp $

For installation instructions, see INSTALL.

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.

mod_caml is distributed under the GNU Library General Public License
(see file COPYING.LIB for terms and conditions).

mod_caml was mainly written by Richard W.M. Jones
(rich@annexia.org). See file AUTHORS for other contributors.

To find out more about OCaml, see the main site at
http://www.ocaml.org . The author has also written a tutorial at
http://merjis.com/richj/computers/ocaml/tutorial/
----------------------------------------------------------------------

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.
"I wish more software used text based configuration files!"
 -- A Windows NT user, quoted on Slashdot.

-------------------
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] 6+ messages in thread

end of thread, other threads:[~2003-08-16 19:59 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2003-08-16 10:45 [Caml-list] mod_caml 0.5 Richard Jones
2003-08-16 11:02 ` Michal Moskal
2003-08-16 11:10   ` Richard Jones
2003-08-16 19:54     ` [Caml-list] " Alan Post
2003-08-16 14:05 ` [Caml-list] " Richard Jones
2003-08-16 19:55   ` Alexander V. Voinov

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).