From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: 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 D72D07EE4C for ; Thu, 3 Oct 2013 13:43:40 +0200 (CEST) Received-SPF: None (mail3-smtp-sop.national.inria.fr: no sender authenticity information available from domain of ygrek@autistici.org) identity=pra; client-ip=178.255.144.35; receiver=mail3-smtp-sop.national.inria.fr; envelope-from="ygrek@autistici.org"; x-sender="ygrek@autistici.org"; x-conformance=sidf_compatible Received-SPF: Pass (mail3-smtp-sop.national.inria.fr: domain of ygrek@autistici.org designates 178.255.144.35 as permitted sender) identity=mailfrom; client-ip=178.255.144.35; receiver=mail3-smtp-sop.national.inria.fr; envelope-from="ygrek@autistici.org"; x-sender="ygrek@autistici.org"; x-conformance=sidf_compatible; x-record-type="v=spf1" Received-SPF: Pass (mail3-smtp-sop.national.inria.fr: domain of postmaster@contumacia.investici.org designates 178.255.144.35 as permitted sender) identity=helo; client-ip=178.255.144.35; receiver=mail3-smtp-sop.national.inria.fr; envelope-from="ygrek@autistici.org"; x-sender="postmaster@contumacia.investici.org"; x-conformance=sidf_compatible; x-record-type="v=spf1" X-IronPort-Anti-Spam-Filtered: true X-IronPort-Anti-Spam-Result: AsIBAGlXTVKy/5AjnGdsb2JhbABZgz/CDQqBFhYOAQEBAQEIFAk8giUBAQQBOgYBATgECwsJGCUPEjYGE4d0AwkKCKlJhFABBYReDYllAgSMZoJyFhiDdYk6hXmGaIFoAYY1hhSIZw X-IPAS-Result: AsIBAGlXTVKy/5AjnGdsb2JhbABZgz/CDQqBFhYOAQEBAQEIFAk8giUBAQQBOgYBATgECwsJGCUPEjYGE4d0AwkKCKlJhFABBYReDYllAgSMZoJyFhiDdYk6hXmGaIFoAYY1hhSIZw X-IronPort-AV: E=Sophos;i="4.90,1025,1371074400"; d="scan'208";a="28968150" Received: from contumacia.investici.org ([178.255.144.35]) by mail3-smtp-sop.national.inria.fr with ESMTP/TLS/ADH-AES256-SHA; 03 Oct 2013 13:43:40 +0200 Received: from [178.255.144.35] (contumacia [178.255.144.35]) (Authenticated sender: ygrek@autistici.org) by localhost (Postfix) with ESMTPSA id BE2FAE8379 for ; Thu, 3 Oct 2013 11:43:37 +0000 (UTC) X-DKIM: OpenDKIM Filter v2.6.8 contumacia.investici.org BE2FAE8379 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=autistici.org; s=stigmate; t=1380800618; bh=OvN4Cxo/QItSg2OXiu13SqPc5INA1RyR2QUBhULmIno=; h=Date:From:To:Subject:In-Reply-To:References; b=Wtaz9ArYgO59opgNukED3RDODVMeKsUamsZVGoUdBnR04dn+81g6VQvLPO3G+GsKH Hy9pcz4rjFZovc/DjON77QWWdX51nnHq+5tqJTBOEY/sujhw+dIpoz36ufuII36hJ8 GDdoWHOd5CiF4hWlKgs8mhuMdBgPpxNS+RDlLa3k= Date: Thu, 3 Oct 2013 19:43:33 +0800 From: ygrek To: Message-ID: <20131003194333.01dee18e@kiwi.local.tld> In-Reply-To: References: X-Mailer: Claws Mail 3.9.2 (GTK+ 2.24.10; x86_64-pc-linux-gnu) Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Subject: Re: [Caml-list] Adding ttk (tile tk) bindings to labltk On Thu, 3 Oct 2013 19:45:12 +1000 Tim Cuthbertson wrote: > Also, is there somewhere more specific I should ask / send patches? Or is > labltk just part of ocaml core in terms of how the project is managed? I have no clue about tk programming, but concerning the labltk project - it was recently moved to ocaml forge (part of core ocaml weight-schedding plan). You can find it here : https://forge.ocamlcore.org/projects/labltk/ Still, this list is probably an appropriate place to seek help wrt labltk. --