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

2
.gitignore vendored
View File

@@ -1,3 +1,5 @@
_build/ _build/
_opam/ _opam/
aoc.opam
input*.txt input*.txt

View File

@@ -2,16 +2,18 @@
(name aoc) (name aoc)
(generate_opam_files)
(source (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 (package
(name aoc) (name aoc)
@@ -20,6 +22,6 @@
"Implementation of solutions to various Advent of Code exercises written in OCaml") "Implementation of solutions to various Advent of Code exercises written in OCaml")
(depends ocaml dune) (depends ocaml dune)
(tags (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 ; See the complete stanza docs at https://dune.readthedocs.io/en/stable/reference/dune-project/index.html