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