Skip to content

Commit

Permalink
luv_unix: require luv that installs uv.h
Browse files Browse the repository at this point in the history
  • Loading branch information
aantron committed Feb 2, 2022
1 parent 7326dc7 commit e74ab4c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion luv_unix.opam
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ dev-repo: "git+https://github.com/aantron/luv.git"
depends: [
"base-unix"
"dune" {>= "2.0.0"}
"luv"
"luv" {>= "0.5.7"} # uv.h.
"ocaml" {>= "4.02.0"}
"result"
]
Expand Down

0 comments on commit e74ab4c

Please sign in to comment.