Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add proper dependency from yojson-five to yojson #178

Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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
Loading