Skip to content

Commit

Permalink
Add spawn dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
patricoferris committed Feb 2, 2023
1 parent d1af2a2 commit e7e4d52
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 0 deletions.
2 changes: 2 additions & 0 deletions dune-project
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,7 @@
(mdx (and (>= 1.10.0) :with-test))
(logs (>= 0.7.0))
(fmt (>= 0.8.9))
(spawn (>= v0.15.1))
(cmdliner (and (>= 1.1.0) :with-test))
(uring (>= 0.5))))
(package
Expand All @@ -49,6 +50,7 @@
(eio (= :version))
(luv (>= 0.5.11))
(luv_unix (>= 0.5.0))
(spawn (>= v0.15.1)) ; unnecessary dependency in order to have eio_unix available.
(mdx (and (>= 1.10.0) :with-test))
(fmt (>= 0.8.9))))
(package
Expand Down
1 change: 1 addition & 0 deletions eio_linux.opam
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@ depends: [
"mdx" {>= "1.10.0" & with-test}
"logs" {>= "0.7.0"}
"fmt" {>= "0.8.9"}
"spawn" {>= "v0.15.1"}
"cmdliner" {>= "1.1.0" & with-test}
"uring" {>= "0.5"}
"odoc" {with-doc}
Expand Down
1 change: 1 addition & 0 deletions eio_luv.opam
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@ depends: [
"eio" {= version}
"luv" {>= "0.5.11"}
"luv_unix" {>= "0.5.0"}
"spawn" {>= "v0.15.1"}
"mdx" {>= "1.10.0" & with-test}
"fmt" {>= "0.8.9"}
"odoc" {with-doc}
Expand Down
1 change: 1 addition & 0 deletions lib_eio/unix/dune
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
(library
(name eio_unix)
(optional)
(public_name eio.unix)
(libraries eio unix threads mtime.clock.os spawn))

0 comments on commit e7e4d52

Please sign in to comment.