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.6 required=5.0 tests=AWL,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 mail1-relais-roc.national.inria.fr (mail1-relais-roc.national.inria.fr [192.134.164.82]) by yquem.inria.fr (Postfix) with ESMTP id 08F92BB84 for ; Tue, 10 Feb 2009 16:58:56 +0100 (CET) X-IronPort-Anti-Spam-Filtered: true X-IronPort-Anti-Spam-Result: AtkBAOIykUlIDtydkGdsb2JhbACUBT8BAQEBCQkMBxEDr0WPRwEDAQOEFwaCNoFu X-IronPort-AV: E=Sophos;i="4.38,187,1233529200"; d="scan'208";a="23863307" Received: from fg-out-1718.google.com ([72.14.220.157]) by mail1-smtp-roc.national.inria.fr with ESMTP; 10 Feb 2009 16:58:55 +0100 Received: by fg-out-1718.google.com with SMTP id 16so1360744fgg.25 for ; Tue, 10 Feb 2009 07:58:55 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:received:received:sender:message-id:from:to :in-reply-to:content-type:content-transfer-encoding:mime-version :subject:date:references:x-mailer; bh=eJ3t3BwaZ71tCI0De9KV9yisz7gUZlOOipvWC7Sragc=; b=mfWhm3bF0p0nl4RSbPNTfA/IeQEb94bdsKJwuZlmVHcO+4R1SmemNRdjYtbH86q+4y hecLWecW8mWqqk88EswiHRnJgfTk29/pptvX9/Z0m40wQZI8cjJg3PTRo/l0Ga8YHu6q oI3+o5kaTFQeZI3bPcXIOV2Z7vc+ep5PwetOQ= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=sender:message-id:from:to:in-reply-to:content-type :content-transfer-encoding:mime-version:subject:date:references :x-mailer; b=iTqS1tWkwIozqS8wzDKrb8xZXMMvLCRTgm5BoAAyCw4FmqTZOf00B0L1pYbXreAMyg 1RFA2stWlPV2OThLCQ1KRwVEFUHTXf4MH5KHYIIETYwZp8U31lxPUAD6bB8UpnZ0U8oE I5aZ1JKaVH2UdRw0TknoNEdTIUm/2TxNfOn5w= Received: by 10.86.65.9 with SMTP id n9mr983851fga.61.1234281535670; Tue, 10 Feb 2009 07:58:55 -0800 (PST) Received: from ?192.168.1.34? (174-102.76-83.cust.bluewin.ch [83.76.102.174]) by mx.google.com with ESMTPS id 4sm1040532fge.24.2009.02.10.07.58.54 (version=TLSv1/SSLv3 cipher=RC4-MD5); Tue, 10 Feb 2009 07:58:55 -0800 (PST) Sender: =?UTF-8?Q?Daniel_B=C3=BCnzli?= Message-Id: <37F4EA16-73F9-4009-8A2E-B5F0E05F7240@erratique.ch> From: =?WINDOWS-1252?Q?Daniel_B=FCnzli?= To: OCaml List In-Reply-To: <4991A245.7070301@gmail.com> Content-Type: text/plain; charset=ISO-8859-1; format=flowed; delsp=yes Content-Transfer-Encoding: quoted-printable Mime-Version: 1.0 (Apple Message framework v930.3) Subject: Re: [Caml-list] Re: ocamlbuild documentation Date: Tue, 10 Feb 2009 16:58:14 +0100 References: <1233936696.6216.65.camel@Blefuscu> <0520EBEC-B30C-4D83-9153-A72BC3C986BF@erratique.ch> <499036C6.5070504@lri.fr> <200902091828.30057.jon@ffconsultancy.com> <49909F14.6010601@doomeer.com> <87vdriwfmd.fsf@fel.cvut.cz> <49918EBA.9050509@gmail.com> <87k57ywc0k.fsf@fel.cvut.cz> <4991A245.7070301@gmail.com> X-Mailer: Apple Mail (2.930.3) X-Spam: no; 0.00; bunzli:01 buenzli:01 matthieu:01 dubuget:01 invocation:01 50,:98 caml-list:01 daniel:04 daniel:04 passing:05 ecrit:06 instead:14 instead:14 using:15 use:16 Le 10 f=E9vr. 09 =E0 16:50, Matthieu Dubuget a =E9crit : > when I give -cflag -dtypes to ocamlbuild, of course. If you are using 3.11 -dtypes is deprectated, use -annot instead. Instead of passing it to ocamlbuild on invocation you can write the =20 following in _tags <**/*.ml> : annot Best, Daniel