Skip to content

Commit 2ae7c4f

Browse files
committed
[new release] xapi-backtrace (0.8)
CHANGES: * Set a license * Provide a new with_backtraces that prevents printing invalid traces * Fix losing backtraces when reraising * Add regression tests
1 parent 4f056bf commit 2ae7c4f

File tree

1 file changed

+33
-0
lines changed
  • packages/xapi-backtrace/xapi-backtrace.0.8

1 file changed

+33
-0
lines changed
Lines changed: 33 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,33 @@
1+
opam-version: "2.0"
2+
synopsis: "A simple library for recording and managing backtraces"
3+
description: """\
4+
This allows backtraces from multiple processes to be combined together
5+
and pretty-printed."""
6+
maintainer: "xen-api@lists.xen.org"
7+
authors: "xen-api@lists.xen.org"
8+
license: "LGPL-2.1-only WITH OCaml-LGPL-linking-exception"
9+
tags: "org:xapi-project"
10+
homepage: "https://github.com/xapi-project/backtrace"
11+
bug-reports: "https://github.com/xapi-project/backtrace/issues"
12+
depends: [
13+
"ocaml" {with-test & >= "4.10.0"}
14+
"dune" {>= "2.7"}
15+
"base-threads"
16+
"ppx_deriving_rpc"
17+
"ppx_sexp_conv" {>= "v0.11.0"}
18+
"rpclib"
19+
]
20+
build: [
21+
["dune" "build" "-p" name "-j" jobs]
22+
["dune" "runtest" "-p" name "-j" jobs] {with-test}
23+
]
24+
dev-repo: "git+https://github.com/xapi-project/backtrace.git"
25+
url {
26+
src:
27+
"https://github.com/xapi-project/backtrace/releases/download/v0.8/xapi-backtrace-0.8.tbz"
28+
checksum: [
29+
"sha256=f4ccdde88d09e9c20c37830935347a8616a23aeb406a8c3a7264ce5d84502843"
30+
"sha512=cb3f4bd704e63797001c2b8945a31ae770aa82969b1e7f2e17e16fe7d05d9ddca0a2ef8861c81b8672d18cdbcabcadd8582502928820e8fd6f9c3743fb95f219"
31+
]
32+
}
33+
x-commit-hash: "bedc68d478e75f46ca38c83404a757ae54b6bb55"

0 commit comments

Comments
 (0)