ocamlPackages.async_interactive: init at 0.13

wip/yesman
Aaron L. Zeng 4 years ago committed by Vincent Laporte
parent 40e9a2340a
commit d95b8c33b4
No known key found for this signature in database
GPG Key ID: EBD582ADDDB1F81F
  1. 7
      pkgs/development/ocaml-modules/janestreet/0.13.nix

@ -392,6 +392,13 @@ rec {
propagatedBuildInputs = [ async ];
};
async_interactive = janePackage {
pname = "async_interactive";
hash = "1ma24pi3hqzrs1k12sc0aarhf42fap8nl1h7id6k01wp6s3yqi5d";
meta.description = "Utilities for building simple command-line based user interfaces";
propagatedBuildInputs = [ async ];
};
re2 = janePackage {
pname = "re2";
hash = "0hmizznlzilynn5kh6149bbpkfw2l0xi7zi1y1fxfww2ma3wpim0";

Loading…
Cancel
Save