From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mail1-relais-roc.national.inria.fr (mail1-relais-roc.national.inria.fr [192.134.164.82]) by yquem.inria.fr (Postfix) with ESMTP id 0CF75BBAF for ; Tue, 2 Feb 2010 18:33:42 +0100 (CET) X-IronPort-Anti-Spam-Filtered: true X-IronPort-Anti-Spam-Result: Al0DANfwZ0uGnQCBgGdsb2JhbACBM5oLAQELCwoFFQO9a4RFBA X-IronPort-AV: E=Sophos;i="4.49,391,1262559600"; d="scan'208";a="50797141" Received: from shiva.jussieu.fr ([134.157.0.129]) by mail1-smtp-roc.national.inria.fr with ESMTP/TLS/DHE-RSA-AES256-SHA; 02 Feb 2010 18:33:41 +0100 Received: from hydrogene.pps.jussieu.fr (hydrogene.pps.jussieu.fr [134.157.168.1]) by shiva.jussieu.fr (8.14.3/jtpda-5.4) with ESMTP id o12HXe40024779 ; Tue, 2 Feb 2010 18:33:41 +0100 (CET) X-Ids:166 Received: from magnesium.localnet (balat@magnesium.pps.jussieu.fr [134.157.168.12]) by hydrogene.pps.jussieu.fr (8.13.4/jtpda-5.4) with ESMTP id o12HXdZA022926 ; Tue, 2 Feb 2010 18:33:39 +0100 From: Vincent Balat Organization: Laboratoire PPS - CNRS - =?utf-8?q?Universit=C3=A9_Paris?= Diderot To: caml-list@yquem.inria.fr Subject: [ANNOUNCE] New releases of Ocsigen server, Eliom and O'Browser Date: Tue, 2 Feb 2010 18:28:42 +0100 User-Agent: KMail/1.12.4 (Linux/2.6.31-1-amd64; KDE/4.3.4; x86_64; ; ) MIME-Version: 1.0 Content-Type: Text/Plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Message-Id: <201002021828.42935.vincent.balat@pps.jussieu.fr> X-Virus-Scanned: ClamAV 0.94.2/10350/Tue Feb 2 12:43:06 2010 on shiva.jussieu.fr X-Virus-Status: Clean X-Miltered: at jchkmail2.jussieu.fr with ID 4B6861F4.007 by Joe's j-chkmail (http : // j-chkmail dot ensmp dot fr)! X-j-chkmail-Enveloppe: 4B6861F4.007/134.157.168.1/hydrogene.pps.jussieu.fr/hydrogene.pps.jussieu.fr/ X-Spam: no; 0.00; ocaml:01 ocaml:01 statically:01 bytecode:01 compiler:01 implements:01 ocaml's:01 javascript:98 threads:01 pps:01 jussieu:01 graphics:02 interaction:02 module:03 programming:03 New releases are available for some of our software: - Ocsigen server version 1.3.0 - Eliom version 1.3.0 - O'Browser version 1.1 You can download them from http://ocsigen.org . Packages should be available soon in distributions. * Ocsigen server is a full featured Web server written in OCaml with the Lwt cooperative threads library. It is easy to write your own extensions to the server in OCaml if you need some extra features or if you want to develop your own Web programming module. * Eliom is a Web application programming framework in OCaml. It uses high level concepts to program complex Web applications easily. Eliom allows to check the validity of html pages statically, and proposes high level management of sessions and Web interaction. It also solves lots of security problems for you. * O'Browser is a virtual machine for OCaml written in Javascript. This allows to run OCaml programs, compiled with the usual bytecode compiler, inside a Web browser, without any plugin. It implements most of OCaml's standard library (even Thread and Graphics!) and allows to interact with the Web page and the browser. You can use it without Eliom and Ocsigen server. With version 1.3.0, Ocsigen server and Eliom reached a good maturity level. We are now working on very exciting features for version 2.0, that will mainly concern client side programming using Eliom. All our software is open source. Vincent Balat [for the Ocsigen team]