From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: X-Original-To: caml-list@sympa.inria.fr Delivered-To: caml-list@sympa.inria.fr Received: from mail1-relais-roc.national.inria.fr (mail1-relais-roc.national.inria.fr [192.134.164.82]) by sympa.inria.fr (Postfix) with ESMTPS id 0A7F67EDE3 for ; Mon, 15 Oct 2012 22:30:00 +0200 (CEST) Received-SPF: None (mail1-smtp-roc.national.inria.fr: no sender authenticity information available from domain of andreas@arirux.de) identity=pra; client-ip=80.91.229.3; receiver=mail1-smtp-roc.national.inria.fr; envelope-from="gclci-caml-list@m.gmane.org"; x-sender="andreas@arirux.de"; x-conformance=sidf_compatible Received-SPF: Pass (mail1-smtp-roc.national.inria.fr: domain of gclci-caml-list@m.gmane.org designates 80.91.229.3 as permitted sender) identity=mailfrom; client-ip=80.91.229.3; receiver=mail1-smtp-roc.national.inria.fr; envelope-from="gclci-caml-list@m.gmane.org"; x-sender="gclci-caml-list@m.gmane.org"; x-conformance=sidf_compatible; x-record-type="v=spf1" Received-SPF: Pass (mail1-smtp-roc.national.inria.fr: domain of postmaster@plane.gmane.org designates 80.91.229.3 as permitted sender) identity=helo; client-ip=80.91.229.3; receiver=mail1-smtp-roc.national.inria.fr; envelope-from="gclci-caml-list@m.gmane.org"; x-sender="postmaster@plane.gmane.org"; x-conformance=sidf_compatible; x-record-type="v=spf1" X-IronPort-Anti-Spam-Filtered: true X-IronPort-Anti-Spam-Result: ArEOAGJxfFBQW+UDgWdsb2JhbABFhUuGG7QgIwEBFiYnMgEBBAEBgUwBARgBAQQBOkQLCxguECwbGYd+Cr0ai1kagwJIglkDjgKaeg+BYQ X-IronPort-AV: E=Sophos;i="4.80,590,1344204000"; d="scan'208";a="177339883" Received: from plane.gmane.org ([80.91.229.3]) by mail1-smtp-roc.national.inria.fr with ESMTP/TLS/AES256-SHA; 15 Oct 2012 22:29:59 +0200 Received: from list by plane.gmane.org with local (Exim 4.69) (envelope-from ) id 1TNrIa-0001BQ-O6 for caml-list@inria.fr; Mon, 15 Oct 2012 22:30:04 +0200 Received: from dslb-178-003-215-017.pools.arcor-ip.net ([178.3.215.17]) by main.gmane.org with esmtp (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Mon, 15 Oct 2012 22:30:04 +0200 Received: from andreas by dslb-178-003-215-017.pools.arcor-ip.net with local (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Mon, 15 Oct 2012 22:30:04 +0200 X-Injected-Via-Gmane: http://gmane.org/ To: caml-list@inria.fr From: Andreas Date: Mon, 15 Oct 2012 22:27:46 +0200 Organization: - Message-ID: References: <507BEEE5.4070008@inria.fr> Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit X-Complaints-To: usenet@ger.gmane.org X-Gmane-NNTP-Posting-Host: dslb-178-003-215-017.pools.arcor-ip.net X-Archive: encrypt Subject: [Caml-list] Re: [ANN] Godi for Windows On Mon, 15 Oct 2012 13:09:25 +0200 Romain Bardou wrote: > Hello, > > The e-mail address at the end of the page ... > failure notice : > Sorry, I couldn't find any host named ml.ignorelist.com. (#5.1.2) I've replaced the host now. > Any plan on supporting OCamlSDL? This summer I wanted to teach OCaml > to a friend by having him program video games (for motivation's sake) > but I was not able to compile it. Ok, I've added (totally untested) packages for sdl and ocamlsdl (the build scripts of ocamlSDL indeed didn't work on windows/mingw). But perhaps you need additional features (opengl support,mixer,...). cu, andreas