Skip to content

Commit fbc5e8c

Browse files
committed
Remove ocamlfind from dependencies
It's only needed for dot-merlin-reader, which the user installs separately. Signed-off-by: Rudi Grinberg <[email protected]>
1 parent dde3265 commit fbc5e8c

File tree

2 files changed

+0
-2
lines changed

2 files changed

+0
-2
lines changed

dune-project

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,6 @@ possible and does not make any assumptions about IO.
5151
(csexp (>= 1.2.3))
5252
(result (>= 1.5))
5353
(ocamlformat :with-test)
54-
(ocamlfind (>= 1.5.2))
5554
(odoc :with-doc)
5655
(ocaml (and (>= 4.12) (< 4.13)))))
5756

ocaml-lsp-server.opam

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,6 @@ depends: [
2424
"csexp" {>= "1.2.3"}
2525
"result" {>= "1.5"}
2626
"ocamlformat" {with-test}
27-
"ocamlfind" {>= "1.5.2"}
2827
"odoc" {with-doc}
2928
"ocaml" {>= "4.12" & < "4.13"}
3029
]

0 commit comments

Comments
 (0)