diff options
author | Chimrod <> | 2023-09-22 14:35:24 +0200 |
---|---|---|
committer | Chimrod <> | 2023-09-22 14:38:00 +0200 |
commit | 5b42128cac499b6f54d8e882e2363f5e7135b366 (patch) | |
tree | d5c77ee5a0df7d0a7063120156c4d4199b3a42ef /dune-project | |
parent | bd9d82035b21c8b0695c18208827c184785398af (diff) |
Update readme
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))) |