proof_checker/dune-project
2024-09-04 17:40:00 -07:00

26 lines
525 B
Text

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