Installs pre-commit hooks for OCaml projects that run dune fmt automatically
1
fork

Configure Feed

Select the types of activity you want to include in your feed.

fix: resolve unused dependency lint issues

Remove genuinely stale deps (merlin, duration, digestif, eio_main,
dune-configurator, printbox, printbox-text, tls-eio, ocamlformat,
bytesrw-eio) and add missing library declarations to dune files
(eio+logs in ocaml-oci/src, logs in ocaml-git/lib+bin).

Keep js_of_ocaml in space-ground (needed for modes js) and add it
to implicit_deps in lint since it's a compiler, not a library.

-2
-1
dune-project
··· 22 22 (fmt (>= 0.9)) 23 23 (git (>= 0.1)) 24 24 (re (>= 1.0)) 25 - (ocamlformat :with-dev-setup) 26 25 (alcotest :with-test)))
-1
precommit.opam
··· 14 14 "fmt" {>= "0.9"} 15 15 "git" {>= "0.1"} 16 16 "re" {>= "1.0"} 17 - "ocamlformat" {with-dev-setup} 18 17 "alcotest" {with-test} 19 18 "odoc" {with-doc} 20 19 ]