From d95b8c33b4b076305cc3479885ff1cab54ca290c Mon Sep 17 00:00:00 2001 From: "Aaron L. Zeng" Date: Tue, 20 Oct 2020 02:35:19 -0400 Subject: [PATCH] ocamlPackages.async_interactive: init at 0.13 --- pkgs/development/ocaml-modules/janestreet/0.13.nix | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/pkgs/development/ocaml-modules/janestreet/0.13.nix b/pkgs/development/ocaml-modules/janestreet/0.13.nix index b92027a65a0..009fa99048e 100644 --- a/pkgs/development/ocaml-modules/janestreet/0.13.nix +++ b/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";