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 mail2-relais-roc.national.inria.fr (mail2-relais-roc.national.inria.fr [192.134.164.83]) by sympa.inria.fr (Postfix) with ESMTPS id C2E6B81792 for ; Wed, 3 Jul 2013 04:13:36 +0200 (CEST) Received-SPF: None (mail2-smtp-roc.national.inria.fr: no sender authenticity information available from domain of berenger@riken.jp) identity=pra; client-ip=134.160.33.162; receiver=mail2-smtp-roc.national.inria.fr; envelope-from="berenger@riken.jp"; x-sender="berenger@riken.jp"; x-conformance=sidf_compatible Received-SPF: Pass (mail2-smtp-roc.national.inria.fr: domain of berenger@riken.jp designates 134.160.33.162 as permitted sender) identity=mailfrom; client-ip=134.160.33.162; receiver=mail2-smtp-roc.national.inria.fr; envelope-from="berenger@riken.jp"; x-sender="berenger@riken.jp"; x-conformance=sidf_compatible; x-record-type="v=spf1" Received-SPF: Pass (mail2-smtp-roc.national.inria.fr: domain of postmaster@postman.riken.jp designates 134.160.33.162 as permitted sender) identity=helo; client-ip=134.160.33.162; receiver=mail2-smtp-roc.national.inria.fr; envelope-from="berenger@riken.jp"; x-sender="postmaster@postman.riken.jp"; x-conformance=sidf_compatible; x-record-type="v=spf1" X-IronPort-Anti-Spam-Filtered: true X-IronPort-Anti-Spam-Result: AmoBAEqI01GGoCGinGdsb2JhbABawSKCcIEZDgEBAQEBBhYJPIIjAQEFOEARCxgJFg8JAwIBAgFFEwgBAYgLu0ePbBaDVwOJIY4phiGORA X-IPAS-Result: AmoBAEqI01GGoCGinGdsb2JhbABawSKCcIEZDgEBAQEBBhYJPIIjAQEFOEARCxgJFg8JAwIBAgFFEwgBAYgLu0ePbBaDVwOJIY4phiGORA X-IronPort-AV: E=Sophos;i="4.87,984,1363129200"; d="scan'208";a="24346280" Received: from postman2.riken.jp (HELO postman.riken.jp) ([134.160.33.162]) by mail2-smtp-roc.national.inria.fr with ESMTP; 03 Jul 2013 04:13:35 +0200 Received: from postman.riken.jp (postman2.riken.jp [127.0.0.1]) by postman.riken.jp (Postfix) with SMTP id C66DC12605D5 for ; Wed, 3 Jul 2013 11:13:32 +0900 (JST) Received: from [172.27.98.103] (rikad98.riken.jp [134.160.214.98]) by postman.riken.jp (Postfix) with ESMTPA id 9DCAA1270051 for ; Wed, 3 Jul 2013 11:13:32 +0900 (JST) Message-ID: <51D388CC.1090305@riken.jp> Date: Wed, 03 Jul 2013 11:13:32 +0900 From: Francois Berenger User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:17.0) Gecko/20130623 Thunderbird/17.0.7 MIME-Version: 1.0 To: caml-list@inria.fr References: <51D383A5.7090506@riken.jp> In-Reply-To: <51D383A5.7090506@riken.jp> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-PMX-Version: 6.0.0.2142326, Antispam-Engine: 2.7.2.2107409, Antispam-Data: 2013.7.3.20624 Subject: Re: [Caml-list] OCaml bindings for openbabel (Chemical toolbox utilities) On 07/03/2013 10:51 AM, Francois Berenger wrote: > Hello, > > I think there are no bindings currently to the openbabel library, right? > openbabel is written in C++, and I don't want to switch to that language... > > Is there a recommended example of a good OCaml binding to a C library? > > I see that openbabel has python bindings, so I will support the same set > than what is available for python. The python bindings were generated using swig and swig supports OCaml apparently. That looks interesting.