opam-version: "2.0"
synopsis: "A simple library for recording and managing backtraces"
description: """\
This allows backtraces from multiple processes to be combined together
and pretty-printed."""
maintainer: "xen-api@lists.xen.org"
authors: "xen-api@lists.xen.org"
license: "LGPL-2.1-only WITH OCaml-LGPL-linking-exception"
tags: "org:xapi-project"
homepage: "https://github.com/xapi-project/backtrace"
bug-reports: "https://github.com/xapi-project/backtrace/issues"
depends: [
  "ocaml"
  "dune" {>= "2.7"}
  "base-threads"
  "ppx_deriving_rpc"
  "ppx_sexp_conv" {>= "v0.11.0"}
  "rpclib"
]
build: [
  ["dune" "build" "-p" name "-j" jobs]
  ["dune" "runtest" "-p" name "-j" jobs] {with-test}
]
dev-repo: "git+https://github.com/xapi-project/backtrace.git"
url {
  src:
    "https://github.com/xapi-project/backtrace/releases/download/v0.8/xapi-backtrace-0.8.tbz"
  checksum: [
    "sha256=f4ccdde88d09e9c20c37830935347a8616a23aeb406a8c3a7264ce5d84502843"
    "sha512=cb3f4bd704e63797001c2b8945a31ae770aa82969b1e7f2e17e16fe7d05d9ddca0a2ef8861c81b8672d18cdbcabcadd8582502928820e8fd6f9c3743fb95f219"
  ]
}
x-commit-hash: "bedc68d478e75f46ca38c83404a757ae54b6bb55"
