update with correct infos
This commit is contained in:
parent
3c05fbc936
commit
561aca4e05
1 changed files with 6 additions and 12 deletions
18
dune-project
18
dune-project
|
@ -5,22 +5,16 @@
|
|||
(generate_opam_files true)
|
||||
|
||||
(source
|
||||
(github username/reponame))
|
||||
(uri
|
||||
https://gaufre.informatique.univ-paris-diderot.fr/Anri/unification-pfa.git))
|
||||
|
||||
(authors "Author Name")
|
||||
|
||||
(maintainers "Maintainer Name")
|
||||
|
||||
(license LICENSE)
|
||||
|
||||
(documentation https://url/to/documentation)
|
||||
(authors "Anri Kennel")
|
||||
|
||||
(package
|
||||
(name projet_pfa_23_24)
|
||||
(synopsis "A short synopsis")
|
||||
(description "A longer description")
|
||||
(synopsis "Projet PFA 2023-2024")
|
||||
(description "Unification")
|
||||
(depends ocaml dune alcotest ppx_deriving)
|
||||
(tags
|
||||
(topics "to describe" your project)))
|
||||
(tags (unification)))
|
||||
|
||||
; See the complete stanza docs at https://dune.readthedocs.io/en/stable/dune-files.html#dune-project
|
||||
|
|
Reference in a new issue