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 mail1-relais-roc.national.inria.fr (mail1-relais-roc.national.inria.fr [192.134.164.82]) by sympa.inria.fr (Postfix) with ESMTPS id 3C8BD7EEAF for ; Thu, 24 Jan 2013 16:57:44 +0100 (CET) Received-SPF: None (mail1-smtp-roc.national.inria.fr: no sender authenticity information available from domain of daniel.buenzli@erratique.ch) identity=pra; client-ip=74.55.86.74; receiver=mail1-smtp-roc.national.inria.fr; envelope-from="daniel.buenzli@erratique.ch"; x-sender="daniel.buenzli@erratique.ch"; x-conformance=sidf_compatible Received-SPF: None (mail1-smtp-roc.national.inria.fr: no sender authenticity information available from domain of daniel.buenzli@erratique.ch) identity=mailfrom; client-ip=74.55.86.74; receiver=mail1-smtp-roc.national.inria.fr; envelope-from="daniel.buenzli@erratique.ch"; x-sender="daniel.buenzli@erratique.ch"; x-conformance=sidf_compatible Received-SPF: None (mail1-smtp-roc.national.inria.fr: no sender authenticity information available from domain of postmaster@smtp.webfaction.com) identity=helo; client-ip=74.55.86.74; receiver=mail1-smtp-roc.national.inria.fr; envelope-from="daniel.buenzli@erratique.ch"; x-sender="postmaster@smtp.webfaction.com"; x-conformance=sidf_compatible X-IronPort-Anti-Spam-Filtered: true X-IronPort-Anti-Spam-Result: AhUBAGBZAVFKN1ZKm2dsb2JhbABEgziDDbgYDgEBAQEBCAkLCRQngh8BBSNWEAsaAiYCAkcQBhsMiAYECKsjkmaBI45FMmEDlyiEPBONVg X-IronPort-AV: E=Sophos;i="4.84,530,1355094000"; d="scan'208";a="191387843" Received: from mail6.webfaction.com (HELO smtp.webfaction.com) ([74.55.86.74]) by mail1-smtp-roc.national.inria.fr with ESMTP; 24 Jan 2013 16:57:43 +0100 Received: from [172.20.10.2] (23-234.197-178.cust.bluewin.ch [178.197.234.23]) by smtp.webfaction.com (Postfix) with ESMTP id 9439F20B1DA7; Thu, 24 Jan 2013 15:57:40 +0000 (UTC) Date: Thu, 24 Jan 2013 16:57:37 +0100 From: =?utf-8?Q?Daniel_B=C3=BCnzli?= To: Alain Frisch Cc: caml-list , wg-camlp4@lists.ocaml.org, Leo P White , Anil Madhavapeddy Message-ID: <90C5BC201F264C4C902B4E7897660042@erratique.ch> In-Reply-To: <510145A5.6030807@frisch.fr> References: <510145A5.6030807@frisch.fr> X-Mailer: sparrow 1.6.4 (build 1178) MIME-Version: 1.0 Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: quoted-printable Content-Disposition: inline Subject: Re: [Caml-list] Working Group: the future of syntax extensions in OCaml, after camlp4 Le jeudi, 24 janvier 2013 =C3=A0 15:31, Alain Frisch a =C3=A9crit : > - Gather information from the community about the use of camlp4. > (Please consider sharing information about your use of camlp4 > and camlp4-based extensions, even if you don't plan to participate > to the working group discussions!) I tried to disable camlp4 to compile OCaml 4.00.1 on a raspberry pi --- tak= es half the (long) compilation time, and allows you to compile OCaml withou= t having to increase the swap size of the default raspbian image to prevent= the system from crashing during camlp4 compilation... However one thing I learned is that currently, it's pretty a no go as camlp= 4 is needed by ocamlfind which means that if you use something like opam to= install software you can't install any of the 'required by' packages menti= oned on this page [1].=20=20 So it seems that to get rid of camlp4, ocamlfind needs to get rid of camlp4= , I'd be interested in what Gerd has to say about that (I have no idea if c= amlp4 is used by the tool itself or if it's just needed to provide support = for camlp4).=20=20 Best, Daniel [1] http://opam.ocamlpro.com/pkg/ocamlfind.1.3.3.html