this repo has no description

Restrict unix-errno

Upstream is fixed in 0.6.2.

Changed files
+2 -2
packages
unix-errno
unix-errno.0.6.0
unix-errno.0.6.1
+1 -1
packages/unix-errno/unix-errno.0.6.0/opam
···
"base-bytes"
"integers"
"result"
-
"ctypes" {>= "0.12.0"}
+
"ctypes" {>= "0.12.0" & < "0.21.0"}
]
depopts: ["base-unix"]
build: [
+1 -1
packages/unix-errno/unix-errno.0.6.1/opam
···
"alcotest" {with-test}
"base-bytes"
"result"
-
"ctypes" {>= "0.12.0"}
+
"ctypes" {>= "0.12.0" & < "0.21.0"}
"integers"
]
depopts: ["base-unix"]