Skip to content

Commit

Permalink
Remove ocamlfind from dependencies
Browse files Browse the repository at this point in the history
It's only needed for dot-merlin-reader, which the user installs
separately.

Signed-off-by: Rudi Grinberg <[email protected]>
  • Loading branch information
rgrinberg committed Apr 30, 2021
1 parent dde3265 commit fbc5e8c
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 2 deletions.
1 change: 0 additions & 1 deletion dune-project
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,6 @@ possible and does not make any assumptions about IO.
(csexp (>= 1.2.3))
(result (>= 1.5))
(ocamlformat :with-test)
(ocamlfind (>= 1.5.2))
(odoc :with-doc)
(ocaml (and (>= 4.12) (< 4.13)))))

Expand Down
1 change: 0 additions & 1 deletion ocaml-lsp-server.opam
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,6 @@ depends: [
"csexp" {>= "1.2.3"}
"result" {>= "1.5"}
"ocamlformat" {with-test}
"ocamlfind" {>= "1.5.2"}
"odoc" {with-doc}
"ocaml" {>= "4.12" & < "4.13"}
]
Expand Down

0 comments on commit fbc5e8c

Please sign in to comment.