about summary refs log tree commit diff
path: root/dune-project
diff options
context:
space:
mode:
authorMalte Voos <git@mal.tc>2024-02-11 18:21:52 +0100
committerMalte Voos <git@mal.tc>2024-02-11 18:21:52 +0100
commit2bc6cae2458ba5f9573985791536618a00cbed8a (patch)
tree79fe6de0db9a262705a8dd3898ed739717829e5c /dune-project
downloadtoytt-2bc6cae2458ba5f9573985791536618a00cbed8a.tar.gz
toytt-2bc6cae2458ba5f9573985791536618a00cbed8a.zip
init
Diffstat (limited to 'dune-project')
-rw-r--r--dune-project22
1 files changed, 22 insertions, 0 deletions
diff --git a/dune-project b/dune-project
new file mode 100644
index 0000000..c3564ad
--- /dev/null
+++ b/dune-project
@@ -0,0 +1,22 @@
+(lang dune 3.7)
+(generate_opam_files true)
+
+(using menhir 2.1)
+
+(name toytt)
+(source
+ (github username/reponame))
+(authors "Author Name")
+(maintainers "Maintainer Name")
+(license GPL-2.0-only)
+(documentation https://url/to/documentation)
+
+(package
+ (name toytt)
+ (synopsis "A short synopsis")
+ (description "A longer description")
+ (depends ocaml dune asai)
+ (tags
+  (topics "to describe" your project)))
+
+; See the complete stanza docs at https://dune.readthedocs.io/en/stable/dune-files.html#dune-project