diff options
author | Sébastien Dailly <sebastien@dailly.me> | 2025-06-01 17:12:06 +0200 |
---|---|---|
committer | Sébastien Dailly <sebastien@dailly.me> | 2025-06-14 10:58:01 +0200 |
commit | 2f18b8a33cabd0ea666781ba048d0174b4dc5031 (patch) | |
tree | aacda421b89e8133e3c73942e9ede61283a5005c /lib/services/dune |
Initial commit
Diffstat (limited to 'lib/services/dune')
-rw-r--r-- | lib/services/dune | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/lib/services/dune b/lib/services/dune new file mode 100644 index 0000000..be8de92 --- /dev/null +++ b/lib/services/dune @@ -0,0 +1,10 @@ +(library + (name services) + + (libraries + lwt + yojson + path) + (preprocess (pps ppx_yojson_conv)) + ) + |