(lang dune 3.16) (name aoc) (generate_opam_files) (source (uri https://gitea.gretton-dann.synology.me/mgrettondann/ocaml-aoc.git)) (authors "Matthew Gretton-Dann ") (maintainers "Matthew Gretton-Dann ") (license Apache-2.0) (documentation https://gitea.gretton-dann.synology.me/mgrettondann/ocaml-aoc) (package (name aoc) (synopsis "Implementation of AoC competitions in OCaml") (description "Implementation of solutions to various Advent of Code exercises written in OCaml") (depends (ocaml (>= 5.2)) dune (ocamlformat (and :dev (= 0.26.2))) (odoc :build) (utop :dev) (ocaml-lsp-server :dev)) (tags (advent-of-code ocaml))) ; See the complete stanza docs at https://dune.readthedocs.io/en/stable/reference/dune-project/index.html