From 5b42128cac499b6f54d8e882e2363f5e7135b366 Mon Sep 17 00:00:00 2001 From: Chimrod <> Date: Fri, 22 Sep 2023 14:35:24 +0200 Subject: Update readme --- dune-project | 13 +++++++++---- 1 file changed, 9 insertions(+), 4 deletions(-) (limited to 'dune-project') 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))) -- cgit v1.2.3