mlox/dune-project

24 lines
467 B
Text
Raw Normal View History

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