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)
|
(generate_opam_files true)
|
||||||
|
|
||||||
(source
|
(source
|
||||||
(github username/reponame))
|
(uri
|
||||||
|
https://gaufre.informatique.univ-paris-diderot.fr/Anri/unification-pfa.git))
|
||||||
|
|
||||||
(authors "Author Name")
|
(authors "Anri Kennel")
|
||||||
|
|
||||||
(maintainers "Maintainer Name")
|
|
||||||
|
|
||||||
(license LICENSE)
|
|
||||||
|
|
||||||
(documentation https://url/to/documentation)
|
|
||||||
|
|
||||||
(package
|
(package
|
||||||
(name projet_pfa_23_24)
|
(name projet_pfa_23_24)
|
||||||
(synopsis "A short synopsis")
|
(synopsis "Projet PFA 2023-2024")
|
||||||
(description "A longer description")
|
(description "Unification")
|
||||||
(depends ocaml dune alcotest ppx_deriving)
|
(depends ocaml dune alcotest ppx_deriving)
|
||||||
(tags
|
(tags (unification)))
|
||||||
(topics "to describe" your project)))
|
|
||||||
|
|
||||||
; See the complete stanza docs at https://dune.readthedocs.io/en/stable/dune-files.html#dune-project
|
; See the complete stanza docs at https://dune.readthedocs.io/en/stable/dune-files.html#dune-project
|
||||||
|
|
Reference in a new issue