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