Skip to content

Commit

Permalink
Fix opam file dependencies
Browse files Browse the repository at this point in the history
Signed-off-by: Marcello Seri <[email protected]>
  • Loading branch information
mseri committed Jun 30, 2023
1 parent dd88413 commit b7182a1
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 9 deletions.
2 changes: 1 addition & 1 deletion cohttp-async.opam
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ depends: [
"async_kernel" {>= "v0.16.0"}
"async_unix" {>= "v0.16.0"}
"async" {>= "v0.16.0"}
"base" {>= "v0.16"}
"base" {>= "v0.16.0"}
"core" {with-test}
"core_unix" {>= "v0.14.0"}
"conduit-async" {>= "1.2.0"}
Expand Down
7 changes: 1 addition & 6 deletions dune-project
Original file line number Diff line number Diff line change
Expand Up @@ -168,7 +168,7 @@ should also be fine under Windows too.
"An implementation of an HTTP client and server using the Async\nconcurrency library. See the `Cohttp_async` module for information\non how to use this. The package also installs `cohttp-curl-async`\nand a `cohttp-server-async` binaries for quick uses of a HTTP(S)\nclient and server respectively.\n")
(depends
(ocaml
(>= 4.08))
(>= 4.14))
(http
(= :version))
(cohttp
Expand Down Expand Up @@ -248,11 +248,6 @@ should also be fine under Windows too.
(ppx_sexp_conv :with-test)
(ppx_compare :with-test)
(ppx_here :with-test)
(core
(and
:with-test
(>= v0.13.0)))
(core_bench :with-test)
(crowbar (and :with-test (>= 0.2)))
(sexplib0 :with-test)))

Expand Down
2 changes: 0 additions & 2 deletions http.opam
Original file line number Diff line number Diff line change
Expand Up @@ -30,8 +30,6 @@ depends: [
"ppx_sexp_conv" {with-test}
"ppx_compare" {with-test}
"ppx_here" {with-test}
"core" {with-test & >= "v0.13.0"}
"core_bench" {with-test}
"crowbar" {with-test & >= "0.2"}
"sexplib0" {with-test}
"odoc" {with-doc}
Expand Down

0 comments on commit b7182a1

Please sign in to comment.