diff options
Diffstat (limited to 'dune-project')
-rw-r--r-- | dune-project | 13 |
1 files changed, 9 insertions, 4 deletions
diff --git a/dune-project b/dune-project index b5e5b87..07db7a2 100644 --- a/dune-project +++ b/dune-project @@ -4,7 +4,7 @@ (name qsp_parser) (generate_opam_files true) -(implicit_transitive_deps true) +(implicit_transitive_deps false) (source (github username/reponame)) @@ -13,15 +13,20 @@ (maintainers "Chimrod") -(license LICENSE) +(license GPLv3+) (documentation https://url/to/documentation) (package (name qsp_parser) - (synopsis "A short synopsis") + (synopsis "QSP Syntax analyser") (description "A longer description") - (depends ocaml dune) + (depends + ocaml + dune + menhir + alcotest + ) (tags (topics "to describe" your project))) |