(lang dune 3.16) (name MlLox) (generate_opam_files true) (source (github morizzg/mlox)) (authors "Moritz Gmeiner") (license LICENSE) (documentation https://url/to/documentation) (package (name MlLox) (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