38 lines
848 B
Plaintext
38 lines
848 B
Plaintext
(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 <matt+ocaml-aoc@gretton-dann.org.uk>")
|
|
|
|
(maintainers "Matthew Gretton-Dann <matt+ocaml-aoc@gretton-dann.org.uk>")
|
|
|
|
(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
|