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 ["jbuilder" "build" "-p" name "-j" jobs] 10 ["jbuilder" "runtest" "-p" name "-j" jobs] {with-test} 11] 12depends: [ 13 "ocaml" {>= "4.02.0"} 14 "jbuilder" {>= "1.0+beta7"} 15 "menhir" {build} 16 "lwt" {>= "3.2.0"} 17 "lwt_ppx" 18 "lwt_log" 19 "containers" {>= "0.20" & < "3.0"} 20 "yojson" 21 "ocaml-migrate-parsetree" {< "2.0.0"} 22] 23synopsis: "gdbprofiler, a profiler for native OCaml and other executables" 24description: 25 "gdbprofiler (aka rich man's profiler) is a gdb-based sampling profiler that uses gdb or lldb" 26url { 27 src: "https://github.com/copy/gdbprofiler/archive/0.3.tar.gz" 28 checksum: [ 29 "sha256=7b7cca6dbb68fd5fccc1e061524a81df90a7f1b433d7d87198bb154cd1474510" 30 "md5=71ca8954eea13e24c76ad49750900800" 31 ] 32}