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 mail3-relais-sop.national.inria.fr (mail3-relais-sop.national.inria.fr [192.134.164.104]) by sympa.inria.fr (Postfix) with ESMTPS id 92A657FCF1 for ; Fri, 10 Apr 2015 13:56:32 +0200 (CEST) Received-SPF: None (mail3-smtp-sop.national.inria.fr: no sender authenticity information available from domain of daniel.buenzli@erratique.ch) identity=pra; client-ip=74.55.86.74; receiver=mail3-smtp-sop.national.inria.fr; envelope-from="daniel.buenzli@erratique.ch"; x-sender="daniel.buenzli@erratique.ch"; x-conformance=sidf_compatible Received-SPF: None (mail3-smtp-sop.national.inria.fr: no sender authenticity information available from domain of daniel.buenzli@erratique.ch) identity=mailfrom; client-ip=74.55.86.74; receiver=mail3-smtp-sop.national.inria.fr; envelope-from="daniel.buenzli@erratique.ch"; x-sender="daniel.buenzli@erratique.ch"; x-conformance=sidf_compatible Received-SPF: None (mail3-smtp-sop.national.inria.fr: no sender authenticity information available from domain of postmaster@smtp.webfaction.com) identity=helo; client-ip=74.55.86.74; receiver=mail3-smtp-sop.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: A0CxAAApuidVnEpWN0pcg15cgxXDJ4V/AoF2EQEBAQEBAQERAQEBAQEGDQkJFC6EIAEBBCNJCgMQCxgCAiYCAkcQBhuIIgQJuAqWWQEBAQEBAQQBAQEBAQEYBIEhigqCZiSBPzMHgmgvgRYBBJR7giuKcg+NTYQTbYJDAQEB X-IPAS-Result: A0CxAAApuidVnEpWN0pcg15cgxXDJ4V/AoF2EQEBAQEBAQERAQEBAQEGDQkJFC6EIAEBBCNJCgMQCxgCAiYCAkcQBhuIIgQJuAqWWQEBAQEBAQQBAQEBAQEYBIEhigqCZiSBPzMHgmgvgRYBBJR7giuKcg+NTYQTbYJDAQEB X-IronPort-AV: E=Sophos;i="5.11,556,1422918000"; d="scan'208";a="109128518" Received: from mail6.webfaction.com (HELO smtp.webfaction.com) ([74.55.86.74]) by mail3-smtp-sop.national.inria.fr with ESMTP; 10 Apr 2015 13:56:04 +0200 Received: from [172.20.10.2] (207.228.197.178.dynamic.wless.zhbmb00p-cgnat.res.cust.swisscom.ch [178.197.228.207]) by smtp.webfaction.com (Postfix) with ESMTP id A76C620D343C; Fri, 10 Apr 2015 11:55:51 +0000 (UTC) Date: Fri, 10 Apr 2015 13:55:46 +0200 From: =?utf-8?Q?Daniel_B=C3=BCnzli?= To: =?utf-8?Q?Fran=C3=A7ois_Bobot?= Cc: caml-list@inria.fr Message-ID: <017E69CBC52B4A698E545976E4CC24F4@erratique.ch> In-Reply-To: <5527AE3A.70200@cea.fr> References: <2f9c74beafcf41f3ab30324fb1ece739@nleyten.com> <55257AAD.6030004@zoho.com> <5297cdaceccd6db2a60700bf686ccfb7@nleyten.com> <1428576994.22412.21.camel@e130.lan.sumadev.de> <46483E4AF51B46A3B3F91B3B5CFE8249@erratique.ch> <1428597912.4056.107.camel@thinkpad.lan.sumadev.de> <9CB3F43413964B9F93581B26AD6B391B@erratique.ch> <1428618115.4451.6.camel@zotac> <55278F9D.8030607@cea.fr> <6C2BFE0C79F1491BAEB633BE70A6CE4D@erratique.ch> <5527AE3A.70200@cea.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] META file standards for ppx extensions Le vendredi, 10 avril 2015 =C3=A0 13:04, Fran=C3=A7ois Bobot a =C3=A9crit : > On 10/04/2015 11:42, Daniel B=C3=BCnzli wrote: > > It's all about having a *composable* toolchain vs. inflexible monolithi= c black boxes. >=20=20 > In order to gain flexibility, do you tried to link with findlib? If you are refering to this=20=20 https://github.com/whitequark/ocaml-findlib/blob/master/src/findlib/findlib= .mli then it doesn't seem to be much different from `ocamlfind query`, which as = I already mentioned I had hard time to use to achieve my goals. But then ma= ybe I should simply short-circuit all the ocamlfind flags logic and simply = query the objects in the META files (which I didn't understand at the time = could be done by simply using "(%property)" notation; I used to fight with= the various other % formatters).=20=20 Best, Daniel