2024 day 1 solutions
This commit is contained in:
25
dune-project
Normal file
25
dune-project
Normal file
@@ -0,0 +1,25 @@
|
||||
(lang dune 3.16)
|
||||
|
||||
(name aoc)
|
||||
|
||||
(source
|
||||
(github matt-gretton-dann/ocaml-aoc))
|
||||
|
||||
(authors "Matthew Gretton-Dann")
|
||||
|
||||
(maintainers "Matthew Gretton-Dann")
|
||||
|
||||
(license LICENSE)
|
||||
|
||||
(documentation https://url/to/documentation)
|
||||
|
||||
(package
|
||||
(name aoc)
|
||||
(synopsis "Implementation of AoC competitions in OCaml")
|
||||
(description
|
||||
"Implementation of solutions to various Advent of Code exercises written in OCaml")
|
||||
(depends ocaml dune)
|
||||
(tags
|
||||
(topics "to describe" your project)))
|
||||
|
||||
; See the complete stanza docs at https://dune.readthedocs.io/en/stable/reference/dune-project/index.html
|
Reference in New Issue
Block a user