diff --git a/dune-project b/dune-project index cb46066..d86b8dd 100644 --- a/dune-project +++ b/dune-project @@ -15,4 +15,4 @@ (name runtime_events_tools) (synopsis "Tools for the runtime events tracing system in OCaml") (description "Various tools for the runtime events tracing system in OCaml") - (depends (ocaml (>= "5.0.0~")))) + (depends (ocaml (>= "5.0.0~")) ocamlfind)) diff --git a/runtime_events_tools.opam b/runtime_events_tools.opam index f9a3040..ab57be4 100644 --- a/runtime_events_tools.opam +++ b/runtime_events_tools.opam @@ -10,6 +10,7 @@ bug-reports: "https://github.com/sadiqj/runtime_events_tools/issues" depends: [ "dune" {>= "3.2"} "ocaml" {>= "5.0.0~"} + "ocamlfind" "odoc" {with-doc} ] build: [