From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from concorde.inria.fr (concorde.inria.fr [192.93.2.39]) by yquem.inria.fr (Postfix) with ESMTP id 8AB61BCAF for ; Wed, 29 Jun 2005 10:42:34 +0200 (CEST) Received: from ext.lri.fr (ext.lri.fr [129.175.15.4]) by concorde.inria.fr (8.13.0/8.13.0) with ESMTP id j5T8gYdW011246 (version=TLSv1/SSLv3 cipher=EDH-RSA-DES-CBC3-SHA bits=168 verify=NO) for ; Wed, 29 Jun 2005 10:42:34 +0200 Received: from localhost (localhost [127.0.0.1]) by ext.lri.fr (Postfix) with ESMTP id 1C78119E6F1; Wed, 29 Jun 2005 10:42:34 +0200 (CEST) Received: from ext.lri.fr ([127.0.0.1]) by localhost (ext.lri.fr [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id 06186-01; Wed, 29 Jun 2005 10:42:34 +0200 (CEST) Received: from smtp.lri.fr (serveur3-5 [129.175.3.5]) by ext.lri.fr (Postfix) with ESMTP id 0882319E6F0; Wed, 29 Jun 2005 10:42:34 +0200 (CEST) Received: from pc8-102 (pc8-102 [129.175.8.102]) by smtp.lri.fr (Postfix) with ESMTP id 4E67DCED89; Wed, 29 Jun 2005 10:42:32 +0200 (CEST) Received: from pc8-102 ([127.0.0.1] helo=localhost) by pc8-102 with esmtp (Exim 3.36 #1 (Debian)) id 1DnY9Q-0002bJ-00; Wed, 29 Jun 2005 10:42:32 +0200 Date: Wed, 29 Jun 2005 10:42:32 +0200 (CEST) From: Julien Signoles X-X-Sender: signoles@pc8-102 To: Jonathan Roewen Cc: caml-list@yquem.inria.fr Subject: Re: [Caml-list] Module system and multiple libraries In-Reply-To: Message-ID: References: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII X-Virus-Scanned: by amavisd-new at lri.fr X-Miltered: at concorde with ID 42C25EFA.000 by Joe's j-chkmail (http://j-chkmail.ensmp.fr)! X-Spam: no; 0.00; signoles:01 signoles:01 lri:01 caml-list:01 ocaml:01 -pack:01 ocamlc:01 ocamlopt:01 modules:01 module:03 libraries:11 libraries:11 julien:13 julien:13 does:14 X-Spam-Checker-Version: SpamAssassin 3.0.2 (2004-11-16) on yquem.inria.fr X-Spam-Status: No, score=0.0 required=5.0 tests=none autolearn=disabled version=3.0.2 X-Spam-Level: > Does OCaml have any support for having modules of the same name in > different libraries? You can use the -pack option of ocamlc/ocamlopt. -- Julien Signoles