28 lines
725 B
Plaintext
28 lines
725 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 dune)
|
|
(tags
|
|
(advent-of-code ocaml)))
|
|
|
|
; See the complete stanza docs at https://dune.readthedocs.io/en/stable/reference/dune-project/index.html
|