From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: 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 7826F7F720 for ; Fri, 11 Apr 2014 18:05:10 +0200 (CEST) Received-SPF: None (mail3-smtp-sop.national.inria.fr: no sender authenticity information available from domain of anil@recoil.org) identity=pra; client-ip=89.16.177.154; receiver=mail3-smtp-sop.national.inria.fr; envelope-from="anil@recoil.org"; x-sender="anil@recoil.org"; x-conformance=sidf_compatible Received-SPF: None (mail3-smtp-sop.national.inria.fr: no sender authenticity information available from domain of anil@recoil.org) identity=mailfrom; client-ip=89.16.177.154; receiver=mail3-smtp-sop.national.inria.fr; envelope-from="anil@recoil.org"; x-sender="anil@recoil.org"; x-conformance=sidf_compatible Received-SPF: None (mail3-smtp-sop.national.inria.fr: no sender authenticity information available from domain of postmaster@dark.recoil.org) identity=helo; client-ip=89.16.177.154; receiver=mail3-smtp-sop.national.inria.fr; envelope-from="anil@recoil.org"; x-sender="postmaster@dark.recoil.org"; x-conformance=sidf_compatible X-IronPort-Anti-Spam-Filtered: true X-IronPort-Anti-Spam-Result: AiEFAE0RSFNZELGadGdsb2JhbABZsCqYP4EyDgEMFQg8giUBAQEDAXkFCwtGVwYTh3QIBMw/F445MweDJIEUBJhglXQ X-IPAS-Result: AiEFAE0RSFNZELGadGdsb2JhbABZsCqYP4EyDgEMFQg8giUBAQEDAXkFCwtGVwYTh3QIBMw/F445MweDJIEUBJhglXQ X-IronPort-AV: E=Sophos;i="4.97,842,1389740400"; d="scan'208";a="56704925" Received: from recoil.dh.bytemark.co.uk (HELO dark.recoil.org) ([89.16.177.154]) by mail3-smtp-sop.national.inria.fr with SMTP; 11 Apr 2014 18:05:09 +0200 Received: (qmail 16668 invoked by uid 634); 11 Apr 2014 16:05:08 -0000 X-Spam-Level: * X-Spam-Check-By: dark.recoil.org Received: from volstagg-0.srg.cl.cam.ac.uk (HELO flick.office) (128.232.32.232) (smtp-auth username remote@recoil.org, mechanism cram-md5) by dark.recoil.org (qpsmtpd/0.84) with ESMTPA; Fri, 11 Apr 2014 17:05:07 +0100 Content-Type: text/plain; charset=iso-8859-1 Mime-Version: 1.0 (Mac OS X Mail 7.2 \(1874\)) From: Anil Madhavapeddy In-Reply-To: Date: Fri, 11 Apr 2014 17:05:10 +0100 Cc: =?iso-8859-1?Q?Markus_Wei=DFmann?= , caml-list@inria.fr Content-Transfer-Encoding: quoted-printable Message-Id: References: <77DB6A35979C449C90DEAC36896DA971@erratique.ch> <53c5ec5fa458ca0ae78f13ff79d9abf5@in.tum.de> To: =?iso-8859-1?Q?Daniel_B=FCnzli?= X-Mailer: Apple Mail (2.1874) X-Virus-Checked: Checked by ClamAV on dark.recoil.org Subject: Re: [Caml-list] [ANN] React 1.0.0 On 11 Apr 2014, at 16:58, Daniel B=FCnzli wro= te: > For react the build system is very simple, from the root directory of the= distribution you have to invoke a single shell script as follow: >=20 > ./pkg/build $HAS_NATIVE=20=20 >=20 > Where HAS_NATIVE should be "true" if you have ocamlopt and "false" if you= don't. This will build the artefacts using ocamlbuild and generate a react= .install file at the toplevel directory of the distribution. You can then e= ither process this file yourself or more recommended directly use the opam-= installer tool distributed with opam to process this file and install the f= iles at a given $PREFIX. Using opam-installer seems fairly straightforward, as it has a -prefix opti= on which should permit installing into a fakeroot or other custom DESTDIR. The only request from a packaging perspective I have from your scripts is t= o also have a $HAS_NATIVE_DYNLINK, as there are some architectures for whic= h we have native code support (like sparc) but no native dynlink support ye= t. cheers, Anil