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 cb6707e commit 042567fCopy full SHA for 042567f
decoders-ezxmlm.opam
@@ -13,7 +13,7 @@ depends: [
13
"dune" {>= "3.1"}
14
"ocaml" {>= "4.03.0"}
15
"decoders" {= version}
16
- "ezxmlm"
+ "ezxmlm" {>= "1.1.0"}
17
"containers" {with-test & >= "0.16"}
18
"odoc" {with-doc}
19
]
dune-project
@@ -110,7 +110,7 @@
110
(depends
111
(ocaml (>= 4.03.0))
112
(decoders (= :version))
113
- ezxmlm
+ (ezxmlm (>= 1.1.0))
114
(containers (and :with-test (>= 0.16)))
115
(odoc :with-doc)))
116
0 commit comments