diff options
Diffstat (limited to 'lib/cohttp_handler/dune')
-rw-r--r-- | lib/cohttp_handler/dune | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/lib/cohttp_handler/dune b/lib/cohttp_handler/dune new file mode 100644 index 0000000..3aabbd0 --- /dev/null +++ b/lib/cohttp_handler/dune @@ -0,0 +1,15 @@ +(library + (name cohttp_handler) + (libraries + uri + cohttp + cohttp-lwt + cohttp-lwt-unix + + operators + v_string + path + services + ) + (preprocess (pps ppx_yojson_conv lwt_ppx)) + ) |