dune-project 604 B

123456789101112131415161718192021222324252627282930313233343536
  1. (lang dune 3.10)
  2. (using menhir 2.0)
  3. (name qsp_parser)
  4. (generate_opam_files true)
  5. (implicit_transitive_deps false)
  6. (source
  7. (github username/reponame))
  8. (authors "Chimrod")
  9. (maintainers "Chimrod")
  10. (license GPLv3+)
  11. (documentation https://url/to/documentation)
  12. (package
  13. (name qsp_parser)
  14. (synopsis "QSP Syntax analyser")
  15. (description "A longer description")
  16. (depends
  17. ocaml
  18. dune
  19. menhir
  20. alcotest
  21. sedlex
  22. fmt
  23. ppx_deriving
  24. )
  25. (tags
  26. (topics "to describe" your project)))
  27. ; See the complete stanza docs at https://dune.readthedocs.io/en/stable/dune-files.html#dune-project