From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Delivered-To: caml-list@yquem.inria.fr Received: from nez-perce.inria.fr (nez-perce.inria.fr [192.93.2.78]) by yquem.inria.fr (Postfix) with ESMTP id 138ADBC84 for ; Sun, 24 Apr 2005 22:20:59 +0200 (CEST) Received: from andromeda.da-nu.com (dsl081-055-221.sfo1.dsl.speakeasy.net [64.81.55.221]) by nez-perce.inria.fr (8.13.0/8.13.0) with ESMTP id j3OKKwOA027501 for ; Sun, 24 Apr 2005 22:20:58 +0200 Received: from andromeda.da-nu.com (localhost.localdomain [127.0.0.1]) by andromeda.da-nu.com (Postfix) with ESMTP id E4C341DC160 for ; Sun, 24 Apr 2005 13:20:56 -0700 (PDT) From: David Wake To: caml-list@yquem.inria.fr Subject: N-tiered web application in OCAML Message-Id: <20050424202056.E4C341DC160@andromeda.da-nu.com> Date: Sun, 24 Apr 2005 13:20:56 -0700 (PDT) X-Miltered: at nez-perce with ID 426BFFAA.000 by Joe's j-chkmail (http://j-chkmail.ensmp.fr)! X-Spam: no; 0.00; ocaml:01 ocaml:01 examples:07 writing:11 source:12 packages:12 such:13 particularly:13 david:14 david:14 applications:14 there:17 code:17 project:17 application:19 X-Spam-Checker-Version: SpamAssassin 3.0.2 (2004-11-16) on yquem.inria.fr X-Spam-Status: No, score=0.1 required=5.0 tests=FORGED_RCVD_HELO autolearn=disabled version=3.0.2 X-Spam-Level: Hi there, I am thinking of writing a N-tiered web application in OCAML. Is anyone aware of any OCAML packages that could help in such a project? I am particularly interested in: - application server software - source code examples of web applications in OCAML Thank you, David