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=2.8 required=5.0 tests=DNS_FROM_RFC_POST,SPF_NEUTRAL autolearn=disabled version=3.1.3 X-Original-To: caml-list@yquem.inria.fr Delivered-To: caml-list@yquem.inria.fr Received: from mail2-relais-roc.national.inria.fr (mail2-relais-roc.national.inria.fr [192.134.164.83]) by yquem.inria.fr (Postfix) with ESMTP id A5572BBC4 for ; Thu, 5 Mar 2009 19:54:08 +0100 (CET) X-IronPort-Anti-Spam-Filtered: true X-IronPort-Anti-Spam-Result: AnICANSur0lKfU4bjWdsb2JhbACUQj8BAQEBCQkKCQ8FsiKBB496AQMBA4QFBoMI X-IronPort-AV: E=Sophos;i="4.38,308,1233529200"; d="scan'208";a="22117789" Received: from ey-out-2122.google.com ([74.125.78.27]) by mail2-smtp-roc.national.inria.fr with ESMTP; 05 Mar 2009 19:54:08 +0100 Received: by ey-out-2122.google.com with SMTP id 9so8777eyd.15 for ; Thu, 05 Mar 2009 10:54:07 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:received:received:message-id:from:to :content-type:content-transfer-encoding:mime-version:subject:date :x-mailer; bh=cDsAbNz3PJia2/G6IO/Zj0kKiP3z9sb1SZm6GTVGKxM=; b=gJ8+YxfaucdBaqL7BKv2Dag/BlDmHYxdoP7m+1Ktgk8p/BlXXULciuLRimkw+3OwPv pMXid95rixBsKY+oYS6iw5ciM0fsxFEdJlnxJ/dj/X0s7aZFWYlyrpwAd2FBVYrCclZC 0OnPG/jkHrI/Qlj1brRRVY9E8HuPZuI8nxwUo= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=message-id:from:to:content-type:content-transfer-encoding :mime-version:subject:date:x-mailer; b=pWbKzIp8eHhRAdtQwhidJkNzGgK8w0fBbMXUl4fMxBRl59vzS9nEDmz4U1/9mbK8Gq 2bjuA8guadi5OOhs42rTOuWIGHsUviFSX4MHkNbjj+r49kdolk635D/XpUGt5pbgW06U JM+YrK1HTWqkjbGUD+ezKVtCpGNoy274Qqbd4= Received: by 10.216.46.194 with SMTP id r44mr995235web.20.1236279247757; Thu, 05 Mar 2009 10:54:07 -0800 (PST) Received: from ?10.10.30.14? (171.Red-88-3-3.dynamicIP.rima-tde.net [88.3.3.171]) by mx.google.com with ESMTPS id 5sm587872nfv.21.2009.03.05.10.54.06 (version=TLSv1/SSLv3 cipher=RC4-MD5); Thu, 05 Mar 2009 10:54:07 -0800 (PST) Message-Id: <079CD806-4184-403B-9050-1F28C51C3744@gmail.com> From: Joel Reymont To: O'Caml Mailing List Content-Type: text/plain; charset=US-ASCII; format=flowed; delsp=yes Content-Transfer-Encoding: 7bit Mime-Version: 1.0 (Apple Message framework v930.3) Subject: loading all modules of a cma at once Date: Thu, 5 Mar 2009 18:54:02 +0000 X-Mailer: Apple Mail (2.930.3) X-Spam: no; 0.00; ocaml:01 dependencies:01 ocaml:01 functions:01 cma:01 cma:01 modules:02 modules:02 seems:03 individually:04 loading:05 load:08 load:08 i'm:09 directory:11 I have a cma that I built and I'm trying to interactively test some functions. ocaml seems to require me to individually #load cmo-s, including dependencies. Is there a way to load all modules of a cma in one fell swoop? Do I resign to creating .ocamlinit in that particular directory with the required #load-s? Thanks, Joel --- http://tinyco.de Mac, C++, OCaml