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://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: "md5=0c62a615ae48504e4de2c5d62ab344b5"
}
