* gnu/packages/ocaml.scm (ocaml-typerep): New variable.
---
gnu/packages/ocaml.scm | 15 +++++++++++++++
1 file changed, 15 insertions(+)
diff --git a/gnu/packages/ocaml.scm b/gnu/packages/ocaml.scm
index 993007484..cee7e9321 100644
--- a/gnu/packages/ocaml.scm
+++ b/gnu/packages/ocaml.scm
@@ -2093,3 +2093,18 @@ 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")
+ (home-page "https://github.com/janestreet/typerep/")
+ (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)
+ (synopsis "Typerep is a library for runtime types")
+ (description "Typerep is a library for runtime types.")
+ (license license:asl2.0)))
--
2.11.0