[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
01/11: gnu: Add ocaml-core-kernel.
From: |
julien lepiller |
Subject: |
01/11: gnu: Add ocaml-core-kernel. |
Date: |
Tue, 6 Jun 2017 15:09:59 -0400 (EDT) |
roptat pushed a commit to branch master
in repository guix.
commit 52485163f3ccb65e46f9ae1929aa380e6abfd3aa
Author: Julien Lepiller <address@hidden>
Date: Sun May 28 15:06:06 2017 +0200
gnu: Add ocaml-core-kernel.
* gnu/packages/ocaml.scm (ocaml-core-kernel): New variable.
---
gnu/packages/ocaml.scm | 32 ++++++++++++++++++++++++++++++++
1 file changed, 32 insertions(+)
diff --git a/gnu/packages/ocaml.scm b/gnu/packages/ocaml.scm
index 863e367..b7adc6e 100644
--- a/gnu/packages/ocaml.scm
+++ b/gnu/packages/ocaml.scm
@@ -2907,3 +2907,35 @@ the expected output.")
(synopsis "Standard Jane Street ppx rewriters")
(description "Ppx_jane is a ppx_driver including all standard ppx
rewriters.")
(license license:asl2.0)))
+
+(define-public ocaml-core-kernel
+ (package
+ (name "ocaml-core-kernel")
+ (version "113.33.03")
+ (source (janestreet-origin "core_kernel" version
+ "0fl23jrwivixawhxinbwaw9cabqnzn7fini7dxpxjjvkxdc8ip5y"))
+ (native-inputs
+ `(("js-build-tools" ,ocaml-js-build-tools)
+ ("ppx-jane" ,ocaml-ppx-jane)
+ ("opam" ,opam)))
+ (propagated-inputs
+ `(("bin_prot" ,ocaml-bin-prot)
+ ("ppx-assert" ,ocaml-ppx-assert)
+ ("ppx-bench" ,ocaml-ppx-bench)
+ ("ppx-driver" ,ocaml-ppx-driver)
+ ("ppx-expect" ,ocaml-ppx-expect)
+ ("ppx-inline-test" ,ocaml-ppx-inline-test)
+ ("typerep" ,ocaml-typerep)
+ ("sexplib" ,ocaml-sexplib)
+ ("variantslib" ,ocaml-variantslib)
+ ("result" ,ocaml-result)
+ ("fieldslib" ,ocaml-fieldslib)))
+ (build-system ocaml-build-system)
+ (arguments janestreet-arguments)
+ (home-page "https://github.com/janestreet/core_kernel/")
+ (synopsis "Portable standard library for OCaml")
+ (description "Core is an alternative to the OCaml standard library.
+
+Core_kernel is the system-independent part of Core. It is aimed for cases when
+the full Core is not available, such as in Javascript.")
+ (license license:asl2.0)))
- branch master updated (de31088 -> 50cbbc9), julien lepiller, 2017/06/06
- 03/11: gnu: Add ocaml-async-rpc-kernel., julien lepiller, 2017/06/06
- 02/11: gnu: Add ocaml-async-kernel., julien lepiller, 2017/06/06
- 09/11: gnu: Add ocaml-cstruct., julien lepiller, 2017/06/06
- 01/11: gnu: Add ocaml-core-kernel.,
julien lepiller <=
- 05/11: gnu: Add ocaml-async-unix., julien lepiller, 2017/06/06
- 07/11: gnu: Add ocaml-async., julien lepiller, 2017/06/06
- 11/11: gnu: coq: Add search-paths for coq libraries., julien lepiller, 2017/06/06
- 06/11: gnu: Add ocaml-async-extra., julien lepiller, 2017/06/06
- 04/11: gnu: Add ocaml-core., julien lepiller, 2017/06/06
- 10/11: gnu: Add ocaml-hex., julien lepiller, 2017/06/06
- 08/11: gnu: Add ocaml-ocplib-endian., julien lepiller, 2017/06/06