From mboxrd@z Thu Jan 1 00:00:00 1970 From: Julien Lepiller Subject: [PATCH 00/10] ocaml patches Date: Tue, 31 Jan 2017 21:58:05 +0100 Message-ID: <20170131205815.14576-1-julien@lepiller.eu> Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:34534) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1cYfVf-0006mV-Ss for guix-devel@gnu.org; Tue, 31 Jan 2017 15:58:41 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1cYfVa-0005M5-Vw for guix-devel@gnu.org; Tue, 31 Jan 2017 15:58:40 -0500 Received: from dau94-h03-89-91-205-84.dsl.sta.abo.bbox.fr ([89.91.205.84]:41338 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 1cYfVa-0005Lg-Iv for guix-devel@gnu.org; Tue, 31 Jan 2017 15:58:34 -0500 Received: from localhost (localhost [127.0.0.1]) by skaro.lepiller.eu (Postfix) with ESMTP id 6E14E80B00 for ; Tue, 31 Jan 2017 21:58: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 lbiXQ2k3kl7A for ; Tue, 31 Jan 2017 21:58:27 +0100 (CET) Received: from localhost.localdomain (128-79-116-134.hfc.dyn.abo.bbox.fr [128.79.116.134]) by skaro.lepiller.eu (Postfix) with ESMTPSA id EED847F936 for ; Tue, 31 Jan 2017 21:58:26 +0100 (CET) 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 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(+) -- 2.11.0