Skip to content

Commit

Permalink
Yojson is not a test-dependency
Browse files Browse the repository at this point in the history
Yojson is used by type_desc_to_yojson, which is a "private" library.
Such libraries are installable and are built even when not running the
tests.
  • Loading branch information
Julow committed Dec 13, 2024
1 parent 73e0d4e commit c97f760
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion odoc.opam
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ depends: [
"fmt"

"ocamlfind" {with-test}
"yojson" {>= "2.1.0" & with-test}
"yojson" {>= "2.1.0"}
("ocaml" {< "4.04.1" & with-test} | "sexplib0" {with-test})
"conf-jq" {with-test}

Expand Down

0 comments on commit c97f760

Please sign in to comment.