caml-list - the Caml user's mailing list
 help / color / mirror / Atom feed
From: Richard Jones <rich@annexia.org>
To: caml-list@inria.fr
Subject: [Caml-list] mod_caml 0.5
Date: Sat, 16 Aug 2003 11:45:04 +0100	[thread overview]
Message-ID: <20030816104504.GA21132@redhat.com> (raw)


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


             reply	other threads:[~2003-08-16 10:45 UTC|newest]

Thread overview: 6+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2003-08-16 10:45 Richard Jones [this message]
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

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=20030816104504.GA21132@redhat.com \
    --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;
as well as URLs for NNTP newsgroup(s).