this repo has no description
1opam-version: "2.0" 2maintainer: "copy@copy.sh" 3authors: "copy" 4homepage: "https://github.com/copy/gdbprofiler" 5bug-reports: "https://github.com/copy/gdbprofiler/issues" 6license: "LGPL-2.1-only WITH OCaml-LGPL-linking-exception" 7dev-repo: "git+https://github.com/copy/gdbprofiler.git" 8build: [ 9 ["dune" "build" "-p" name "-j" jobs] 10 ["dune" "runtest" "-p" name "-j" jobs] {with-test} 11] 12depends: [ 13 "ocaml" {>= "4.03.0"} 14 "dune" {>= "1.11.0"} 15 "menhir" {>= "20180523"} 16 "lwt" {>= "3.2.0"} 17 "lwt_ppx" 18 "lwt_log" 19 "containers" {>= "3.0"} 20 "containers-data" {>= "3.0"} 21 "yojson" {>= "1.6"} 22] 23synopsis: "A profiler for native OCaml and other executables" 24description: "gdbprofiler (aka rich man's profiler) is a gdb-based sampling profiler that uses gdb or lldb" 25url { 26 src: "https://github.com/copy/gdbprofiler/archive/0.4.tar.gz" 27 checksum: [ 28 "md5=c50d10e6f2cad3026c6fb744f28d8da3" 29 "sha512=126dfbe2abacb165537a14a466406af7b666b12ec93ad0a6ca2ee7fe439e6e91f267985554ff7ca8026f7831b058ba936a6f3294a5f3e10366b12fc3ea21817f" 30 ] 31}