Improve dune-project dependency specifications.
This commit is contained in:
12
dune-project
12
dune-project
@@ -20,7 +20,17 @@
|
|||||||
(synopsis "Implementation of AoC competitions in OCaml")
|
(synopsis "Implementation of AoC competitions in OCaml")
|
||||||
(description
|
(description
|
||||||
"Implementation of solutions to various Advent of Code exercises written in OCaml")
|
"Implementation of solutions to various Advent of Code exercises written in OCaml")
|
||||||
(depends ocaml dune)
|
(depends
|
||||||
|
(ocaml
|
||||||
|
(>= 5.2))
|
||||||
|
dune
|
||||||
|
(ocamlformat
|
||||||
|
(and
|
||||||
|
:dev
|
||||||
|
(= 0.26.2)))
|
||||||
|
(odoc :build)
|
||||||
|
(utop :dev)
|
||||||
|
(ocaml-lsp-server :dev))
|
||||||
(tags
|
(tags
|
||||||
(advent-of-code ocaml)))
|
(advent-of-code ocaml)))
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user