File tree Expand file tree Collapse file tree 4 files changed +4
-6
lines changed Expand file tree Collapse file tree 4 files changed +4
-6
lines changed Original file line number Diff line number Diff line change 11# eio-trace
22
3- Status: early prototype, and requires a development version of Eio
4-
5- eio-trace can be used to record and display traces of programs using the [ Eio] [ ] library.
3+ eio-trace can be used to record and display traces of programs using the [ Eio] [ ] library
4+ (requires Eio 0.14 or later).
65
76To install eio-trace:
87
Original file line number Diff line number Diff line change 1010 (synopsis " Trace visualisation for Eio programs" )
1111 ( depends
1212 ( ocaml ( >= 5 .1.0) )
13- ( eio_main ( >= 0 .13 ) )
13+ ( eio_main ( >= 0 .14 ) )
1414 ( cmdliner ( >= 1 .2.0) )
1515 ( lablgtk3 ( >= 3 .1.3) )
1616 ( crowbar ( and ( >= 0 .2.1) :with -test) ) ) )
Original file line number Diff line number Diff line change @@ -8,7 +8,7 @@ bug-reports: "https://github.com/talex5/eio-trace/issues"
88depends: [
99 "dune" {>= "3.11"}
1010 "ocaml" {>= "5.1.0"}
11- "eio_main" {>= "0.13 "}
11+ "eio_main" {>= "0.14 "}
1212 "cmdliner" {>= "1.2.0"}
1313 "lablgtk3" {>= "3.1.3"}
1414 "crowbar" {>= "0.2.1" & with-test}
You can’t perform that action at this time.
0 commit comments