From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: X-Original-To: caml-list@sympa.inria.fr Delivered-To: caml-list@sympa.inria.fr Received: from mail2-relais-roc.national.inria.fr (mail2-relais-roc.national.inria.fr [192.134.164.83]) by sympa.inria.fr (Postfix) with ESMTPS id 3080A7EE49 for ; Thu, 21 Feb 2013 15:46:07 +0100 (CET) Received-SPF: None (mail2-smtp-roc.national.inria.fr: no sender authenticity information available from domain of markus.mottl@gmail.com) identity=pra; client-ip=74.125.82.182; receiver=mail2-smtp-roc.national.inria.fr; envelope-from="markus.mottl@gmail.com"; x-sender="markus.mottl@gmail.com"; x-conformance=sidf_compatible Received-SPF: Pass (mail2-smtp-roc.national.inria.fr: domain of markus.mottl@gmail.com designates 74.125.82.182 as permitted sender) identity=mailfrom; client-ip=74.125.82.182; receiver=mail2-smtp-roc.national.inria.fr; envelope-from="markus.mottl@gmail.com"; x-sender="markus.mottl@gmail.com"; x-conformance=sidf_compatible; x-record-type="v=spf1" Received-SPF: None (mail2-smtp-roc.national.inria.fr: no sender authenticity information available from domain of postmaster@mail-we0-f182.google.com) identity=helo; client-ip=74.125.82.182; receiver=mail2-smtp-roc.national.inria.fr; envelope-from="markus.mottl@gmail.com"; x-sender="postmaster@mail-we0-f182.google.com"; x-conformance=sidf_compatible X-IronPort-Anti-Spam-Filtered: true X-IronPort-Anti-Spam-Result: AgwCAEgyJlFKfVK2k2dsb2JhbABFwHx+CBYOAQEBAQkJCwkUBCOCHwEBBUABFAcdAQMMBgULDS4hAQERAQUBHAYTh38BAw8MoRGMMoJ7hDgKGScNWYh7AQUMjCuCVweDQAOIaYtxgVyLSYMzFimESA X-IPAS-Result: AgwCAEgyJlFKfVK2k2dsb2JhbABFwHx+CBYOAQEBAQkJCwkUBCOCHwEBBUABFAcdAQMMBgULDS4hAQERAQUBHAYTh38BAw8MoRGMMoJ7hDgKGScNWYh7AQUMjCuCVweDQAOIaYtxgVyLSYMzFimESA X-IronPort-AV: E=Sophos;i="4.84,709,1355094000"; d="scan'208";a="3911711" Received: from mail-we0-f182.google.com ([74.125.82.182]) by mail2-smtp-roc.national.inria.fr with ESMTP/TLS/RC4-SHA; 21 Feb 2013 15:46:06 +0100 Received: by mail-we0-f182.google.com with SMTP id t57so7791683wey.13 for ; Thu, 21 Feb 2013 06:46:06 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:x-received:in-reply-to:references:date:message-id :subject:from:to:cc:content-type; bh=zZ/Obd/jKYthouGUVGtBPrwdjaC/bW9LIArFOJX7lBs=; b=sAJ8jDPmIyYzNbilB2E5/pdcIWj057IYf0yNJFNe6b/m7BoX6HaGcxZUaoz1IZ/yk9 l/05StNHJ2ROcIFKtpyXOEcCgnJy7obnAeJP5crMsPgkTuJOeA1rrtFLQlh8lhjuNJ06 7r/36x67am5zsUY6np3L1Q2lHIBd3sMcVD7aWHTlVQOTvs5tEZCE9pBOr+rSdHu8krrD JByXnVN/aFXSW2m5F2BhO+f+I0SJyT/Vr9ZAbJcgCaiscAPRWJXv7MC0FBhNE/7vl3re NVAGCJytJsTL6y5V6+jSQXD/faTmuYIml9mZE2unoYW+BB/rswq4dBScyaja1a/LFZ+y 3Xlg== MIME-Version: 1.0 X-Received: by 10.180.88.168 with SMTP id bh8mr26121348wib.15.1361457966379; Thu, 21 Feb 2013 06:46:06 -0800 (PST) Received: by 10.194.18.135 with HTTP; Thu, 21 Feb 2013 06:46:06 -0800 (PST) In-Reply-To: References: <51261C28.3030108@gmail.com> <5126203A.9040205@gmail.com> Date: Thu, 21 Feb 2013 09:46:06 -0500 Message-ID: From: Markus Mottl To: Gabriel Scherer Cc: Elisa Rebolini , caml-list@inria.fr Content-Type: text/plain; charset=ISO-8859-1 Subject: Re: [Caml-list] Ocamlbuild doc with lacaml module On Thu, Feb 21, 2013 at 9:37 AM, Gabriel Scherer wrote: > A word of comment: Markus uses a slightly more advanced feature of > ocamlbuild, which is the ability to set compilation tags not in the > ocamlbuild invocation command, as you've been using, but in a dedicated > "_tags" file in the repository: > > https://bitbucket.org/mmottl/ocaml-playground/src/65d3ec500ac36683e18d0b84dbf98115f82ea8af/lacaml_test/_tags The project also uses a build target file "all.itarget" that describes the ocamlbuild invocation required (i.e. with -use-ocamlfind): https://bitbucket.org/mmottl/ocaml-playground/src/65d3ec500ac3/lacaml_test/all.itarget?at=default Regards, Markus -- Markus Mottl http://www.ocaml.info markus.mottl@gmail.com