ocamlPackages.sexp_pretty: init at 0.12.0

This commit is contained in:
Vincent Laporte 2019-09-23 20:47:01 +00:00 committed by Vincent Laporte
parent 57c43ad8d0
commit e0dcde83b0

View file

@ -429,6 +429,13 @@ rec {
propagatedBuildInputs = [ core ];
};
sexp_pretty = janePackage {
pname = "sexp_pretty";
hash = "06hdsaszc5cd7fphiblbn4r1sh36xgjwf2igzr2rvlzqs7jiv2v4";
meta.description = "S-expression pretty-printer";
propagatedBuildInputs = [ ppx_base re sexplib ];
};
### Packages at version 0.11, with dependencies at version 0.12
configurator = janePackage {