opam-version: "2.0" maintainer: "copy@copy.sh" authors: "copy" homepage: "https://github.com/copy/gdbprofiler" bug-reports: "https://github.com/copy/gdbprofiler/issues" license: "LGPL-2.1-only WITH OCaml-LGPL-linking-exception" dev-repo: "git+https://github.com/copy/gdbprofiler.git" build: [ ["dune" "build" "-p" name "-j" jobs] ["dune" "runtest" "-p" name "-j" jobs] {with-test} ] depends: [ "ocaml" {>= "4.03.0"} "dune" {>= "1.11.0"} "menhir" {>= "20180523"} "lwt" {>= "3.2.0"} "lwt_ppx" "lwt_log" "containers" {>= "3.0"} "containers-data" {>= "3.0"} "yojson" {>= "1.6"} ] synopsis: "A profiler for native OCaml and other executables" description: "gdbprofiler (aka rich man's profiler) is a gdb-based sampling profiler that uses gdb or lldb" url { src: "https://github.com/copy/gdbprofiler/archive/0.4.tar.gz" checksum: [ "md5=c50d10e6f2cad3026c6fb744f28d8da3" "sha512=126dfbe2abacb165537a14a466406af7b666b12ec93ad0a6ca2ee7fe439e6e91f267985554ff7ca8026f7831b058ba936a6f3294a5f3e10366b12fc3ea21817f" ] }