about summary refs log tree commit diff
path: root/pkgs/development/ocaml-modules/janestreet
diff options
context:
space:
mode:
authorMatthew Maurer <matthew.r.maurer@gmail.com>2016-09-13 21:48:15 -0400
committerMatthew Maurer <matthew.r.maurer@gmail.com>2016-09-14 02:36:07 -0400
commiteafda42dc6680d879fecc5365399457453fe6f42 (patch)
tree5d8aa78e9188f7ce4ef4d24c088444c2ad5f1b4d /pkgs/development/ocaml-modules/janestreet
parent3062264c3acb5aa69f4595bbcb507bc765112320 (diff)
downloadnixlib-eafda42dc6680d879fecc5365399457453fe6f42.tar
nixlib-eafda42dc6680d879fecc5365399457453fe6f42.tar.gz
nixlib-eafda42dc6680d879fecc5365399457453fe6f42.tar.bz2
nixlib-eafda42dc6680d879fecc5365399457453fe6f42.tar.lz
nixlib-eafda42dc6680d879fecc5365399457453fe6f42.tar.xz
nixlib-eafda42dc6680d879fecc5365399457453fe6f42.tar.zst
nixlib-eafda42dc6680d879fecc5365399457453fe6f42.zip
ocaml-textutils: 112.17.00 -> 112.17.00/113.33.03
PPX/P4 split
Diffstat (limited to 'pkgs/development/ocaml-modules/janestreet')
-rw-r--r--pkgs/development/ocaml-modules/janestreet/textutils.nix18
1 files changed, 18 insertions, 0 deletions
diff --git a/pkgs/development/ocaml-modules/janestreet/textutils.nix b/pkgs/development/ocaml-modules/janestreet/textutils.nix
new file mode 100644
index 000000000000..459743f055ab
--- /dev/null
+++ b/pkgs/development/ocaml-modules/janestreet/textutils.nix
@@ -0,0 +1,18 @@
+{stdenv, buildOcamlJane,
+ bin_prot, core, fieldslib, sexplib, typerep, variantslib,
+ ppx_assert, ppx_bench, ppx_driver, ppx_expect, ppx_inline_test, ppx_jane}:
+
+buildOcamlJane rec {
+  name = "textutils";
+  hash = "0mkjm9b3k7db7zzrq4403v8qbkgqgkjlz120vcbqh6z7d7ql65vb";
+  propagatedBuildInputs =
+    [ bin_prot core fieldslib sexplib typerep variantslib
+      ppx_assert ppx_bench ppx_driver ppx_expect ppx_inline_test ppx_jane ];
+
+  meta = with stdenv.lib; {
+    homepage = https://github.com/janestreet/textutils;
+    description = "Text output utilities";
+    maintainers = [ maintainers.maurer ];
+    license = licenses.asl20;
+  };
+}