We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a3be538 commit 4943409Copy full SHA for 4943409
packages/unix-errno/unix-errno.0.6.2/opam
@@ -16,16 +16,12 @@ tags: ["errno" "errno.h" "errors" "unix" "syscall"]
16
homepage: "https://github.com/xapi-project/ocaml-unix-errno"
17
bug-reports: "https://github.com/xapi-project/ocaml-unix-errno/issues"
18
depends: [
19
- "ocaml" {>= "4.01.0"}
20
- "dune" {>= "2.0"}
+ "ocaml" {>= "4.03.0"}
+ "dune" {>= "2.8"}
21
"alcotest" {with-test}
22
- "base-bytes"
23
"result"
24
- "ctypes"
25
-]
26
-depopts: ["base-unix"]
27
-conflicts: [
28
- "ctypes" {< "0.7.0"}
+ "ctypes" {>= "0.7.0"}
+ "integers"
29
]
30
build: [
31
["dune" "subst"] {dev}
0 commit comments