From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: X-Original-To: caml-list@yquem.inria.fr Delivered-To: caml-list@yquem.inria.fr Received: from mail1-relais-roc.national.inria.fr (mail1-relais-roc.national.inria.fr [192.134.164.82]) by yquem.inria.fr (Postfix) with ESMTP id B5C97BC57 for ; Mon, 10 May 2010 16:00:38 +0200 (CEST) X-IronPort-Anti-Spam-Filtered: true X-IronPort-Anti-Spam-Result: ApMCAMCu50vRVdOskGdsb2JhbACRWow8CBUBAQEBCQkMBxEDH6xfggCEZi6ITgEBAwWFDwQ X-IronPort-AV: E=Sophos;i="4.52,362,1270418400"; d="scan'208";a="59137906" Received: from mail-yw0-f172.google.com ([209.85.211.172]) by mail1-smtp-roc.national.inria.fr with ESMTP; 10 May 2010 16:00:38 +0200 Received: by ywh2 with SMTP id 2so2020592ywh.0 for ; Mon, 10 May 2010 07:00:37 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:mime-version:received:received:date:message-id :subject:from:to:content-type; bh=yh8+r3aKeoUXbovvNPYvZaxxtlQaf8l4hGAVXmhMQ+E=; b=uU+/Sb141R+H0RzbLwguYivRQz6VMId7o2DkoJ/KMfuLeYl8TqZuIuo7CxEnsx0k+/ uNS74rsX+0gr+eXqPOniplLphvU3vZP2FIG39oxzxSw/gZOkzH4KcwLGVA8yMFC81Jp6 ua2aYuFoJi2ql2DppZGqIJm5VKv20EbzedNJE= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:date:message-id:subject:from:to:content-type; b=Q9qBT1HCaEi5aRdylduhLcaM1Dxas4IHur64YlncoF6oBKdlDLumS2u4G1vW2SUiqm sDcZ5jzqX+DDzhMLLCVywcQLW3TAG0t1rImy5nQaYMnquuVYx6vJSiVNoT3ZOPUIbAN8 L1jE3RMRHmOp/9kWFSsxmYRBHyBn8QEkEbmCA= MIME-Version: 1.0 Received: by 10.101.4.26 with SMTP id g26mr12646ani.157.1273500032932; Mon, 10 May 2010 07:00:32 -0700 (PDT) Received: by 10.100.125.5 with HTTP; Mon, 10 May 2010 07:00:32 -0700 (PDT) Date: Mon, 10 May 2010 10:00:32 -0400 Message-ID: Subject: C++ STL bindings From: Jianzhou Zhao To: caml-list@inria.fr Content-Type: text/plain; charset=ISO-8859-1 X-Spam: no; 0.00; stl:01 bindings:01 ocaml:01 stl:01 zhao:98 functional:02 binding:02 binding:02 standard:07 libraries:11 libraries:11 such:14 does:14 language:15 thanks:17 Hi, Does anyone know if there is an OCaml binding to C++ STL libraries, or any other functional language with a foreign binding to such C++ standard libraries (STL, boost)? Thanks -- Jianzhou