Skip to content

Commit

Permalink
Add dependency to odoc
Browse files Browse the repository at this point in the history
  • Loading branch information
raphael-proust authored and smorimoto committed Apr 15, 2024
1 parent a0c3020 commit b890e7d
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 @@ -54,6 +54,7 @@ synchronization primitives. Code can be run in parallel on an opt-in basis.
(ocaml (>= 4.08))
(cppo (and :build (>= 1.1.0)))
(ocamlfind (and :dev (>= 1.7.3-1)))
(odoc (and :with-doc (>= 2.3.0)))
dune-configurator
ocplib-endian)
(depopts base-threads base-unix conf-libev))
1 change: 1 addition & 0 deletions lwt.opam
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,7 @@ depends: [
"ocaml" {>= "4.08"}
"cppo" {build & >= "1.1.0"}
"ocamlfind" {dev & >= "1.7.3-1"}
"odoc" {with-doc & >= "2.3.0"}
"dune-configurator"
"ocplib-endian"
]
Expand Down

0 comments on commit b890e7d

Please sign in to comment.