[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[PATCH 02/10] gnu: Add ocaml-typerep.
From: |
Julien Lepiller |
Subject: |
[PATCH 02/10] gnu: Add ocaml-typerep. |
Date: |
Sun, 12 Mar 2017 21:29:00 +0100 |
* gnu/packages/ocaml.scm (ocaml-typerep): New variable.
---
gnu/packages/ocaml.scm | 16 ++++++++++++++++
1 file changed, 16 insertions(+)
diff --git a/gnu/packages/ocaml.scm b/gnu/packages/ocaml.scm
index dc2ce14d3..ce6c7fb8c 100644
--- a/gnu/packages/ocaml.scm
+++ b/gnu/packages/ocaml.scm
@@ -2297,3 +2297,19 @@ by making sure that you only compare comparable values.")
(description "Sexplib contains functionality for parsing and
pretty-printing
s-expressions.")
(license license:asl2.0)))
+
+(define-public ocaml-typerep
+ (package
+ (name "ocaml-typerep")
+ (version "113.33.03")
+ (source (janestreet-origin "typerep" version
+ "1b9v5bmi824a9d4sx0f40ixq0yfcbiqxafg4a1jx95xg9199zafy"))
+ (native-inputs
+ `(("js-build-tools" ,ocaml-js-build-tools)
+ ("opam" ,opam)))
+ (build-system ocaml-build-system)
+ (arguments janestreet-arguments)
+ (home-page "https://github.com/janestreet/typerep/")
+ (synopsis "Typerep is a library for runtime types")
+ (description "Typerep is a library for runtime types.")
+ (license license:asl2.0)))
--
2.12.0
- [PATCH 00/10] Next 10 ocaml packages, Julien Lepiller, 2017/03/12
- [PATCH 02/10] gnu: Add ocaml-typerep.,
Julien Lepiller <=
- [PATCH 01/10] gnu: Add ocaml-sexplib., Julien Lepiller, 2017/03/12
- [PATCH 03/10] gnu: Add ocaml-variantslib., Julien Lepiller, 2017/03/12
- [PATCH 04/10] gnu: Add ocaml-ppx-sexp-conv., Julien Lepiller, 2017/03/12
- [PATCH 05/10] gnu: Add ocaml-ppx-variants-conv., Julien Lepiller, 2017/03/12
- [PATCH 06/10] gnu: Add ocaml-ppx-here., Julien Lepiller, 2017/03/12
- [PATCH 07/10] gnu: Add ocaml-ppx-assert., Julien Lepiller, 2017/03/12
- [PATCH 08/10] gnu: Add ocaml-ppx-enumerate., Julien Lepiller, 2017/03/12
- [PATCH 09/10] gnu: Add ocaml-ppx-let., Julien Lepiller, 2017/03/12
- [PATCH 10/10] gnu: Add ocaml-ppx-typerep-conv., Julien Lepiller, 2017/03/12
- Re: [PATCH 00/10] Next 10 ocaml packages, Leo Famulari, 2017/03/13