From debbugs-submit-bounces@debbugs.gnu.org Thu Dec 20 05:41:37 2018 Received: (at submit) by debbugs.gnu.org; 20 Dec 2018 10:41:37 +0000 Received: from localhost ([127.0.0.1]:55490 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1gZvlp-0003eu-EF for submit@debbugs.gnu.org; Thu, 20 Dec 2018 05:41:37 -0500 Received: from eggs.gnu.org ([208.118.235.92]:44410) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1gZvln-0003ei-8A for submit@debbugs.gnu.org; Thu, 20 Dec 2018 05:41:35 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1gZvlZ-0004n9-4q for submit@debbugs.gnu.org; Thu, 20 Dec 2018 05:41:27 -0500 X-Spam-Checker-Version: SpamAssassin 3.3.2 (2011-06-06) on eggs.gnu.org X-Spam-Level: X-Spam-Status: No, score=-0.5 required=5.0 tests=BAYES_05 autolearn=disabled version=3.3.2 Received: from lists.gnu.org ([2001:4830:134:3::11]:36622) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_256_CBC_SHA1:32) (Exim 4.71) (envelope-from ) id 1gZvlS-0004j0-EQ for submit@debbugs.gnu.org; Thu, 20 Dec 2018 05:41:15 -0500 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 To: guix-patches@gnu.org Subject: [PATCH] Opam importer improvements Message-ID: X-Sender: julien@lepiller.eu User-Agent: Roundcube Webmail/1.3.8 X-detected-operating-system: by eggs.gnu.org: Genre and OS details not recognized. X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.6.x X-Received-From: 2001:4830:134:3::11 X-Spam-Score: -5.0 (-----) X-Debbugs-Envelope-To: submit X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: debbugs-submit-bounces@debbugs.gnu.org Sender: "Debbugs-submit" X-Spam-Score: -6.0 (------) 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.