ocamlPackages.shexp: init at 0.13

This commit is contained in:
Aaron L. Zeng 2020-10-20 02:35:31 -04:00 committed by Vincent Laporte
parent aeb67f8bd2
commit d2b8b92865
No known key found for this signature in database
GPG key ID: EBD582ADDDB1F81F

View file

@ -484,6 +484,20 @@ rec {
propagatedBuildInputs = [ async expect_test_helpers_kernel ];
};
posixat = janePackage {
pname = "posixat";
hash = "122fmd6v7fhiiivkxra539b5w3p5xkkd8mcjzvyb2msyq5zc6xa2";
propagatedBuildInputs = [ ppx_optcomp ppx_sexp_conv ];
meta.description = "Binding to the posix *at functions";
};
shexp = janePackage {
pname = "shexp";
hash = "0zdcyix0gdn4xmvbjzhbig63xw9jnw8ixj3ngs6g4k2vk77rs0gk";
propagatedBuildInputs = [ posixat spawn ];
meta.description = "Process library and s-expression based shell";
};
### Packages at version 0.11, with dependencies at version 0.12
configurator = janePackage {