(lang dune 3.21) (using mdx 0.4) (name precommit) (generate_opam_files true) (license MIT) (authors "Thomas Gazagnaire ") (maintainers "Thomas Gazagnaire ") (source (tangled gazagnaire.org/ocaml-precommit)) (package (name precommit) (synopsis "Pre-commit hook initialization for OCaml projects") (tags (org:blacksun cli git)) (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)) (nox-git (>= 0.1)) (re (>= 1.0)) eio_main nox-memtrace monopam-info nox-tty vlog (mdx :with-test) (alcotest :with-test)))