From mboxrd@z Thu Jan 1 00:00:00 1970 From: Julien Lepiller Subject: [PATCH 00/10] ocaml patches Date: Wed, 18 Jan 2017 21:27:52 +0100 Message-ID: <20170118202802.5073-1-julien@lepiller.eu> Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:56622) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1cTwqD-0005et-PU for guix-devel@gnu.org; Wed, 18 Jan 2017 15:28:22 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1cTwqA-0008Tv-F9 for guix-devel@gnu.org; Wed, 18 Jan 2017 15:28:22 -0500 Received: from dau94-h03-89-91-205-84.dsl.sta.abo.bbox.fr ([89.91.205.84]:39583 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 1cTwqA-0008TI-0v for guix-devel@gnu.org; Wed, 18 Jan 2017 15:28:18 -0500 Received: from localhost (localhost [127.0.0.1]) by skaro.lepiller.eu (Postfix) with ESMTP id AF20F7FFEB for ; Wed, 18 Jan 2017 21:28:12 +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 bWfmWLqLK5me for ; Wed, 18 Jan 2017 21:28:09 +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 6AD297FCD1 for ; Wed, 18 Jan 2017 21:28:08 +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 are the next 10 ocaml-related patches I would like to push. What do you think? I'm pretty sure number 9 and 10 can be improved, any idea? Julien Lepiller (10): gnu: Add ocaml-base64. gnu: Add ocamlify. gnu: Add omake. gnu: Add ocaml-batteries. gnu: Add ocaml-pcre. gnu: Add ocaml-expect. gnu: Add ocaml-fileutils. gnu: Add ocaml-oasis. gnu: Add ocaml-js-build-tools. gnu: Add ocaml-bin-prot. gnu/local.mk | 2 + gnu/packages/ocaml.scm | 301 +++++++++++++++++++++ .../patches/ocaml-janestreet-fix-libdir.patch | 36 +++ .../patches/ocaml-omake-fix-non-determinism.patch | 41 +++ 4 files changed, 380 insertions(+) create mode 100644 gnu/packages/patches/ocaml-janestreet-fix-libdir.patch create mode 100644 gnu/packages/patches/ocaml-omake-fix-non-determinism.patch -- 2.11.0