From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:36097) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1gCsoV-0005vK-1n for guix-patches@gnu.org; Wed, 17 Oct 2018 16:53:07 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1gCsoT-0006v7-Ch for guix-patches@gnu.org; Wed, 17 Oct 2018 16:53:06 -0400 Received: from debbugs.gnu.org ([208.118.235.43]:51604) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1gCsoT-0006uy-8h for guix-patches@gnu.org; Wed, 17 Oct 2018 16:53:05 -0400 Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1gCsoT-0007OK-7b for guix-patches@gnu.org; Wed, 17 Oct 2018 16:53:05 -0400 Subject: [bug#33079] [PATCH 18/34] =?UTF-8?Q?gnu:=C2=A0Add?= ocaml4.02-camlzip. Resent-Message-ID: From: Julien Lepiller Date: Wed, 17 Oct 2018 22:34:26 +0200 Message-Id: <20181017203442.7075-18-julien@lepiller.eu> In-Reply-To: <20181017203442.7075-1-julien@lepiller.eu> References: <20181017223130.775b25fc@lepiller.eu> <20181017203442.7075-1-julien@lepiller.eu> MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 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: 33079@debbugs.gnu.org * gnu/packages/ocaml.scm (ocaml4.02-camlzip): New variable. --- gnu/packages/ocaml.scm | 3 +++ 1 file changed, 3 insertions(+) diff --git a/gnu/packages/ocaml.scm b/gnu/packages/ocaml.scm index 4d313a76b..3854bb73d 100644 --- a/gnu/packages/ocaml.scm +++ b/gnu/packages/ocaml.scm @@ -1196,6 +1196,9 @@ files in these formats.") (base32 "0syh72jk9s0qwjmmfrkqchaj98m020ii082jn38pwnmb6v3p02wk"))))))) +(define-public ocaml4.02-camlzip + (package-with-ocaml4.02 camlzip)) + (define-public ocamlmod (package (name "ocamlmod") -- 2.18.0