From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:54276) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1gZvmW-0003io-5a for guix-patches@gnu.org; Thu, 20 Dec 2018 05:42:25 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1gZvmL-0005PF-TD for guix-patches@gnu.org; Thu, 20 Dec 2018 05:42:17 -0500 Received: from debbugs.gnu.org ([208.118.235.43]:51232) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1gZvmE-0005LY-B1 for guix-patches@gnu.org; Thu, 20 Dec 2018 05:42:02 -0500 Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1gZvmE-0003fd-5A for guix-patches@gnu.org; Thu, 20 Dec 2018 05:42:02 -0500 Subject: [bug#33811] [PATCH] Opam importer improvements Resent-Message-ID: Received: from eggs.gnu.org ([2001:4830:134:3::10]:54005) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1gZvlR-0003ff-Lp for guix-patches@gnu.org; Thu, 20 Dec 2018 05:41:14 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1gZvlM-0004fe-HY for guix-patches@gnu.org; Thu, 20 Dec 2018 05:41:13 -0500 Received: from lepiller.eu ([2a00:5884:8208::1]:38336) by eggs.gnu.org with esmtps (TLS1.0:DHE_RSA_AES_256_CBC_SHA1:32) (Exim 4.71) (envelope-from ) id 1gZvlM-0004eW-5P for guix-patches@gnu.org; Thu, 20 Dec 2018 05:41:08 -0500 Received: from webmail.lepiller.eu (static-176-182-42-79.ncc.abo.bbox.fr [176.182.42.79]) by lepiller.eu (OpenSMTPD) with ESMTPSA id 175e3db3 (TLSv1.2:ECDHE-RSA-AES256-GCM-SHA384:256:NO) for ; Thu, 20 Dec 2018 10:38:00 +0000 (UTC) MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII; format=flowed Content-Transfer-Encoding: 7bit Date: Thu, 20 Dec 2018 11:41:00 +0100 From: Julien Lepiller Message-ID: 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 Hi, here are a few improvements to the opam importer. The first patch is 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.