[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[PATCH 09/10] gnu: Add ocaml-ppx-bench.
From: |
Julien Lepiller |
Subject: |
[PATCH 09/10] gnu: Add ocaml-ppx-bench. |
Date: |
Tue, 31 Jan 2017 21:58:14 +0100 |
* gnu/packages/ocaml.scm (ocaml-ppx-bench): New variable.
---
gnu/packages/ocaml.scm | 22 ++++++++++++++++++++++
1 file changed, 22 insertions(+)
diff --git a/gnu/packages/ocaml.scm b/gnu/packages/ocaml.scm
index b44966248..0410dbe83 100644
--- a/gnu/packages/ocaml.scm
+++ b/gnu/packages/ocaml.scm
@@ -2231,3 +2231,25 @@ different preprocessors that generate code from type
specifications.")
(synopsis "Syntax extension for writing in-line tests in ocaml code")
(description "Syntax extension for writing in-line tests in ocaml code.")
(license license:asl2.0)))
+
+(define-public ocaml-ppx-bench
+ (package
+ (name "ocaml-ppx-bench")
+ (version "113.33.03")
+ (source (janestreet-origin "ppx_bench" version
+ "1hky3y17qpb925rymf97wv54di9gaqdmkix7wpkjw14qzl512b68"))
+ (build-system ocaml-build-system)
+ (native-inputs
+ `(("js-build-tools" ,ocaml-js-build-tools)
+ ("opam" ,opam)
+ ("ppx-core" ,ocaml-ppx-core)))
+ (propagated-inputs
+ `(("ppx-driver" ,ocaml-ppx-driver)
+ ("ppx-tools" ,ocaml-ppx-tools)
+ ("ppx-inline-test" ,ocaml-ppx-inline-test)
+ ("ppx-core" ,ocaml-ppx-core)))
+ (arguments janestreet-arguments)
+ (home-page "https://github.com/janestreet/ppx_bench/")
+ (synopsis "Syntax extension for writing in-line benchmarks in ocaml code")
+ (description "Syntax extension for writing in-line benchmarks in ocaml
code.")
+ (license license:asl2.0)))
--
2.11.0
- Re: [PATCH 00/10] ocaml patches, (continued)
- [PATCH 00/10] ocaml patches, Julien Lepiller, 2017/01/31
- [PATCH 02/10] gnu: Add ocaml-ppx-core., Julien Lepiller, 2017/01/31
- [PATCH 01/10] gnu: Add ocaml-fieldslib., Julien Lepiller, 2017/01/31
- [PATCH 03/10] gnu: Add ocaml-ppx-optcomp., Julien Lepiller, 2017/01/31
- [PATCH 04/10] gnu: Add ocaml-ppx-driver., Julien Lepiller, 2017/01/31
- [PATCH 05/10] gnu: Add ocaml-cppo., Julien Lepiller, 2017/01/31
- [PATCH 06/10] gnu: Add ocaml-ppx-deriving., Julien Lepiller, 2017/01/31
- [PATCH 07/10] gnu: Add ocaml-ppx-type-conv., Julien Lepiller, 2017/01/31
- [PATCH 08/10] gnu: Add ocaml-ppx-inline-test., Julien Lepiller, 2017/01/31
- [PATCH 09/10] gnu: Add ocaml-ppx-bench.,
Julien Lepiller <=
- [PATCH 10/10] gnu: Add ocaml-ppx-compare., Julien Lepiller, 2017/01/31