guix-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[PATCH 78/96] gnu: Add ocaml-core-kernel


From: Julien Lepiller
Subject: [PATCH 78/96] gnu: Add ocaml-core-kernel
Date: Tue, 3 Jan 2017 20:11:59 +0100

* gnu/packages/ocaml.scm (ocaml-core-kernel): New variable.
---
 gnu/packages/ocaml.scm | 30 ++++++++++++++++++++++++++++++
 1 file changed, 30 insertions(+)

diff --git a/gnu/packages/ocaml.scm b/gnu/packages/ocaml.scm
index c9537be14..36f4654e2 100644
--- a/gnu/packages/ocaml.scm
+++ b/gnu/packages/ocaml.scm
@@ -2498,3 +2498,33 @@ 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")
+    (home-page "https://github.com/janestreet/core_kernel/";)
+    (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)
+    (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)))
-- 
2.11.0




reply via email to

[Prev in Thread] Current Thread [Next in Thread]