ocamlPackages.sexp_pretty: init at 0.12.0
This commit is contained in:
parent
57c43ad8d0
commit
e0dcde83b0
@ -429,6 +429,13 @@ rec {
|
|||||||
propagatedBuildInputs = [ core ];
|
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
|
### Packages at version 0.11, with dependencies at version 0.12
|
||||||
|
|
||||||
configurator = janePackage {
|
configurator = janePackage {
|
||||||
|
Loading…
Reference in New Issue
Block a user