From 2bc6cae2458ba5f9573985791536618a00cbed8a Mon Sep 17 00:00:00 2001 From: Malte Voos Date: Sun, 11 Feb 2024 18:21:52 +0100 Subject: init --- dune-project | 22 ++++++++++++++++++++++ 1 file changed, 22 insertions(+) create mode 100644 dune-project (limited to 'dune-project') diff --git a/dune-project b/dune-project new file mode 100644 index 0000000..c3564ad --- /dev/null +++ b/dune-project @@ -0,0 +1,22 @@ +(lang dune 3.7) +(generate_opam_files true) + +(using menhir 2.1) + +(name toytt) +(source + (github username/reponame)) +(authors "Author Name") +(maintainers "Maintainer Name") +(license GPL-2.0-only) +(documentation https://url/to/documentation) + +(package + (name toytt) + (synopsis "A short synopsis") + (description "A longer description") + (depends ocaml dune asai) + (tags + (topics "to describe" your project))) + +; See the complete stanza docs at https://dune.readthedocs.io/en/stable/dune-files.html#dune-project -- cgit 1.4.1