Skip to content

Commit

Permalink
Merge pull request #26560 from talex5/release-eio-trace-v0.4
Browse files Browse the repository at this point in the history
[new release] eio-trace (0.4)
  • Loading branch information
avsm authored Sep 14, 2024
2 parents 9fc1dcc + 54b104b commit 5be5460
Showing 1 changed file with 41 additions and 0 deletions.
41 changes: 41 additions & 0 deletions packages/eio-trace/eio-trace.0.4/opam
Original file line number Diff line number Diff line change
@@ -0,0 +1,41 @@
opam-version: "2.0"
synopsis: "Trace visualisation for Eio programs"
maintainer: ["Thomas Leonard"]
authors: ["Thomas Leonard"]
license: "ISC"
homepage: "https://github.com/ocaml-multicore/eio-trace"
bug-reports: "https://github.com/ocaml-multicore/eio-trace/issues"
depends: [
"dune" {>= "3.11"}
"ocaml" {>= "5.1.0"}
"processor"
"eio_main" {>= "0.14"}
"cmdliner" {>= "1.2.0"}
"lablgtk3" {>= "3.1.4"}
"crowbar" {>= "0.2.1" & with-test}
"odoc" {with-doc}
]
build: [
["dune" "subst"] {dev}
[
"dune"
"build"
"-p"
name
"-j"
jobs
"@install"
"@runtest" {with-test}
"@doc" {with-doc}
]
]
dev-repo: "git+https://github.com/ocaml-multicore/eio-trace.git"
url {
src:
"https://github.com/ocaml-multicore/eio-trace/releases/download/v0.4/eio-trace-0.4.tbz"
checksum: [
"sha256=e5f590734c92d52f607a7af4ad9d54be9af79f3c38040ca92eff47c0d24e3eaf"
"sha512=e50e7a2bae8472e80d881f837e32d4da5d0d2872e1fb8b80052d65012e75a4db0a9ca2576246e80d8e450965a13a72396c8da6346b6ea4bfaedf78c7293d53bc"
]
}
x-commit-hash: "84921ea0436f5b5e75386948e2f00c4824217a9c"

0 comments on commit 5be5460

Please sign in to comment.