(lang dune 3.10) (using menhir 2.0) (name qsp_parser) (generate_opam_files true) (implicit_transitive_deps false) (source (github username/reponame)) (authors "Chimrod") (maintainers "Chimrod") (license GPLv3+) (documentation https://url/to/documentation) (package (name qsp_parser) (synopsis "QSP Syntax analyser") (description "A longer description") (depends ocaml dune menhir alcotest sedlex fmt ppx_deriving ) (tags (topics "to describe" your project))) ; See the complete stanza docs at https://dune.readthedocs.io/en/stable/dune-files.html#dune-project