Skip to content

Commit 8cff792

Browse files
committed
opam-mandate only one Ocsipersist backend
1 parent 19aac1d commit 8cff792

File tree

1 file changed

+5
-4
lines changed

1 file changed

+5
-4
lines changed

opam

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -28,11 +28,12 @@ depends: [
2828
"pcre"
2929
"cryptokit"
3030
"tyxml" {> "3.6.0"}
31-
"dbm"
32-
"sqlite3"
33-
"pgocaml" {>= "2.2"}
31+
("dbm" | "sqlite3" | "pgocaml")
3432
"ipaddr" {>= "2.1"}
3533
"camlp4"
3634
]
3735
depopts: "camlzip"
38-
conflicts: "camlzip" {< "1.04"}
36+
conflicts: [
37+
"camlzip" {< "1.04"}
38+
"pgocaml" {< "2.2"}
39+
]

0 commit comments

Comments
 (0)