Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Release trax 0.4.0 #19608

Merged
merged 4 commits into from
Sep 21, 2021
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
20 changes: 20 additions & 0 deletions packages/trax/trax.0.4.0/opam
Original file line number Diff line number Diff line change
@@ -0,0 +1,20 @@
opam-version: "2.0"
maintainer: "martin@mjambon.com"
authors: ["Martin Jambon"]
homepage: "https://github.com/mjambon/trax"
bug-reports: "https://github.com/mjambon/trax/issues"
dev-repo: "git+https://github.com/mjambon/trax.git"
build: [
["dune" "build" "-p" name "-j" jobs]
]
depends: [
"ocaml" {>= "4.08.0"}
mjambon marked this conversation as resolved.
Show resolved Hide resolved
"dune" {build}
mjambon marked this conversation as resolved.
Show resolved Hide resolved
]
synopsis: "Stack-independent exception tracing"
description:
"Trax defines a special exception, which is used to store a trace of where the exception was raised and re-raised. This is done independently from the state of the call stack. It can be used with Lwt or other asynchronous computations in which exceptions no longer propagate simply to the calling function but may be caught, stored, and re-raised after a while and after other exceptions have occurred in unrelated computations."
url {
src: "https://github.com/mjambon/trax/archive/v0.4.0.tar.gz"
checksum: "md5=7e056778b183bce0924def2d7722c313"
}