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.

precommit: declare eio_main, memtrace, monopam-info, tty, vlog dependencies

bin/dune uses all five. Surfaced by `dune build -p precommit`.

+10
+5
dune-project
··· 24 24 (fmt (>= 0.9)) 25 25 (git (>= 0.1)) 26 26 (re (>= 1.0)) 27 + eio_main 28 + memtrace 29 + monopam-info 30 + tty 31 + vlog 27 32 (mdx :with-test) 28 33 (alcotest :with-test)))
+5
precommit.opam
··· 15 15 "fmt" {>= "0.9"} 16 16 "git" {>= "0.1"} 17 17 "re" {>= "1.0"} 18 + "eio_main" 19 + "memtrace" 20 + "monopam-info" 21 + "tty" 22 + "vlog" 18 23 "mdx" {with-test} 19 24 "alcotest" {with-test} 20 25 "odoc" {with-doc}