Skip to content

Commit 1858752

Browse files
hyperpolymathclaude
andcommitted
fix(build): add ocamlformat dep so dune build @fmt has the binary
dune build @fmt was failing with 'Program ocamlformat not found in the tree or in PATH'. Added ocamlformat as a with-test dep in dune-project and opam. Signed-off-by: Jonathan D.A. Jewell <6759885+hyperpolymath@users.noreply.github.com> Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com> Signed-off-by: Jonathan D.A. Jewell <6759885+hyperpolymath@users.noreply.github.com>
1 parent 06fe90f commit 1858752

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

affinescript.opam

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -36,6 +36,7 @@ depends: [
3636
"odoc" {>= "2.4" & with-doc}
3737
"js_of_ocaml" {>= "5.0"}
3838
"js_of_ocaml-ppx" {>= "5.0"}
39+
"ocamlformat" {>= "0.26" & with-test}
3940
]
4041
build: [
4142
["dune" "subst"] {dev}

0 commit comments

Comments
 (0)