From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.1.3 (2006-06-01) on yquem.inria.fr X-Spam-Level: X-Spam-Status: No, score=0.0 required=5.0 tests=none autolearn=disabled version=3.1.3 X-Original-To: caml-list@yquem.inria.fr Delivered-To: caml-list@yquem.inria.fr Received: from concorde.inria.fr (concorde.inria.fr [192.93.2.39]) by yquem.inria.fr (Postfix) with ESMTP id 01149BC0A for ; Thu, 23 Nov 2006 18:44:42 +0100 (CET) Received: from hades.snarc.org (hades.snarc.org [212.85.152.11]) by concorde.inria.fr (8.13.6/8.13.6) with ESMTP id kANHigRL001814 for ; Thu, 23 Nov 2006 18:44:42 +0100 Received: by hades.snarc.org (Postfix, from userid 1000) id EC07D1B482; Thu, 23 Nov 2006 18:44:38 +0100 (CET) Date: Thu, 23 Nov 2006 18:44:38 +0100 To: Richard Jones Cc: caml-list@inria.fr Subject: Re: [Caml-list] OCaml implementation of D-Bus (has anyone done one?) Message-ID: <20061123174438.GA12116@snarc.org> References: <20061123161237.GA24825@furbychan.cocan.org> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20061123161237.GA24825@furbychan.cocan.org> X-Warning: Email may contain unsmilyfied humor and/or satire. User-Agent: Mutt/1.5.13 (2006-08-11) From: tab@snarc.org (Vincent Hanquez) X-Miltered: at concorde with ID 4565DE0A.003 by Joe's j-chkmail (http://j-chkmail.ensmp.fr)! X-Spam: no; 0.00; ocaml:01 bindings:01 cheers:01 23,:98 wrote:01 caml-list:01 api:01 api:01 binding:02 tricky:04 thu:05 long:06 implementing:06 vincent:07 vincent:07 On Thu, Nov 23, 2006 at 04:12:37PM +0000, Richard Jones wrote: > Has anyone done bindings for D-Bus (http://dbus.freedesktop.org/), > either as a wrapper around libdbus (which would be tricky?) or just > implementing the protocol? well actually, I've started to look at the Api, and wrapping few things the good things is, there's a lowlevel binding api that is done to do the API (that's what all others language are binded to). I dunno how long that's going to take though, and cannot give any ETA on it right now. (nor any useful code) Cheers, -- Vincent Hanquez