diff options
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)) + ) + |