diff options
| author | Chimrod <> | 2025-11-14 15:19:45 +0100 |
|---|---|---|
| committer | Chimrod <> | 2025-11-14 15:19:45 +0100 |
| commit | 19ff439d0c8c59ec65f156b58dd237bef2492e80 (patch) | |
| tree | 59bf0a327205c224dad5a2e48a0305e59b6fbaff | |
| parent | 0e9899eb8c6779ea706e76e5d6224a8332c3ce59 (diff) | |
| -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 |
