superfile: 1.1.6 -> 1.1.7 (#371308)
[NixPkgs.git] / pkgs / development / ocaml-modules / lwd / nottui-lwt.nix
blob36b0f042ba44915478b0d7e858a4deae2075ea93
2   lib,
3   buildDunePackage,
4   lwd,
5   lwt,
6   nottui,
7 }:
9 buildDunePackage {
10   pname = "nottui-lwt";
12   inherit (lwd) version src;
14   minimalOCamlVersion = "4.08";
15   duneVersion = "3";
17   propagatedBuildInputs = [
18     lwt
19     nottui
20   ];
22   meta = with lib; {
23     description = "Run Nottui UIs in Lwt";
24     license = licenses.mit;
25     maintainers = [ maintainers.alizter ];
26     homepage = "https://github.com/let-def/lwd";
27   };