Skip to content

Commit

Permalink
add a dependency on ocamlfind so we can find runtime_events
Browse files Browse the repository at this point in the history
  • Loading branch information
sadiqj committed Jun 21, 2022
1 parent e0f3b64 commit f5d35c5
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion dune-project
Original file line number Diff line number Diff line change
Expand Up @@ -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))
1 change: 1 addition & 0 deletions runtime_events_tools.opam
Original file line number Diff line number Diff line change
Expand Up @@ -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: [
Expand Down

0 comments on commit f5d35c5

Please sign in to comment.