mirror of
https://github.com/MorizzG/MLox.git
synced 2025-12-06 04:22:41 +00:00
24 lines
465 B
Text
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
|