Skip to content

Commit

Permalink
Add ocamlformat as dev dependency
Browse files Browse the repository at this point in the history
Signed-off-by: Nathan Rebours <[email protected]>
  • Loading branch information
NathanReb committed Aug 19, 2024
1 parent 75c507a commit 844f87b
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
3 changes: 2 additions & 1 deletion dune-project
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,8 @@
stdlib-shims
(ocamlfind :with-test)
(re (and :with-test (>= 1.9.0)))
(cinaps (and :with-test (>= v0.12.1))))
(cinaps (and :with-test (>= v0.12.1)))
(ocamlformat (and :with-dev-setup (= 0.26.2))))
(conflicts
(ocaml-migrate-parsetree (< 2.0.0))
(ocaml-base-compiler (= 5.1.0~alpha1))
Expand Down
1 change: 1 addition & 0 deletions ppxlib.opam
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,7 @@ depends: [
"ocamlfind" {with-test}
"re" {with-test & >= "1.9.0"}
"cinaps" {with-test & >= "v0.12.1"}
"ocamlformat" {with-dev-setup & = "0.26.2"}
"odoc" {with-doc}
]
conflicts: [
Expand Down

0 comments on commit 844f87b

Please sign in to comment.