From mboxrd@z Thu Jan 1 00:00:00 1970 Received: (from weis@localhost) by pauillac.inria.fr (8.7.6/8.7.3) id UAA02330 for caml-redistribution; Mon, 25 Jan 1999 20:18:12 +0100 (MET) Received: from nez-perce.inria.fr (nez-perce.inria.fr [192.93.2.78]) by pauillac.inria.fr (8.7.6/8.7.3) with ESMTP id OAA21175 for ; Mon, 25 Jan 1999 14:46:17 +0100 (MET) Received: from buffalo.ens-lyon.fr (buffalo.ens-lyon.fr [140.77.1.8]) by nez-perce.inria.fr (8.8.7/8.8.7) with ESMTP id OAA24975 for ; Mon, 25 Jan 1999 14:46:16 +0100 (MET) Received: from vaise.ens-lyon.fr (vaise [140.77.191.110]) by buffalo.ens-lyon.fr (8.9.1a/8.9.1) with ESMTP id OAA23853 for ; Mon, 25 Jan 1999 14:46:15 +0100 (MET) From: Pascal Cuoq Received: (from pcuoq@localhost) by vaise.ens-lyon.fr (8.9.1a/8.9.1) id OAA23186 for caml-list@inria.fr; Mon, 25 Jan 1999 14:46:14 +0100 (MET) Message-Id: <199901251346.OAA23186@vaise.ens-lyon.fr> Subject: mlgtk To: caml-list@inria.fr Date: Mon, 25 Jan 1999 14:46:12 +0100 (MET) X-Mailer: ELM [version 2.4 PL25] MIME-Version: 1.0 Content-Type: text/plain; charset=iso-8859-1 Content-Transfer-Encoding: 8bit Content-Transfer-Encoding: 8bit Sender: weis Mlgtk provides bindings between Gtk (the GIMP ToolKit, see http://www.gtk.org for info) and Ocaml (if you read this list you don't need a link). David Monniaux started the project sometime in 1997 (at a time when the Gtk interface was still changing daily in incompatibles ways). Although mlgtk is not quite complete, I think it is time for "going public", at least to avoid any more "what's up with mlgtk? are they dead?" kind of messages in this list. So (Miles Egan, this is for you!) if you have time to waste, you can download it, test it, propose patches, tutorials and other improvements for the real public announcement of mlgtk which should occur within a couple of weeks. In particular, something which could afford to be more polished is ease-of-installation. But try it out (configure is for wimps anyway)! A snapshot is always present there: http://www.eleves.ens.fr:8080/~monniaux/download/mlgtk.tar.gz but I can't tell you how up-to-date it tends to be, as I don't use it. You can also use this link: http://pauillac.inria.fr/~cuoq/mlgtk_snapshot/ which point right into my version of the CVS tree. Pascal