summary refs log tree commit diff stats
path: root/dune-project
diff options
context:
space:
mode:
authorBrian Chu <brianmchu42@gmail.com>2022-08-18 21:17:07 -0700
committerBrian Chu <brianmchu42@gmail.com>2022-08-18 21:17:07 -0700
commit484c4a998f9782eb0b84ec9121d6718fa6d35c1d (patch)
treeb667b6fa6d2ab0616b83dca8e874351807a33613 /dune-project
downloadAdventOfCode2018-484c4a998f9782eb0b84ec9121d6718fa6d35c1d.tar.gz
initial commit
Diffstat (limited to 'dune-project')
-rw-r--r--dune-project26
1 files changed, 26 insertions, 0 deletions
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