biglybt: 3.5.0.0 -> 3.6.0.0
[NixPkgs.git] / pkgs / development / ocaml-modules / lwd / nottui.nix
blob6427ca9630c4626abdebeb90f91b93fa40734d4c
1 { lib, fetchurl, buildDunePackage, lwd, notty }:
3 buildDunePackage {
4   pname = "nottui";
6   inherit (lwd) version src;
8   minimalOCamlVersion = "4.08";
9   duneVersion = "3";
11   propagatedBuildInputs = [ lwd notty ];
13   meta = with lib; {
14     description = "UI toolkit for the terminal built on top of Notty and Lwd";
15     license = licenses.mit;
16     maintainers = [ maintainers.alizter ];
17     homepage = "https://github.com/let-def/lwd";
18   };