diff --git a/examples/dune b/examples/dune index 78350f9a..5e139283 100644 --- a/examples/dune +++ b/examples/dune @@ -73,10 +73,10 @@ ; produce an embedded FS (library - (name echo_vfs) - (modules vfs) - (wrapped false) - (libraries tiny_httpd)) + (name echo_vfs) + (modules vfs) + (wrapped false) + (libraries tiny_httpd)) (rule (targets vfs.ml) diff --git a/src/eio/dune b/src/eio/dune index 37431aba..11100ed1 100644 --- a/src/eio/dune +++ b/src/eio/dune @@ -1,8 +1,6 @@ - (library - (name tiny_httpd_eio) - (public_name tiny_httpd_eio) - (synopsis "An EIO-based backend for Tiny_httpd") - (flags :standard -safe-string -warn-error -a+8) - (libraries tiny_httpd eio eio.unix)) - + (name tiny_httpd_eio) + (public_name tiny_httpd_eio) + (synopsis "An EIO-based backend for Tiny_httpd") + (flags :standard -safe-string -warn-error -a+8) + (libraries tiny_httpd eio eio.unix))