Skip to content

Commit

Permalink
cohttp-eio: Add missing tests dependencies.
Browse files Browse the repository at this point in the history
  • Loading branch information
mefyl committed Sep 30, 2023
1 parent 704538a commit b8a964f
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
2 changes: 2 additions & 0 deletions cohttp-eio.opam
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,7 @@ doc: "https://mirage.github.io/ocaml-cohttp/"
bug-reports: "https://github.com/mirage/ocaml-cohttp/issues"
depends: [
"dune" {>= "3.0"}
"alcotest" {with-test}
"base-domains"
"cohttp" {= version}
"eio" {>= "0.12"}
Expand All @@ -29,6 +30,7 @@ depends: [
"fmt"
"ptime"
"http" {= version}
"ppx_here" {with-test}
"odoc" {with-doc}
]
dev-repo: "git+https://github.com/mirage/ocaml-cohttp.git"
Expand Down
4 changes: 3 additions & 1 deletion dune-project
Original file line number Diff line number Diff line change
Expand Up @@ -362,6 +362,7 @@
(description
"A CoHTTP server and client implementation based on `eio` library. `cohttp-eio`features a multicore capable HTTP 1.1 server. The library promotes and is built with direct style of coding as opposed to a monadic.")
(depends
(alcotest :with-test)
base-domains
(cohttp
(= :version))
Expand All @@ -373,4 +374,5 @@
fmt
ptime
(http
(= :version))))
(= :version))
(ppx_here :with-test)))

0 comments on commit b8a964f

Please sign in to comment.