Skip to content

Commit efa855c

Browse files
Merge pull request #178 from Leonidas-from-XIV/proper-dependency
Add proper dependency from `yojson-five` to `yojson`
2 parents c7343a1 + dec49cd commit efa855c

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

dune-project

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,7 @@ It supports parsing JSON5 to Yojson.Basic.t and Yojson.Safe.t types.")
2929
(depends
3030
(ocaml (>= 4.08))
3131
(sedlex (>= 2.5))
32+
(yojson (= :version))
3233
(alcotest (and :with-test (>= 0.8.5)))))
3334

3435
(package

yojson-five.opam

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,7 @@ depends: [
1717
"dune" {>= "2.7"}
1818
"ocaml" {>= "4.08"}
1919
"sedlex" {>= "2.5"}
20+
"yojson" {= version}
2021
"alcotest" {with-test & >= "0.8.5"}
2122
"odoc" {with-doc}
2223
]

0 commit comments

Comments
 (0)