diff options
| -rw-r--r-- | dune-project | 18 |
1 files changed, 10 insertions, 8 deletions
diff --git a/dune-project b/dune-project index 5b0a1cb..cf53437 100644 --- a/dune-project +++ b/dune-project @@ -1,4 +1,4 @@ -(lang dune 3.10) +(lang dune 3.17) (using menhir 2.0) @@ -11,9 +11,9 @@ (source (github username/reponame)) -(authors "Chimrod") +(authors Chimrod) -(maintainers "Chimrod") +(maintainers Chimrod) (license GPLv3+) @@ -24,17 +24,19 @@ (synopsis "QSP Syntax analyser") (description "A longer description") (depends + (menhirLib + (>= 20250912)) + (linol + (>= 0)) ocaml dune menhir eio_main linol-eio sedlex - fmt + (fmt :with-test) ppx_deriving tsort - alcotest) + (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 |
