diff options
Diffstat (limited to 'dune-project')
| -rw-r--r-- | dune-project | 36 |
1 files changed, 21 insertions, 15 deletions
diff --git a/dune-project b/dune-project index d89e83b..cf53437 100644 --- a/dune-project +++ b/dune-project @@ -1,17 +1,19 @@ -(lang dune 3.10) +(lang dune 3.17) + (using menhir 2.0) (name qsp_parser) (generate_opam_files true) + (implicit_transitive_deps false) (source (github username/reponame)) -(authors "Chimrod") +(authors Chimrod) -(maintainers "Chimrod") +(maintainers Chimrod) (license GPLv3+) @@ -21,16 +23,20 @@ (name qsp_parser) (synopsis "QSP Syntax analyser") (description "A longer description") - (depends - ocaml - dune - menhir - alcotest - sedlex - fmt - ppx_deriving - ) + (depends + (menhirLib + (>= 20250912)) + (linol + (>= 0)) + ocaml + dune + menhir + eio_main + linol-eio + sedlex + (fmt :with-test) + ppx_deriving + tsort + (alcotest :with-test)) (tags - (topics "to describe" your project))) - -; See the complete stanza docs at https://dune.readthedocs.io/en/stable/dune-files.html#dune-project + (topics "to describe" your project)))
\ No newline at end of file |
