ocamlPackages.async_interactive: init at 0.13

This commit is contained in:
Aaron L. Zeng 2020-10-20 02:35:19 -04:00 committed by Vincent Laporte
parent 40e9a2340a
commit d95b8c33b4
No known key found for this signature in database
GPG Key ID: EBD582ADDDB1F81F
1 changed files with 7 additions and 0 deletions

View File

@ -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";