Skip to content

Commit

Permalink
Update mirage-conduit dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
samoht committed Jul 4, 2015
1 parent 9e478d7 commit e9447ac
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 3 deletions.
2 changes: 2 additions & 0 deletions packages/conduit/conduit.0.8.4/opam
Expand Up @@ -5,6 +5,7 @@ homepage: "https://github.com/mirage/ocaml-conduit"
dev-repo: "https://github.com/mirage/ocaml-conduit.git"
bug-reports: "https://github.com/mirage/ocaml-conduit/issues"
tags: "org:mirage"
license: "ISC"

build: [make]
install: [make "install"]
Expand All @@ -26,6 +27,7 @@ depopts: [
"mirage-dns"
"vchan"
"tls"
"mirage-types-lwt"
]
conflicts: [
"lwt" {<"2.4.4"}
Expand Down
13 changes: 10 additions & 3 deletions packages/mirage-conduit/mirage-conduit.2.2.0/opam
Expand Up @@ -5,12 +5,19 @@ homepage: "https://github.com/mirage/ocaml-conduit"
dev-repo: "https://github.com/mirage/ocaml-conduit.git"
bug-reports: "https://github.com/mirage/ocaml-conduit/issues"
tags: "org:mirage"
license: "ISC"

build: ["ocamlfind" "query" "conduit.mirage"]
depends: [
"mirage-types" {>= "2.0.0"}
"mirage-types-lwt" {>= "2.3.0"}
"mirage-dns" {>= "2.0.0"}
"tcpip" {>= "2.5.0"}
"conduit" {>= "0.8.4"}
"conduit" {>= "0.8.4"}
]
depopts: [
"vchan"
"tls"
]
conflicts: [
"tls" {< "0.5.0"}
]
available: [ocaml-version >="4.01.0"]

0 comments on commit e9447ac

Please sign in to comment.