Skip to content

Commit e559d4d

Browse files
authored
Merge pull request ocaml#23672 from tjammer/fix-ppx_cstubs-version-constraints
Fix ppx_cstubs version constraints
2 parents fbbbf38 + 3a50dc3 commit e559d4d

File tree

1 file changed

+2
-2
lines changed
  • packages/ppx_cstubs/ppx_cstubs.0.7.0

1 file changed

+2
-2
lines changed

packages/ppx_cstubs/ppx_cstubs.0.7.0/opam

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,13 +11,13 @@ build: [
1111
]
1212
depends: [
1313
"bigarray-compat"
14-
"ctypes" {>= "0.13.0" & < "0.21"}
14+
"ctypes" {>= "0.13.0"}
1515
"integers"
1616
"num"
1717
"result"
1818
"containers" {>= "2.2"}
1919
"cppo" {build & >= "1.3"}
20-
"ocaml" {>= "4.04.2" & < "4.15"}
20+
"ocaml" {>= "4.04.2"}
2121
"ppxlib" {>= "0.22.0"}
2222
"ocamlfind" {>= "1.7.2"} # not only a build dependency, it depends on findlib.top
2323
"dune" {>= "1.6"}

0 commit comments

Comments
 (0)