Skip to content

Commit

Permalink
fix deps for tests
Browse files Browse the repository at this point in the history
  • Loading branch information
c-cube committed Oct 4, 2024
1 parent 5da5b43 commit 795d13e
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 9 deletions.
10 changes: 4 additions & 6 deletions dune-project
Original file line number Diff line number Diff line change
Expand Up @@ -21,8 +21,7 @@
(depends (printbox (= :version))
(uutf (>= 1.0))
(uucp (>= 2.0))
(odoc :with-test)
(mdx (and (>= 1.4) :with-test))))
(odoc :with-test)))

(package
(name printbox-html)
Expand All @@ -31,6 +30,7 @@
Adds html output handling to the printbox package.
Printbox allows to print nested boxes, lists, arrays, tables in several formats")
(depends (printbox (= :version))
(printbox-text (and :with-test (= :version)))
(odoc :with-test)
(tyxml (>= 4.3))
(mdx (and (>= 1.4) :with-test))))
Expand All @@ -43,8 +43,7 @@ Adds Markdown output handling to the printbox package, with fallback to text and
Printbox allows to print nested boxes, lists, arrays, tables in several formats")
(depends (printbox (= :version))
(printbox-text (and (= :version)))
(odoc :with-test)
(mdx (and (>= 1.4) :with-test))))
(odoc :with-test)))

(package
(name printbox-ext-plot)
Expand All @@ -57,5 +56,4 @@ Printbox allows to print nested boxes, lists, arrays, tables in several formats"
(printbox-html (and (= :version)))
(printbox-md (and (= :version)))
(tyxml (>= 4.3))
(odoc :with-test)
(mdx (and (>= 1.4) :with-test))))
(odoc :with-test)))
1 change: 0 additions & 1 deletion printbox-ext-plot.opam
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,6 @@ depends: [
"printbox-md" {= version}
"tyxml" {>= "4.3"}
"odoc" {with-test}
"mdx" {>= "1.4" & with-test}
"odoc" {with-doc}
]
build: [
Expand Down
1 change: 1 addition & 0 deletions printbox-html.opam
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@ bug-reports: "https://github.com/c-cube/printbox/issues"
depends: [
"dune" {>= "3.0"}
"printbox" {= version}
"printbox-text" {with-test & = version}
"odoc" {with-test}
"tyxml" {>= "4.3"}
"mdx" {>= "1.4" & with-test}
Expand Down
1 change: 0 additions & 1 deletion printbox-md.opam
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,6 @@ depends: [
"printbox" {= version}
"printbox-text" {= version}
"odoc" {with-test}
"mdx" {>= "1.4" & with-test}
"odoc" {with-doc}
]
build: [
Expand Down
1 change: 0 additions & 1 deletion printbox-text.opam
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,6 @@ depends: [
"uutf" {>= "1.0"}
"uucp" {>= "2.0"}
"odoc" {with-test}
"mdx" {>= "1.4" & with-test}
"odoc" {with-doc}
]
build: [
Expand Down

0 comments on commit 795d13e

Please sign in to comment.