OCaml: Do not specify Dune version in dune-project
This commit is contained in:
parent
db0fba664c
commit
1bfddc109a
2 changed files with 1 additions and 2 deletions
|
|
@ -23,7 +23,6 @@
|
||||||
(tags ("operating systems" "unix" "configuration management"))
|
(tags ("operating systems" "unix" "configuration management"))
|
||||||
(depends
|
(depends
|
||||||
(ocaml (>= 5.3.0))
|
(ocaml (>= 5.3.0))
|
||||||
(dune (>= 3.17.2))
|
|
||||||
(bisect_ppx (and :dev (>= 2.5.0)))
|
(bisect_ppx (and :dev (>= 2.5.0)))
|
||||||
)
|
)
|
||||||
)
|
)
|
||||||
|
|
|
||||||
|
|
@ -16,8 +16,8 @@ tags: ["operating systems" "unix" "configuration management"]
|
||||||
homepage: "https://tori.jutty.dev"
|
homepage: "https://tori.jutty.dev"
|
||||||
doc: "https://tori.jutty.dev/docs"
|
doc: "https://tori.jutty.dev/docs"
|
||||||
depends: [
|
depends: [
|
||||||
|
"dune" {>= "3.17"}
|
||||||
"ocaml" {>= "5.3.0"}
|
"ocaml" {>= "5.3.0"}
|
||||||
"dune" {>= "3.17" & >= "3.17.2"}
|
|
||||||
"bisect_ppx" {dev & >= "2.5.0"}
|
"bisect_ppx" {dev & >= "2.5.0"}
|
||||||
"odoc" {with-doc}
|
"odoc" {with-doc}
|
||||||
]
|
]
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue