Improve dune-project dependency specifications.

This commit is contained in:
2024-12-05 11:31:44 +00:00
parent 7508e7a9ea
commit 3052751eb6

View File

@@ -20,7 +20,17 @@
(synopsis "Implementation of AoC competitions in OCaml")
(description
"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
(advent-of-code ocaml)))