From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from nez-perce.inria.fr (nez-perce.inria.fr [192.93.2.78]) by yquem.inria.fr (Postfix) with ESMTP id E3692BC40 for ; Thu, 28 Oct 2004 17:55:13 +0200 (CEST) Received: from pauillac.inria.fr (pauillac.inria.fr [128.93.11.35]) by nez-perce.inria.fr (8.13.0/8.13.0) with ESMTP id i9SFtD3N027419 for ; Thu, 28 Oct 2004 17:55:13 +0200 Received: from concorde.inria.fr (concorde.inria.fr [192.93.2.39]) by pauillac.inria.fr (8.7.6/8.7.3) with ESMTP id RAA30004 for ; Thu, 28 Oct 2004 17:55:13 +0200 (MET DST) Received: from publilogics.com (pouic.publilogics.com [213.186.50.35]) by concorde.inria.fr (8.13.0/8.13.0) with SMTP id i9SFtCWd011097 for ; Thu, 28 Oct 2004 17:55:13 +0200 Received: (qmail 31987 invoked from network); 28 Oct 2004 15:55:11 -0000 Received: from unknown (HELO PWARP) ([61.213.94.147]) (envelope-sender ) by pouic.publilogics.com (qmail-ldap-1.03) with SMTP for ; 28 Oct 2004 15:55:11 -0000 Message-ID: <001401c4bd06$6ccdda20$0b05a8c0@PWARP> From: "Nicolas Cannasse" To: Subject: SwfLib Release Date: Fri, 29 Oct 2004 00:54:34 +0900 MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit X-Priority: 3 X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook Express 6.00.2800.1437 X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2800.1441 X-Miltered: at nez-perce with ID 41811661.000 by Joe's j-chkmail (http://j-chkmail.ensmp.fr)! X-Miltered: at concorde with ID 41811660.001 by Joe's j-chkmail (http://j-chkmail.ensmp.fr)! X-Spam: no; 0.00; cannasse:01 warplayer:01 ocaml:01 parsing:01 bitmaps:01 stack:01 bytecode:01 binary:01 gpl:01 cvs:01 cvs:01 motion-twin:01 ocaml:01 cannasse:01 motion-twin:01 X-Spam-Checker-Version: SpamAssassin 3.0.0 (2004-09-13) on yquem.inria.fr X-Spam-Status: No, score=0.0 required=5.0 tests=none autolearn=disabled version=3.0.0 X-Spam-Level: Hi list, I'm please to announce the first release of SwfLib, a pure OCaml library for parsing, manipulating, and writing SWF content. SWF is the file format used by Macromedia Flash Player and available on most users browsers. It contains a vector draw engine with bitmaps support and have a simple stack based virtual machine for a dynamic OO scripting language called ActionScript. SwfLib can both produce the graphics and the bytecode needed to build a SWF binary file. SWFLib source code is released under GPL, and is currently only available on CVS using the following CVSROOT : cvs -d :pserver:anonymous@cvs.motion-twin.com:/cvsroot co ocaml/swflib With empty password. Regards, Nicolas Cannasse www.motion-twin.com