Skip to content

Commit 4943409

Browse files
kit-ty-katepsafont
andcommitted
Update packages/unix-errno/unix-errno.0.6.2/opam
Co-authored-by: Pau Ruiz Safont <[email protected]>
1 parent a3be538 commit 4943409

File tree

1 file changed

+4
-8
lines changed
  • packages/unix-errno/unix-errno.0.6.2

1 file changed

+4
-8
lines changed

packages/unix-errno/unix-errno.0.6.2/opam

Lines changed: 4 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -16,16 +16,12 @@ tags: ["errno" "errno.h" "errors" "unix" "syscall"]
1616
homepage: "https://github.com/xapi-project/ocaml-unix-errno"
1717
bug-reports: "https://github.com/xapi-project/ocaml-unix-errno/issues"
1818
depends: [
19-
"ocaml" {>= "4.01.0"}
20-
"dune" {>= "2.0"}
19+
"ocaml" {>= "4.03.0"}
20+
"dune" {>= "2.8"}
2121
"alcotest" {with-test}
22-
"base-bytes"
2322
"result"
24-
"ctypes"
25-
]
26-
depopts: ["base-unix"]
27-
conflicts: [
28-
"ctypes" {< "0.7.0"}
23+
"ctypes" {>= "0.7.0"}
24+
"integers"
2925
]
3026
build: [
3127
["dune" "subst"] {dev}

0 commit comments

Comments
 (0)