mock_csv/dune-project
2024-12-11 08:33:41 +01:00

29 lines
511 B
Plaintext

(lang dune 3.16)
(name mock_csv)
(generate_opam_files true)
(source
(github username/reponame))
(authors "Simon Petit")
(maintainers "Simon Petit")
(license LICENSE)
(documentation https://url/to/documentation)
(using menhir 3.0)
(package
(name mock_csv)
(synopsis "A short synopsis")
(description "A longer description")
(depends ocaml dune)
(tags
(topics "to describe" your project)))
; See the complete stanza docs at https://dune.readthedocs.io/en/stable/reference/dune-project/index.html