summaryrefslogtreecommitdiff
path: root/2023/ocaml/day2/dune-project
diff options
context:
space:
mode:
authorSanto Cariotti <santo@dcariotti.me>2024-02-09 11:42:04 +0100
committerSanto Cariotti <santo@dcariotti.me>2024-02-09 11:42:04 +0100
commitdb2686c798378738020a0951a521358586e21aa0 (patch)
tree8d585ceb9bdc302ae10a2458cc343be40d60acb7 /2023/ocaml/day2/dune-project
parent67dff579e91c13ef40ecb17d14497d145861c5e7 (diff)
Add day2 in OCaml
Diffstat (limited to '2023/ocaml/day2/dune-project')
-rw-r--r--2023/ocaml/day2/dune-project26
1 files changed, 26 insertions, 0 deletions
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