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