9 pname = "ocaml-print-intf";
12 buildDunePackage rec {
13 inherit pname version;
16 src = fetchFromGitHub {
20 sha256 = "0hw4gl7irarcywibdjqxmrga8f7yj52wgy7sc7n0wyy74jzxb8np";
23 buildInputs = [ dune-build-info bos ];
26 description = "Pretty print an OCaml cmi/cmt/cmti file in human-readable OCaml signature form ";
27 homepage = "https://github.com/${author}/${pname}";
28 license = lib.licenses.isc;
29 maintainers = [ lib.maintainers.nerdypepper ];