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 c7343a1 + dec49cd commit efa855cCopy full SHA for efa855c
dune-project
@@ -29,6 +29,7 @@ It supports parsing JSON5 to Yojson.Basic.t and Yojson.Safe.t types.")
29
(depends
30
(ocaml (>= 4.08))
31
(sedlex (>= 2.5))
32
+ (yojson (= :version))
33
(alcotest (and :with-test (>= 0.8.5)))))
34
35
(package
yojson-five.opam
@@ -17,6 +17,7 @@ depends: [
17
"dune" {>= "2.7"}
18
"ocaml" {>= "4.08"}
19
"sedlex" {>= "2.5"}
20
+ "yojson" {= version}
21
"alcotest" {with-test & >= "0.8.5"}
22
"odoc" {with-doc}
23
]
0 commit comments