Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 0 additions & 1 deletion cohttp-lwt-jsoo/src/dune
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@
(name cohttp_lwt_jsoo)
(public_name cohttp-lwt-jsoo)
(synopsis "XHR/Lwt based http client")
(wrapped false)
(preprocess
(pps js_of_ocaml-ppx))
(libraries js_of_ocaml cohttp-lwt))
1 change: 0 additions & 1 deletion cohttp-mirage/src/dune
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@
(name cohttp_mirage)
(public_name cohttp-mirage)
(synopsis "Mirage backend for cohttp")
(wrapped false)
(preprocess
(pps ppx_sexp_conv))
(libraries conduit-mirage.flow cohttp-lwt mirage-channel conduit-mirage
Expand Down
1 change: 0 additions & 1 deletion cohttp_async_test/src/dune
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
(library
(name cohttp_async_test)
(wrapped false)
(libraries fmt.tty uri.services async_kernel cohttp_test cohttp-async))
1 change: 0 additions & 1 deletion cohttp_lwt_unix_test/src/dune
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
(library
(name cohttp_lwt_unix_test)
(wrapped false)
(libraries conduit-lwt cohttp-lwt-unix cohttp_test oUnit))
1 change: 0 additions & 1 deletion cohttp_server/dune
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
(library
(name cohttp_server)
(wrapped false)
(libraries cohttp))
1 change: 0 additions & 1 deletion cohttp_test/src/dune
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
(library
(name cohttp_test)
(wrapped false)
(libraries cohttp oUnit))