From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([208.118.235.92]:54919) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1gcR4M-00057A-Oa for guix-patches@gnu.org; Thu, 27 Dec 2018 03:31:10 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1gcR4I-0002x3-Qf for guix-patches@gnu.org; Thu, 27 Dec 2018 03:31:06 -0500 Received: from debbugs.gnu.org ([208.118.235.43]:42904) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1gcR4I-0002wf-N1 for guix-patches@gnu.org; Thu, 27 Dec 2018 03:31:02 -0500 Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1gcR4I-0004WM-Cb for guix-patches@gnu.org; Thu, 27 Dec 2018 03:31:02 -0500 Subject: [bug#33811] [PATCH] Opam importer improvements Resent-Message-ID: Date: Thu, 27 Dec 2018 09:30:03 +0100 From: Julien Lepiller Message-ID: <20181227093003.7c2c1bcf@lepiller.eu> In-Reply-To: References: MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: quoted-printable List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: guix-patches-bounces+kyle=kyleam.com@gnu.org Sender: "Guix-patches" To: 33811@debbugs.gnu.org Le Thu, 20 Dec 2018 11:41:00 +0100, Julien Lepiller a =C3=A9crit : > Hi, >=20 > here are a few improvements to the opam importer. The first patch is=20 > somewhat unrelated and moves coq and coq packages away from ocaml.scm > to a new coq.scm file. The second and third patches add a recursive > option and an updater for opam, while the fourth and fith patches > make sure it works for ocaml-graph: I found that the importer didn't > support comments that are present in the opam file for ocamlgraph. Hi, I'd like to push this series soonish. I can wait a bit more if anyone wants to make a review of course. Thank you!