From 484c4a998f9782eb0b84ec9121d6718fa6d35c1d Mon Sep 17 00:00:00 2001 From: Brian Chu Date: Thu, 18 Aug 2022 21:17:07 -0700 Subject: initial commit --- dune-project | 26 ++++++++++++++++++++++++++ 1 file changed, 26 insertions(+) create mode 100644 dune-project (limited to 'dune-project') diff --git a/dune-project b/dune-project new file mode 100644 index 0000000..ce69210 --- /dev/null +++ b/dune-project @@ -0,0 +1,26 @@ +(lang dune 3.4) + +(name AoC2018) + +(generate_opam_files true) + +(source + (github username/reponame)) + +(authors "Author Name") + +(maintainers "Maintainer Name") + +(license LICENSE) + +(documentation https://url/to/documentation) + +(package + (name AoC2018) + (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 1.4.1-2-gfad0