opam-version: "2.0" maintainer: "xen-api@lists.xen.org" authors: "xen-api@lists.xen.org" homepage: "https://github.com/xapi-project/backtrace" bug-reports: "https://github.com/xapi-project/backtrace/issues" dev-repo: "git+https://github.com/xapi-project/backtrace.git" tags: [ "org:xapi-project" ] build: ["dune" "build" "-p" name "-j" jobs] depends: [ "ocaml" "dune" {>= "1.4"} "base-threads" "ppx_deriving_rpc" "ppx_sexp_conv" {>= "v0.11.0"} "rpclib" ] synopsis: "A simple library for recording and managing backtraces" description: """ This allows backtraces from multiple processes to be combined together and pretty-printed.""" url { src: "https://github.com/xapi-project/backtrace/archive/v0.7.tar.gz" checksum: [ "sha256=9a9f7276997cc53e1eaa5739d91ccd790f78c7423b75060331bf3ce44f5ac1ea" "md5=0c62a615ae48504e4de2c5d62ab344b5" ] }