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 7AB6C7EE49 for ; Sun, 22 Sep 2013 05:16:01 +0200 (CEST) Received-SPF: None (mail3-smtp-sop.national.inria.fr: no sender authenticity information available from domain of berenger@riken.jp) identity=pra; client-ip=134.160.33.175; receiver=mail3-smtp-sop.national.inria.fr; envelope-from="berenger@riken.jp"; x-sender="berenger@riken.jp"; x-conformance=sidf_compatible Received-SPF: Pass (mail3-smtp-sop.national.inria.fr: domain of berenger@riken.jp designates 134.160.33.175 as permitted sender) identity=mailfrom; client-ip=134.160.33.175; receiver=mail3-smtp-sop.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 (mail3-smtp-sop.national.inria.fr: domain of postmaster@postman.riken.jp designates 134.160.33.175 as permitted sender) identity=helo; client-ip=134.160.33.175; receiver=mail3-smtp-sop.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: Ak8BAAhgPlKGoCGvnGdsb2JhbABZgz/CAYEwDgEBAQEBBg0JCRQogiUBAQQBOEAGCwsYCRYPCQMCAQIBRQYNCAEBh3sGDLosjRCCXIQeA4k2jkaBL4UDjng X-IPAS-Result: Ak8BAAhgPlKGoCGvnGdsb2JhbABZgz/CAYEwDgEBAQEBBg0JCRQogiUBAQQBOEAGCwsYCRYPCQMCAQIBRQYNCAEBh3sGDLosjRCCXIQeA4k2jkaBL4UDjng X-IronPort-AV: E=Sophos;i="4.90,954,1371074400"; d="scan'208";a="27655174" Received: from postman3.riken.jp (HELO postman.riken.jp) ([134.160.33.175]) by mail3-smtp-sop.national.inria.fr with ESMTP; 22 Sep 2013 05:15:59 +0200 Received: from postman.riken.jp (postman3.riken.jp [127.0.0.1]) by postman.riken.jp (Postfix) with SMTP id DA04338380B8; Sun, 22 Sep 2013 12:15:55 +0900 (JST) Received: from [172.27.98.103] (rikad98.riken.jp [134.160.214.98]) by postman.riken.jp (Postfix) with ESMTPA id 200DF38200EB; Sun, 22 Sep 2013 12:15:55 +0900 (JST) Message-ID: <523E60DD.3070008@riken.jp> Date: Sun, 22 Sep 2013 12:15:41 +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 References: <2455557.jMk1lbf0SK@groupon> In-Reply-To: <2455557.jMk1lbf0SK@groupon> 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.9.22.30615 Subject: Re: [Caml-list] ocaml interface to berkeley db? On 09/22/2013 04:17 AM, Chet Murthy wrote: > > Is there a moderately official place to find this package? I find > mention of in various places, but the links to source archives seem to > all have gone stale. I found one place where somebody had imported > the source into another project: > > https://github.com/aryx/lfs.git > > But that was it. Anybody else know where an unmodified source might > be found? (I found a sourceforge project, but again, 'way too old). How about this package in GODI? http://docs.camlcity.org/docs/godipkg/4.00/godi-ocamlbdb > Thanks, > --chet--