Skip to content

Commit

Permalink
Add proper dependency from yojson-five to yojson
Browse files Browse the repository at this point in the history
  • Loading branch information
Leonidas-from-XIV committed May 31, 2024
1 parent c7343a1 commit dec49cd
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions dune-project
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,7 @@ It supports parsing JSON5 to Yojson.Basic.t and Yojson.Safe.t types.")
(depends
(ocaml (>= 4.08))
(sedlex (>= 2.5))
(yojson (= :version))
(alcotest (and :with-test (>= 0.8.5)))))

(package
Expand Down
1 change: 1 addition & 0 deletions yojson-five.opam
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,7 @@ depends: [
"dune" {>= "2.7"}
"ocaml" {>= "4.08"}
"sedlex" {>= "2.5"}
"yojson" {= version}
"alcotest" {with-test & >= "0.8.5"}
"odoc" {with-doc}
]
Expand Down

0 comments on commit dec49cd

Please sign in to comment.