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.
2 parents 0d201cd + 06ef730 commit 369176fCopy full SHA for 369176f
decoders-jsonaf.opam
@@ -15,7 +15,7 @@ depends: [
15
"dune" {>= "3.1"}
16
"ocaml" {>= "4.10.0"}
17
"decoders" {= version}
18
- "jsonaf" {>= "0.15.0"}
+ "jsonaf" {>= "v0.15.0"}
19
"odoc" {with-doc}
20
"ounit2" {with-test}
21
]
dune-project
@@ -56,7 +56,7 @@
56
(depends
57
(ocaml (>= 4.10.0))
58
(decoders (= :version))
59
- (jsonaf (>= 0.15.0))
+ (jsonaf (>= v0.15.0))
60
(odoc :with-doc)
61
(ounit2 :with-test)))
62
0 commit comments