Skip to content

Commit ea86aa3

Browse files
authored
Merge pull request #14 from talex5/unvendor-eio
Unvendor Eio
2 parents d443bc9 + 76b4c86 commit ea86aa3

File tree

4 files changed

+4
-6
lines changed

4 files changed

+4
-6
lines changed

README.md

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,7 @@
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

76
To install eio-trace:
87

dune-project

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
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))))

eio-trace.opam

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ bug-reports: "https://github.com/talex5/eio-trace/issues"
88
depends: [
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}

vendor/eio

Submodule eio deleted from 71faca6

0 commit comments

Comments
 (0)