Update package descriptions
This commit is contained in:
2
.gitignore
vendored
2
.gitignore
vendored
@@ -1,3 +1,5 @@
|
||||
_build/
|
||||
_opam/
|
||||
aoc.opam
|
||||
|
||||
input*.txt
|
||||
|
14
dune-project
14
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 <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
|
||||
|
Reference in New Issue
Block a user