guix-devel
[Top][All Lists]
Advanced

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

[PATCH 64/96] gnu: Add ocaml-ppx-assert


From: Julien Lepiller
Subject: [PATCH 64/96] gnu: Add ocaml-ppx-assert
Date: Tue, 3 Jan 2017 20:11:45 +0100

* gnu/packages/ocaml.scm (ocaml-ppx-assert): New variable.
---
 gnu/packages/ocaml.scm | 23 +++++++++++++++++++++++
 1 file changed, 23 insertions(+)

diff --git a/gnu/packages/ocaml.scm b/gnu/packages/ocaml.scm
index 911fd24e0..b46ace7c2 100644
--- a/gnu/packages/ocaml.scm
+++ b/gnu/packages/ocaml.scm
@@ -2182,3 +2182,26 @@ variant types.")
     (synopsis "Expands [%here] into its location")
     (description "Expands [%here] into its location.")
     (license license:asl2.0)))
+
+(define-public ocaml-ppx-assert
+  (package
+    (name "ocaml-ppx-assert")
+    (version "113.33.03")
+    (home-page "https://github.com/janestreet/ppx_assert/";)
+    (source (janestreet-origin "ppx_assert" version
+              "1k5kxmqkibp5fk25pgz81f3c1r4mgvb5byzf6bnmxd24y60wn46p"))
+    (build-system ocaml-build-system)
+    (native-inputs `(("js-build-tools" ,ocaml-js-build-tools)
+                     ("opam" ,opam)))
+    (propagated-inputs `(("ppx-compare" ,ocaml-ppx-compare)
+                         ("ppx-core" ,ocaml-ppx-core)
+                         ("ppx-driver" ,ocaml-ppx-driver)
+                         ("ppx-sexp-conv" ,ocaml-ppx-sexp-conv)
+                         ("ppx-tools" ,ocaml-ppx-tools)
+                         ("ppx-type-conv" ,ocaml-ppx-type-conv)
+                         ("ppx-sexplib" ,ocaml-sexplib)
+                         ("ppx-here" ,ocaml-ppx-here)))
+    (arguments janestreet-arguments)
+    (synopsis "Assert-like extension nodes that raise useful errors on 
failure")
+    (description "Assert-like extension nodes that raise useful errors on 
failure.")
+    (license license:asl2.0)))
-- 
2.11.0




reply via email to

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