From bd9d82035b21c8b0695c18208827c184785398af Mon Sep 17 00:00:00 2001 From: Chimrod <> Date: Fri, 22 Sep 2023 14:12:14 +0200 Subject: first commit --- dune-project | 28 ++++++++++++++++++++++++++++ 1 file changed, 28 insertions(+) create mode 100644 dune-project (limited to 'dune-project') diff --git a/dune-project b/dune-project new file mode 100644 index 0000000..b5e5b87 --- /dev/null +++ b/dune-project @@ -0,0 +1,28 @@ +(lang dune 3.10) +(using menhir 2.0) + +(name qsp_parser) + +(generate_opam_files true) +(implicit_transitive_deps true) + +(source + (github username/reponame)) + +(authors "Chimrod") + +(maintainers "Chimrod") + +(license LICENSE) + +(documentation https://url/to/documentation) + +(package + (name qsp_parser) + (synopsis "A short synopsis") + (description "A longer description") + (depends ocaml dune) + (tags + (topics "to describe" your project))) + +; See the complete stanza docs at https://dune.readthedocs.io/en/stable/dune-files.html#dune-project -- cgit v1.2.3