ocaml-textutils: 112.17.00 -> 112.17.00/113.33.03

PPX/P4 split
This commit is contained in:
Matthew Maurer
2016-09-14 02:36:07 -04:00
parent 3062264c3a
commit eafda42dc6
3 changed files with 23 additions and 3 deletions
@@ -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;
};
}