8 , cohttp_static_handler ? null
18 buildDunePackage rec {
19 pname = "magic-trace";
22 minimalOCamlVersion = "4.12";
24 src = fetchFromGitHub {
28 hash = "sha256-/9TDjCG/06mhGyqbjAdUmk6fcaq9fNDqVSw51w5EEy4=";
50 "Collects and displays high-resolution traces of what a process is doing";
51 license = licenses.mit;
52 maintainers = [ maintainers.alizter ];
53 homepage = "https://github.com/janestreet/magic-trace";