# 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" depends: [ "dune" {>= "3.0"} "ocaml" {>= "4.08"} "cmdliner" {>= "1.2"} "eio" {>= "1.0"} "fmt" {>= "0.9"} "git" {>= "0.1"} "re" {>= "1.0"} "alcotest" {with-test} "odoc" {with-doc} ] build: [ ["dune" "subst"] {dev} [ "dune" "build" "-p" name "-j" jobs "@install" "@runtest" {with-test} "@doc" {with-doc} ] ]