Update package descriptions

This commit is contained in:
2024-12-03 16:32:26 +00:00
parent 4c41fd05f5
commit c8b0f5d61c
2 changed files with 10 additions and 6 deletions

View File

@@ -2,16 +2,18 @@
(name aoc)
(generate_opam_files)
(source
(github matt-gretton-dann/ocaml-aoc))
(uri https://gitea.gretton-dann.synology.me/mgrettondann/ocaml-aoc.git))
(authors "Matthew Gretton-Dann")
(authors "Matthew Gretton-Dann <matt+ocaml-aoc@gretton-dann.org.uk>")
(maintainers "Matthew Gretton-Dann")
(maintainers "Matthew Gretton-Dann <matt+ocaml-aoc@gretton-dann.org.uk>")
(license LICENSE)
(license Apache-2.0)
(documentation https://url/to/documentation)
(documentation https://gitea.gretton-dann.synology.me/mgrettondann/ocaml-aoc)
(package
(name aoc)
@@ -20,6 +22,6 @@
"Implementation of solutions to various Advent of Code exercises written in OCaml")
(depends ocaml dune)
(tags
(topics "to describe" your project)))
(advent-of-code ocaml)))
; See the complete stanza docs at https://dune.readthedocs.io/en/stable/reference/dune-project/index.html