From mboxrd@z Thu Jan 1 00:00:00 1970 From: Julien Lepiller Subject: Re: [PATCH 00/10] ocaml patches Date: Tue, 7 Feb 2017 21:16:18 +0100 Message-ID: <20170207211618.2a600ca0@lepiller.eu> References: <20170131205815.14576-1-julien@lepiller.eu> Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:54704) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1cbCBq-0000sJ-Pa for guix-devel@gnu.org; Tue, 07 Feb 2017 15:16:44 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1cbCBl-00062z-Rq for guix-devel@gnu.org; Tue, 07 Feb 2017 15:16:38 -0500 Received: from dau94-h03-89-91-205-84.dsl.sta.abo.bbox.fr ([89.91.205.84]:55240 helo=skaro.lepiller.eu) by eggs.gnu.org with esmtps (TLS1.0:DHE_RSA_AES_256_CBC_SHA1:32) (Exim 4.71) (envelope-from ) id 1cbCBl-00060H-FK for guix-devel@gnu.org; Tue, 07 Feb 2017 15:16:33 -0500 Received: from localhost (localhost [127.0.0.1]) by skaro.lepiller.eu (Postfix) with ESMTP id 6761780255 for ; Tue, 7 Feb 2017 21:16:30 +0100 (CET) Received: from skaro.lepiller.eu ([127.0.0.1]) by localhost (lepiller.eu [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id EWpuRrdCbWTM for ; Tue, 7 Feb 2017 21:16:27 +0100 (CET) Received: from localhost (128-79-116-134.hfc.dyn.abo.bbox.fr [128.79.116.134]) by skaro.lepiller.eu (Postfix) with ESMTPSA id 7F3A77F936 for ; Tue, 7 Feb 2017 21:16:26 +0100 (CET) In-Reply-To: <20170131205815.14576-1-julien@lepiller.eu> 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: guix-devel@gnu.org On Tue, 31 Jan 2017 21:58:05 +0100 Julien Lepiller wrote: > Here is the next series of patches. I think I took into account all > of your previous remarks, so it should be faster. > > Julien Lepiller (10): > gnu: Add ocaml-fieldslib. > gnu: Add ocaml-ppx-core. > gnu: Add ocaml-ppx-optcomp. > gnu: Add ocaml-ppx-driver. > gnu: Add ocaml-cppo. > gnu: Add ocaml-ppx-deriving. > gnu: Add ocaml-ppx-type-conv. > gnu: Add ocaml-ppx-inline-test. > gnu: Add ocaml-ppx-bench. > gnu: Add ocaml-ppx-compare. > > gnu/packages/ocaml.scm | 255 > +++++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 255 > insertions(+) > Up? Can I push them?