mlox/dune-project

24 lines
465 B
Text

(lang dune 3.16)
(name mlox)
(generate_opam_files true)
(source
(github morizzg/mlox))
(authors "Moritz Gmeiner")
(license LICENSE)
(documentation https://url/to/documentation)
(package
(name mlox)
(synopsis "A short synopsis")
(description "A longer description")
(depends ocaml dune ppx_deriving)
(tags
(topics "to describe" your project)))
; See the complete stanza docs at https://dune.readthedocs.io/en/stable/reference/dune-project/index.html