From 2f18b8a33cabd0ea666781ba048d0174b4dc5031 Mon Sep 17 00:00:00 2001 From: Sébastien Dailly Date: Sun, 1 Jun 2025 17:12:06 +0200 Subject: Initial commit --- lib/cohttp_handler/dune | 15 +++++++++++++++ 1 file changed, 15 insertions(+) create mode 100644 lib/cohttp_handler/dune (limited to 'lib/cohttp_handler/dune') 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)) + ) -- cgit v1.2.3