26 lines
528 B
Text
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
|