From c8b0f5d61c544869df7d21ae917da01e718c979d Mon Sep 17 00:00:00 2001 From: Matthew Gretton-Dann Date: Tue, 3 Dec 2024 16:32:26 +0000 Subject: [PATCH] Update package descriptions --- .gitignore | 2 ++ dune-project | 14 ++++++++------ 2 files changed, 10 insertions(+), 6 deletions(-) diff --git a/.gitignore b/.gitignore index be7e04e..e8f4053 100644 --- a/.gitignore +++ b/.gitignore @@ -1,3 +1,5 @@ _build/ _opam/ +aoc.opam + input*.txt diff --git a/dune-project b/dune-project index eca6dbf..2eab913 100644 --- a/dune-project +++ b/dune-project @@ -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 ") -(maintainers "Matthew Gretton-Dann") +(maintainers "Matthew Gretton-Dann ") -(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