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: [
  [make]
]
install: [
  [make "install"]
]
remove: [
  [make "uninstall"]
  ["ocamlfind" "remove" "xapi-backtrace"]
]
depends: [
  "ocaml"
  "ocamlfind" {build}
  "ocamlbuild" {build}
  "base-threads"
  "sexplib" {< "v0.15"}
  "ppx_sexp_conv" {< "v0.15"}
  "rpc" {>= "1.9.51" & < "5.9.0"}
]
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.4.tar.gz"
  checksum: "md5=f2aa19665712d1acd96258a7cbdf4616"
}
