view 2023/dune-project @ 42:95af5cf548c5

Day 04 Part 2
author Lewin Bormann <lbo@spheniscida.de>
date Mon, 04 Dec 2023 23:02:33 +0100
parents 326aec2bdce6
children fa1cb983ecee
line wrap: on
line source

(lang dune 3.10)

(name aoc23)

(generate_opam_files true)

(source
 (github username/reponame))

(authors "Author Name")

(maintainers "Maintainer Name")

(license LICENSE)

(documentation https://url/to/documentation)

(package
 (name aoc23)
 (synopsis "A short synopsis")
 (description "A longer description")
 (depends ocaml dune angstrom base core stdio)
 (tags
  (topics "to describe" your project)))

; See the complete stanza docs at https://dune.readthedocs.io/en/stable/dune-files.html#dune-project