From mboxrd@z Thu Jan 1 00:00:00 1970 From: ludo@gnu.org (Ludovic =?utf-8?Q?Court=C3=A8s?=) Subject: Re: [PATCH 00/96] ocaml-build-system and packages Date: Wed, 04 Jan 2017 21:57:11 +0100 Message-ID: <87d1g2ilw8.fsf@gnu.org> References: <20170103191217.6431-1-julien@lepiller.eu> Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:33164) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1cOscb-0002YG-B5 for guix-devel@gnu.org; Wed, 04 Jan 2017 15:57:22 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1cOsca-0008J4-IK for guix-devel@gnu.org; Wed, 04 Jan 2017 15:57:21 -0500 In-Reply-To: <20170103191217.6431-1-julien@lepiller.eu> (Julien Lepiller's message of "Tue, 3 Jan 2017 20:10:41 +0100") List-Id: "Development of GNU Guix and the GNU System distribution." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: guix-devel-bounces+gcggd-guix-devel=m.gmane.org@gnu.org Sender: "Guix-devel" To: Julien Lepiller Cc: guix-devel@gnu.org Hello! Julien Lepiller skribis: > Hi, it's a bit late for christmas, so let's call this ocamlismas ;). > > Here are ~100 patches that: > > - Add an ocaml-build-system > - Change the ocaml compiler, camlp4 and findlib to work nicely with it > - A lot of packages (all dependencies of bap, and bap itself). Woow, congrats! > I took one patch from debian to help the compiler produce reproducible bi= naries. > Without this patch some modules would embed temporary file names. A few p= ackages > also had reproducibility issues, but that is fixed, except for one of the= m. Great that you checked that too! Unless someone explicitly asks for help, I=E2=80=99ll let David Craven hand= le it since he=E2=80=99s more in OCaml than I am AFAICT. Do you have an OPAM importer for this? We should probably consider adding one and an updater as well. :-) Thank you! Ludo=E2=80=99.