Skip to content

Commit a2feaf9

Browse files
committed
Restrict mariadb
Upstream fix: ocaml-community/ocaml-mariadb#49
1 parent 185e0d2 commit a2feaf9

File tree

2 files changed

+2
-2
lines changed
  • packages/mariadb

2 files changed

+2
-2
lines changed

packages/mariadb/mariadb.1.1.5/opam

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ depends: [
1717
"ocaml" {>= "4.07.0" & < "5.0"}
1818
"ocamlfind" {build}
1919
"ocamlbuild" {build}
20-
"ctypes" {>= "0.7.0"}
20+
"ctypes" {>= "0.7.0" & < "0.21.0"}
2121
"conf-mariadb"
2222
"conf-gcc"
2323
]

packages/mariadb/mariadb.1.1.6/opam

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ depends: [
1717
"ocaml" {>= "4.07.0" & < "5.0"}
1818
"ocamlfind" {build}
1919
"ocamlbuild" {build}
20-
"ctypes" {>= "0.7.0"}
20+
"ctypes" {>= "0.7.0" & < "0.21.0"}
2121
"conf-mariadb"
2222
"conf-gcc"
2323
]

0 commit comments

Comments
 (0)