this repo has no description
1opam-version: "2.0"
2maintainer: "xen-api@lists.xen.org"
3authors: "xen-api@lists.xen.org"
4homepage: "https://github.com/xapi-project/backtrace"
5bug-reports: "https://github.com/xapi-project/backtrace/issues"
6dev-repo: "git+https://github.com/xapi-project/backtrace.git"
7tags: [ "org:xapi-project" ]
8
9build: ["dune" "build" "-p" name "-j" jobs]
10
11depends: [
12 "ocaml"
13 "dune" {>= "1.4"}
14 "base-threads"
15 "ppx_deriving_rpc"
16 "ppx_sexp_conv" {>= "v0.11.0"}
17 "rpclib"
18]
19synopsis: "A simple library for recording and managing backtraces"
20description: """
21This allows backtraces from multiple processes to be combined together
22and pretty-printed."""
23url {
24 src: "https://github.com/xapi-project/backtrace/archive/v0.7.tar.gz"
25 checksum: [
26 "sha256=9a9f7276997cc53e1eaa5739d91ccd790f78c7423b75060331bf3ce44f5ac1ea"
27 "md5=0c62a615ae48504e4de2c5d62ab344b5"
28 ]
29}