From 52c33969d7b358cdac40f02a8562e37f82a96135 Mon Sep 17 00:00:00 2001 From: Santo Cariotti Date: Mon, 26 Feb 2024 23:16:00 +0100 Subject: Add day4 --- 2023/ocaml/day4/dune-project | 26 ++++++++++++++++++++++++++ 1 file changed, 26 insertions(+) create mode 100644 2023/ocaml/day4/dune-project (limited to '2023/ocaml/day4/dune-project') diff --git a/2023/ocaml/day4/dune-project b/2023/ocaml/day4/dune-project new file mode 100644 index 0000000..2bf259e --- /dev/null +++ b/2023/ocaml/day4/dune-project @@ -0,0 +1,26 @@ +(lang dune 3.12) + +(name day4) + +(generate_opam_files true) + +(source + (github username/reponame)) + +(authors "Author Name") + +(maintainers "Maintainer Name") + +(license LICENSE) + +(documentation https://url/to/documentation) + +(package + (name day4) + (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-18-g5258