28 lines
497 B
Text
28 lines
497 B
Text
(lang dune 3.0)
|
|
|
|
(name e0)
|
|
|
|
(generate_opam_files true)
|
|
|
|
(source
|
|
(github username/reponame))
|
|
|
|
(authors "Author Name")
|
|
|
|
(maintainers "Maintainer Name")
|
|
|
|
(license LICENSE)
|
|
|
|
(documentation https://url/to/documentation)
|
|
|
|
(package
|
|
(name e0)
|
|
(synopsis "A short synopsis")
|
|
(description "A longer description")
|
|
(depends ocaml dune)
|
|
(tags
|
|
(topics "to describe" your project)))
|
|
|
|
(using menhir 2.1)
|
|
|
|
; See the complete stanza docs at https://dune.readthedocs.io/en/stable/dune-files.html#dune-project
|