(lang dune 3.0) (name precommit) (generate_opam_files true) (license MIT) (authors "Thomas Gazagnaire ") (maintainers "Thomas Gazagnaire ") (package (name precommit) (synopsis "Pre-commit hook initialization for OCaml projects") (description "A CLI tool to initialize pre-commit hooks for OCaml projects. Sets up \ automatic formatting with dune fmt and removes Claude attribution from \ commit messages.") (depends (ocaml (>= 4.08)) (cmdliner (>= 1.2)) (eio (>= 1.0)) (fmt (>= 0.9)) (git (>= 0.1)) (re (>= 1.0)) (alcotest :with-test)))