diff options
author | Nathan Ringo <nathan@remexre.com> | 2024-01-17 09:16:47 -0600 |
---|---|---|
committer | Nathan Ringo <nathan@remexre.com> | 2024-01-17 09:16:47 -0600 |
commit | 1cdb8d8f6c328037b8f1b9446a497e0e94861f19 (patch) | |
tree | bcd5273f7438976328431d612f10c6aa839beab3 /discocaml/dune-project | |
parent | 59accae1e5b6848592b0beaa6f0e6c481288d357 (diff) |
Start of discocaml.
Diffstat (limited to 'discocaml/dune-project')
-rw-r--r-- | discocaml/dune-project | 6 |
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)) |