proof_checker/dune-project

26 lines
522 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 sedlex)
(tags
(topics "to describe" your project)))
; See the complete stanza docs at https://dune.readthedocs.io/en/stable/reference/dune-project/index.html