From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mail4-relais-sop.national.inria.fr (mail4-relais-sop.national.inria.fr [192.134.164.105]) by sympa.inria.fr (Postfix) with ESMTPS id 8EE927ED7A for ; Tue, 25 Sep 2012 04:57:08 +0200 (CEST) Received-SPF: None (mail4-smtp-sop.national.inria.fr: no sender authenticity information available from domain of jeffsco@psellos.com) identity=pra; client-ip=174.121.218.178; receiver=mail4-smtp-sop.national.inria.fr; envelope-from="jeffsco@psellos.com"; x-sender="jeffsco@psellos.com"; x-conformance=sidf_compatible Received-SPF: None (mail4-smtp-sop.national.inria.fr: no sender authenticity information available from domain of jeffsco@psellos.com) identity=mailfrom; client-ip=174.121.218.178; receiver=mail4-smtp-sop.national.inria.fr; envelope-from="jeffsco@psellos.com"; x-sender="jeffsco@psellos.com"; x-conformance=sidf_compatible Received-SPF: None (mail4-smtp-sop.national.inria.fr: no sender authenticity information available from domain of postmaster@pse.psellos.com) identity=helo; client-ip=174.121.218.178; receiver=mail4-smtp-sop.national.inria.fr; envelope-from="jeffsco@psellos.com"; x-sender="postmaster@pse.psellos.com"; x-conformance=sidf_compatible X-IronPort-Anti-Spam-Filtered: true X-IronPort-Anti-Spam-Result: AvwEAKwcYVCuedqy/2dsb2JhbABFvmaBCIJhP4E+iBgLuTqQfWADiFaOJIRMhTuFB4MH X-IronPort-AV: E=Sophos;i="4.80,478,1344204000"; d="scan'208";a="156795668" Received: from pse.psellos.com ([174.121.218.178]) by mail4-smtp-sop.national.inria.fr with ESMTP/TLS/DHE-RSA-AES256-SHA; 25 Sep 2012 04:57:07 +0200 Received: from [192.168.0.23] (71-212-59-24.tukw.qwest.net [71.212.59.24]) (authenticated bits=0) by pse.psellos.com (8.13.8/8.13.8) with ESMTP id q8P2uwwG030089 (version=TLSv1/SSLv3 cipher=AES128-SHA bits=128 verify=NO); Mon, 24 Sep 2012 21:57:04 -0500 Content-Transfer-Encoding: 7bit From: Jeffrey Scofield Content-Type: text/plain; charset=us-ascii Message-Id: Date: Mon, 24 Sep 2012 19:56:58 -0700 Cc: Jeffrey Scofield To: Caml List Mime-Version: 1.0 (Apple Message framework v1280) X-Mailer: Apple Mail (2.1280) X-Validation-by: jeffsco@psellos.com Subject: [Caml-list] OCaml 4.00.0 for iOS Simulator is released Greetings OCamlers, I just released a version of OCaml 4.00.0 that creates apps that run in the iOS Simulator. I call it OCamlXSim for short. You can download a binary release, or get instructions for bulding from sources: http://psellos.com/ocaml/compile-to-iossim.html After you've gotten your app working in the simulator, you can compile it for iOS and release it in the iOS App Store: http://psellos.com/ocaml/compile-to-iphone.html I also have a page of OCaml-on-iOS resources: http://psellos.com/ocaml/ It's quite a bit easier to make OCaml work for the iOS Simulator than for iOS because the i386 code generator works with no changes. The main trick is convincing ocamlopt to be a cross compiler. If you're interested in trying OCaml on iOS, starting with the simulator is great because you don't need a device, and you don't need to register as an iOS developer with Apple. My next project will be to work on an armv6 version of the OCaml-to-iOS compiler (which I call OCamlXARM). I'm very happy to hear from anybody interested in this project (or any similar ones). Jeffrey