1 { lib, fetchurl, buildDunePackage
2 , ppx_cstruct, stdlib-shims
7 pname = "mirage-profile";
13 url = "https://github.com/mirage/mirage-profile/releases/download/v${version}/mirage-profile-v${version}.tbz";
14 sha256 = "0lh3591ad4v7nxpd410b75idmgdq668mqdilvkg4avrwqw1wzdib";
17 buildInputs = [ ppx_cstruct ];
18 propagatedBuildInputs = [ cstruct lwt stdlib-shims ];
21 description = "Collect runtime profiling information in CTF format";
22 homepage = "https://github.com/mirage/mirage-profile";
23 license = licenses.bsd2;
24 maintainers = with maintainers; [ vbgl ];