# This file is generated by dune, edit dune-project instead opam-version: "2.0" 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." maintainer: ["Thomas Gazagnaire "] authors: ["Thomas Gazagnaire "] license: "MIT" tags: ["org:blacksun" "cli" "git"] homepage: "https://tangled.org/gazagnaire.org/ocaml-precommit" bug-reports: "https://tangled.org/gazagnaire.org/ocaml-precommit/issues" depends: [ "dune" {>= "3.21"} "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} "odoc" {with-doc} ] build: [ ["dune" "subst"] {dev} [ "dune" "build" "-p" name "-j" jobs "@install" "@runtest" {with-test} "@doc" {with-doc} ] ] dev-repo: "git+https://tangled.org/gazagnaire.org/ocaml-precommit" x-maintenance-intent: ["(latest)"] x-quality-build: "2026-04-15" x-quality-test: "2026-04-15"