Skip to content

Commit

Permalink
Require dune 3.14, odoc 2.4.1, and sherlodoc 0.2
Browse files Browse the repository at this point in the history
This should ensure you get the search bar in the generated docs.
  • Loading branch information
polytypic committed May 28, 2024
1 parent 75397e3 commit 41deff7
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 4 deletions.
10 changes: 8 additions & 2 deletions dune-project
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
(lang dune 3.3)
(lang dune 3.14)

(name multicore-magic)

Expand All @@ -23,6 +23,7 @@
(depends
(ocaml
(>= 4.12.0))
;; Test dependencies
(domain_shims
(and
(>= 0.1.0)
Expand All @@ -31,7 +32,12 @@
(and
(>= 1.7.0)
:with-test))
;; Documentation dependencies
(sherlodoc
(and
(>= 0.2)
:with-doc))
(odoc
(and
(>= 2.2.0)
(>= 2.4.1)
:with-doc))))
5 changes: 3 additions & 2 deletions multicore-magic.opam
Original file line number Diff line number Diff line change
Expand Up @@ -7,11 +7,12 @@ license: "ISC"
homepage: "https://github.com/ocaml-multicore/multicore-magic"
bug-reports: "https://github.com/ocaml-multicore/multicore-magic/issues"
depends: [
"dune" {>= "3.3"}
"dune" {>= "3.14"}
"ocaml" {>= "4.12.0"}
"domain_shims" {>= "0.1.0" & with-test}
"alcotest" {>= "1.7.0" & with-test}
"odoc" {>= "2.2.0" & with-doc}
"sherlodoc" {>= "0.2" & with-doc}
"odoc" {>= "2.4.1" & with-doc}
]
build: [
["dune" "subst"] {dev}
Expand Down

0 comments on commit 41deff7

Please sign in to comment.