OCaml: Do not specify Dune version in dune-project

This commit is contained in:
Juno Takano 2025-04-15 20:57:21 -03:00
commit 1bfddc109a
2 changed files with 1 additions and 2 deletions

View file

@ -23,7 +23,6 @@
(tags ("operating systems" "unix" "configuration management"))
(depends
(ocaml (>= 5.3.0))
(dune (>= 3.17.2))
(bisect_ppx (and :dev (>= 2.5.0)))
)
)

View file

@ -16,8 +16,8 @@ tags: ["operating systems" "unix" "configuration management"]
homepage: "https://tori.jutty.dev"
doc: "https://tori.jutty.dev/docs"
depends: [
"dune" {>= "3.17"}
"ocaml" {>= "5.3.0"}
"dune" {>= "3.17" & >= "3.17.2"}
"bisect_ppx" {dev & >= "2.5.0"}
"odoc" {with-doc}
]