aboutsummaryrefslogtreecommitdiff
path: root/discocaml/dune-project
diff options
context:
space:
mode:
authorNathan Ringo <nathan@remexre.com>2024-01-17 09:16:47 -0600
committerNathan Ringo <nathan@remexre.com>2024-01-17 09:16:47 -0600
commit1cdb8d8f6c328037b8f1b9446a497e0e94861f19 (patch)
treebcd5273f7438976328431d612f10c6aa839beab3 /discocaml/dune-project
parent59accae1e5b6848592b0beaa6f0e6c481288d357 (diff)
Start of discocaml.
Diffstat (limited to 'discocaml/dune-project')
-rw-r--r--discocaml/dune-project6
1 files changed, 6 insertions, 0 deletions
diff --git a/discocaml/dune-project b/discocaml/dune-project
new file mode 100644
index 0000000..bd6504b
--- /dev/null
+++ b/discocaml/dune-project
@@ -0,0 +1,6 @@
+(lang dune 3.8)
+
+(package
+ (name discocaml)
+ (synopsis "Some tools for interacting with OCaml with a Discord bot")
+ (depends))