mirror of
https://github.com/c-cube/nanoev.git
synced 2025-12-05 19:00:35 -05:00
lower bound on iomux
This commit is contained in:
parent
18a6a3b7b4
commit
e3cef54bd8
2 changed files with 2 additions and 2 deletions
|
|
@ -62,7 +62,7 @@
|
||||||
(>= 4.12))
|
(>= 4.12))
|
||||||
dune
|
dune
|
||||||
base-unix
|
base-unix
|
||||||
iomux
|
(iomux (>= 0.3))
|
||||||
(nanoev
|
(nanoev
|
||||||
(= :version))
|
(= :version))
|
||||||
(nanoev-picos
|
(nanoev-picos
|
||||||
|
|
|
||||||
|
|
@ -11,7 +11,7 @@ depends: [
|
||||||
"ocaml" {>= "4.12"}
|
"ocaml" {>= "4.12"}
|
||||||
"dune" {>= "2.7"}
|
"dune" {>= "2.7"}
|
||||||
"base-unix"
|
"base-unix"
|
||||||
"iomux"
|
"iomux" {>= "0.3"}
|
||||||
"nanoev" {= version}
|
"nanoev" {= version}
|
||||||
"nanoev-picos" {= version}
|
"nanoev-picos" {= version}
|
||||||
"mtime" {>= "2.0"}
|
"mtime" {>= "2.0"}
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue