Skip to content

Commit e74ab4c

Browse files
committed
luv_unix: require luv that installs uv.h
1 parent 7326dc7 commit e74ab4c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

luv_unix.opam

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ dev-repo: "git+https://github.com/aantron/luv.git"
1515
depends: [
1616
"base-unix"
1717
"dune" {>= "2.0.0"}
18-
"luv"
18+
"luv" {>= "0.5.7"} # uv.h.
1919
"ocaml" {>= "4.02.0"}
2020
"result"
2121
]

0 commit comments

Comments
 (0)