1
0
Fork 0
This repository has been archived on 2024-05-03. You can view files and clone it, but cannot push or open issues or pull requests.
unification-pfa/dune-project
2024-03-11 09:31:56 +01:00

26 lines
528 B
Text

(lang dune 3.13)
(name projet_pfa_23_24)
(generate_opam_files true)
(source
(github username/reponame))
(authors "Author Name")
(maintainers "Maintainer Name")
(license LICENSE)
(documentation https://url/to/documentation)
(package
(name projet_pfa_23_24)
(synopsis "A short synopsis")
(description "A longer description")
(depends ocaml dune alcotest ppx_deriving)
(tags
(topics "to describe" your project)))
; See the complete stanza docs at https://dune.readthedocs.io/en/stable/dune-files.html#dune-project