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=0.3 required=5.0 tests=AWL autolearn=disabled version=3.1.3 X-Original-To: caml-list@yquem.inria.fr Delivered-To: caml-list@yquem.inria.fr Received: from concorde.inria.fr (concorde.inria.fr [192.93.2.39]) by yquem.inria.fr (Postfix) with ESMTP id 0FB38BC6E for ; Wed, 11 Jul 2007 00:28:55 +0200 (CEST) Received: from server2.thinkcrime.de (server2.thinkcrime.de [213.133.110.149]) by concorde.inria.fr (8.13.6/8.13.6) with ESMTP id l6AMSsaa008249 for ; Wed, 11 Jul 2007 00:28:54 +0200 Received: from hod-sarge-2005-10.lan.m-e-leypold.de (dslb-088-072-207-015.pools.arcor-ip.net [88.72.207.15]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) by server2.thinkcrime.de (Postfix) with ESMTP id 23F26488016 for ; Wed, 11 Jul 2007 00:28:57 +0200 (CEST) Received: by hod-sarge-2005-10.lan.m-e-leypold.de (Postfix, from userid 1003) id 0AE4A37706; Wed, 11 Jul 2007 00:39:28 +0200 (CEST) To: caml-list@inria.fr Subject: Re: [Caml-list] Camlp4s 4.02 -> 4.03 References: <20070709094028.GB9408@yquem.inria.fr> <20070710113259.GA16672@takhisis.invalid> <20070710121954.GB7621@yquem.inria.fr> <20070710123322.GA20239@takhisis.invalid> <20070710150412.GA23767@yquem.inria.fr> <20070710150811.GA470@takhisis.invalid> Organization: Leypold, Software-Dienstleistungen und -Beratung From: "Markus E.L." Date: Wed, 11 Jul 2007 00:39:28 +0200 In-Reply-To: <20070710150811.GA470@takhisis.invalid> (Stefano Zacchiroli's message of "Tue, 10 Jul 2007 17:08:11 +0200") Message-ID: <54fy3v7ujj.fsf@hod.lan.m-e-leypold.de> User-Agent: Some cool user agent (SCUG) MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Miltered: at concorde with ID 46940826.001 by Joe's j-chkmail (http://j-chkmail . ensmp . fr)! X-Spam: no; 0.00; camlp:01 markus:01 0200,:01 rauglaudre:01 camlp:01 subdirectory:01 ocaml:01 ocaml:01 markus:01 5.1:98 wrote:01 incompatible:01 caml-list:01 cma:01 parameter:02 > On Tue, Jul 10, 2007 at 05:04:12PM +0200, Daniel de Rauglaudre wrote: >> Ok, I made a new release : 4.03. >> >> You can change the name of all commands and libraries by using the >> parameter "-name" of "configure" (default = camlp4). > > Thanks, this is really helpful. > >> For example: >> ./configure -name camlp5 >> >> would name the commands, files and manual pages: camlp5, camlp5o, camlp5r, >> camlp5r.cma, camlp5.1 and so on, and the library would be installed in >> a subdirectory camlp5 of the ocaml library directory. >> >> Up to you to choose the name you prefer. > > ... but this puzzles me a bit :) Can you please suggest an official name > so that we avoid drifting too much from distribution to distribution? > "camlp5"? "camlp4s"? Name one ... Best thing would have been if the new incompatible camlp* in ocaml 3.10 would have been renamed (to camlp5, obviously). Regards -- Markus