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 7D9927F720 for ; Tue, 15 Apr 2014 21:21:31 +0200 (CEST) Received-SPF: None (mail2-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=mail2-smtp-roc.national.inria.fr; envelope-from="daniel.buenzli@erratique.ch"; x-sender="daniel.buenzli@erratique.ch"; x-conformance=sidf_compatible Received-SPF: None (mail2-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=mail2-smtp-roc.national.inria.fr; envelope-from="daniel.buenzli@erratique.ch"; x-sender="daniel.buenzli@erratique.ch"; x-conformance=sidf_compatible Received-SPF: None (mail2-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=mail2-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: AkYNAG6GTVNKN1ZKlGdsb2JhbABYg0GCR4EhwB2BPw4BAQEBBwsLCRIqgiYBBSNmJQImAgJHEAYbh3QEqW+iaBMEgSmNQYJvNYEUAQOfHxePJA X-IPAS-Result: AkYNAG6GTVNKN1ZKlGdsb2JhbABYg0GCR4EhwB2BPw4BAQEBBwsLCRIqgiYBBSNmJQImAgJHEAYbh3QEqW+iaBMEgSmNQYJvNYEUAQOfHxePJA X-IronPort-AV: E=Sophos;i="4.97,865,1389740400"; d="scan'208";a="68396599" Received: from mail6.webfaction.com (HELO smtp.webfaction.com) ([74.55.86.74]) by mail2-smtp-roc.national.inria.fr with ESMTP; 15 Apr 2014 21:21:30 +0200 Received: from [172.20.10.2] (201-236.197-178.cust.bluewin.ch [178.197.236.201]) by smtp.webfaction.com (Postfix) with ESMTP id 0D47E2284CF4 for ; Tue, 15 Apr 2014 19:21:27 +0000 (UTC) Date: Tue, 15 Apr 2014 21:21:25 +0200 From: =?utf-8?Q?Daniel_B=C3=BCnzli?= To: "=?utf-8?Q?caml-list=40inria.fr?=" Message-ID: <9E1DE157783042CAB1B225986D6DC7A6@erratique.ch> In-Reply-To: <660235A830144A6DB09C9B6A0538E5EF@erratique.ch> References: <77DB6A35979C449C90DEAC36896DA971@erratique.ch> <53c5ec5fa458ca0ae78f13ff79d9abf5@in.tum.de> <9636C678CAA541CCB505CE8771722A68@erratique.ch> <063FC564F6B44EA5AB1CF1D5589996D0@erratique.ch> <660235A830144A6DB09C9B6A0538E5EF@erratique.ch> 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: [Caml-list] topkg (was Re: OCaml script on windows (was Re: [ANN] React 1.0.0)) Le samedi, 12 avril 2014 =C3=A0 01:38, Daniel B=C3=BCnzli a =C3=A9crit : > That being said with an ocaml rewrite I'd abstract the thing a little bit= more to make it more DRY (I deliberately prevented myself of doing that in= sh: possible but guaranteed to become un-rereadable once you figured out t= he magic invocations) This is now done and available as topkg =E2=80=94 the trivial OCaml package= builder. https://github.com/dbuenzli/topkg The approach is extensively documented which should help packagers and pack= age developers that wish to take the same simplistic approach if it can wor= k for them. I also made it build system independent. Feedback welcome.=20=20 Best, Daniel