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 mail3-relais-sop.national.inria.fr (mail3-relais-sop.national.inria.fr [192.134.164.104]) by sympa.inria.fr (Postfix) with ESMTPS id 919357ED9B for ; Mon, 19 May 2014 01:35:23 +0200 (CEST) Received-SPF: None (mail3-smtp-sop.national.inria.fr: no sender authenticity information available from domain of daniel.buenzli@erratique.ch) identity=pra; client-ip=74.55.86.74; receiver=mail3-smtp-sop.national.inria.fr; envelope-from="daniel.buenzli@erratique.ch"; x-sender="daniel.buenzli@erratique.ch"; x-conformance=sidf_compatible Received-SPF: None (mail3-smtp-sop.national.inria.fr: no sender authenticity information available from domain of daniel.buenzli@erratique.ch) identity=mailfrom; client-ip=74.55.86.74; receiver=mail3-smtp-sop.national.inria.fr; envelope-from="daniel.buenzli@erratique.ch"; x-sender="daniel.buenzli@erratique.ch"; x-conformance=sidf_compatible Received-SPF: None (mail3-smtp-sop.national.inria.fr: no sender authenticity information available from domain of postmaster@smtp.webfaction.com) identity=helo; client-ip=74.55.86.74; receiver=mail3-smtp-sop.national.inria.fr; envelope-from="daniel.buenzli@erratique.ch"; x-sender="postmaster@smtp.webfaction.com"; x-conformance=sidf_compatible X-IronPort-Anti-Spam-Filtered: true X-IronPort-Anti-Spam-Result: AnYBAHVDeVNKN1ZKlWdsb2JhbABZg1eCIIEhuWKIXw4BAQEBBw0JCRIqgi0CIIELAiYCKh8WARqIOQQJrQ6jIBeBKosthHU2gRUElnuEHIUWF490aw X-IPAS-Result: AnYBAHVDeVNKN1ZKlWdsb2JhbABZg1eCIIEhuWKIXw4BAQEBBw0JCRIqgi0CIIELAiYCKh8WARqIOQQJrQ6jIBeBKosthHU2gRUElnuEHIUWF490aw X-IronPort-AV: E=Sophos;i="4.98,864,1392159600"; d="scan'208";a="62476727" Received: from mail6.webfaction.com (HELO smtp.webfaction.com) ([74.55.86.74]) by mail3-smtp-sop.national.inria.fr with ESMTP; 19 May 2014 01:35:17 +0200 Received: from [172.20.10.2] (198-236.197-178.cust.bluewin.ch [178.197.236.198]) by smtp.webfaction.com (Postfix) with ESMTP id 3A546212A249; Sun, 18 May 2014 23:35:14 +0000 (UTC) Date: Mon, 19 May 2014 01:35:17 +0200 From: =?utf-8?Q?Daniel_B=C3=BCnzli?= To: Caml-list , opengl@lists.ocaml.org Message-ID: <3B3D852867D84685A6E6A0F5ED5E1040@erratique.ch> X-Mailer: sparrow 1.6.4 (build 1178) MIME-Version: 1.0 Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: quoted-printable Content-Disposition: inline Subject: [Caml-list] [ANN] Tsdl 0.8.0 Hello,=20=20 I=E2=80=99d like to announce the first release of Tsdl: Tsdl is an OCaml library providing thin bindings to the cross-platform SDL C library. Tsdl depends on the SDL 2.0.1 C library (or later) and ocaml-ctypes. Tsdl is distributed under the BSD3 license. Home page: http://erratique.ch/software/tsdl API documentation: http://erratique.ch/software/tsdl/doc/Tsdl It should be available in opam shortly. Part of this work was made undercover while I was visiting OCaml Labs last summer, many thanks to them for their support.=20=20 Best, Daniel P.S. On macosx we still have some kind of unresolved spinning bug [1] that = seem to be due to an interaction with libffi. It can be circumvented by using a compiler switch with this pa= tch [2] (basically remove the=20=20 -no_compact_unwind option and add -w to silence the huge pile of warnings t= hat ensue). [1] http://lists.ocaml.org/pipermail/ctypes/2014-February/000066.html [2] https://gist.github.com/dbuenzli/9050340