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=1.2 required=5.0 tests=AWL,DNS_FROM_AHBL_RHSBL, 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 discorde.inria.fr (discorde.inria.fr [192.93.2.38]) by yquem.inria.fr (Postfix) with ESMTP id 93399BC6B for ; Wed, 11 Jul 2007 09:52:25 +0200 (CEST) Received: from wa-out-1112.google.com (wa-out-1112.google.com [209.85.146.180]) by discorde.inria.fr (8.13.6/8.13.6) with ESMTP id l6B7qOks023832 for ; Wed, 11 Jul 2007 09:52:25 +0200 Received: by wa-out-1112.google.com with SMTP id m34so2340413wag for ; Wed, 11 Jul 2007 00:52:24 -0700 (PDT) DKIM-Signature: a=rsa-sha1; c=relaxed/relaxed; d=gmail.com; s=beta; h=domainkey-signature:received:received:message-id:date:from:to:subject:cc:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references; b=htYc/+1iCakCFDLDZ9NEt1/acx/EfW8XyIqVMOgJCEmbtKHkjTNqZtSo74DejNTLQYtxZL64APYwj5SCwCQVAHR3LuVokexvT9YlLsdblzHHcNCuxrFcMpC7FazjL3GAcZ8Z9nMnF9obHENdzTHJVPpYE7usncQ78iw9NAEDuPE= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=beta; h=received:message-id:date:from:to:subject:cc:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references; b=Ivgog0j/028Mx2KerGfucaAGTYeYrGALmiIzkdLxcVjQid4dD6jrjogZslXYAv2JGU2WnS3oiqycx0yw+cf3Eb0eFamSJPKOZH6xFd/GtcjvDYHZLTP/ueO28tDRghMlr8nCKFFlsvct54I5xq1VPzohgmsJtepcAM2ubsQyd4o= Received: by 10.114.175.16 with SMTP id x16mr4897004wae.1184140343915; Wed, 11 Jul 2007 00:52:23 -0700 (PDT) Received: by 10.114.181.9 with HTTP; Wed, 11 Jul 2007 00:52:23 -0700 (PDT) Message-ID: Date: Wed, 11 Jul 2007 09:52:23 +0200 From: "Nicolas Pouillard" To: "Markus E.L." Subject: Re: [Caml-list] Camlp4s 4.02 -> 4.03 Cc: caml-list@inria.fr In-Reply-To: <54fy3v7ujj.fsf@hod.lan.m-e-leypold.de> MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 7bit Content-Disposition: inline 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> <54fy3v7ujj.fsf@hod.lan.m-e-leypold.de> X-j-chkmail-Score: MSGID : 46948C38.001 on discorde : j-chkmail score : X : 0/20 1 0.000 -> 1 X-Miltered: at discorde with ID 46948C38.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 parsers:01 5.1:98 wrote:01 wrote:01 naming:01 incompatible:01 On 7/11/07, Markus E.L. wrote: > > > 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 The thing is that the new camlp4 is not completely incompatible, there is a bunch of people that use camlp4o with some standard options like stream parsers or just plain OCaml and I don't want to break their code for a naming change of command line programs. -- Nicolas Pouillard