proof_checker/dune-project

27 lines
525 B
Text
Raw Normal View History

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