ocamlPackages.hxd: 0.3.2 -> 0.3.3 (#364231)
[NixPkgs.git] / pkgs / development / ocaml-modules / lwd / nottui-pretty.nix
blob9328677af22d22e0c5b7f497de0064fba668671f
2   lib,
3   buildDunePackage,
4   lwd,
5   nottui,
6 }:
8 buildDunePackage {
9   pname = "nottui-pretty";
11   inherit (lwd) version src;
13   minimalOCamlVersion = "4.08";
14   duneVersion = "3";
16   propagatedBuildInputs = [ nottui ];
18   meta = with lib; {
19     description = "Pretty-printer based on PPrint rendering UIs";
20     license = licenses.mit;
21     maintainers = [ maintainers.alizter ];
22     homepage = "https://github.com/let-def/lwd";
23   };