opam-version: "2.0" maintainer: "opensource@janestreet.com" authors: ["Jane Street Group, LLC "] homepage: "https://github.com/janestreet/memtrace_viewer" bug-reports: "https://github.com/janestreet/memtrace_viewer/issues" dev-repo: "git+https://github.com/janestreet/memtrace_viewer.git" doc: "https://ocaml.janestreet.com/ocaml-core/latest/doc/memtrace_viewer/index.html" license: "MIT" build: [ ["dune" "build" "-p" name "-j" jobs] ] depends: [ "ocaml" {>= "4.11.0"} "async_js" {>= "v0.15" & < "v0.16"} "async_kernel" {>= "v0.15" & < "v0.16"} "async_rpc_kernel" {>= "v0.15" & < "v0.16"} "bonsai" {>= "v0.15" & < "v0.16"} "core_kernel" {>= "v0.15" & < "v0.16"} "ppx_jane" {>= "v0.15" & < "v0.16"} "async_rpc_websocket" {>= "v0.15" & < "v0.16"} "virtual_dom" {>= "v0.15" & < "v0.16"} "dune" {>= "2.0.0"} "js_of_ocaml-ppx" "memtrace" {>= "0.2.1.2"} "ocaml-embed-file" {>= "v0.15" & < "v0.16"} ] synopsis: "Interactive memory profiler based on Memtrace" description: " Processes traces produced by the Memtrace library and displays the top allocators in a table or flame graph. To help find space leaks, events can be filtered by lifetime, showing only allocations of objects that are still live at peak memory usage. " url { src: "https://ocaml.janestreet.com/ocaml-core/v0.15/files/memtrace_viewer-v0.15.0.tar.gz" checksum: "sha256=b21d4895f874e48b9f271fb3166ea98c14e7cb1850d621c1e3275f0290d9e338" }