-
Notifications
You must be signed in to change notification settings - Fork 74
/
conduit-mirage.opam
42 lines (41 loc) · 1.09 KB
/
conduit-mirage.opam
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
opam-version: "2.0"
maintainer: "[email protected]"
authors: ["Anil Madhavapeddy" "Thomas Leonard" "Thomas Gazagnaire"]
license: "ISC"
tags: "org:mirage"
homepage: "https://github.com/mirage/ocaml-conduit"
bug-reports: "https://github.com/mirage/ocaml-conduit/issues"
depends: [
"ocaml" {>= "4.13.0"}
"dune" {>= "2.0"}
"ppx_sexp_conv" {>="v0.13.0"}
"sexplib0"
"uri" {>= "4.0.0"}
"cstruct" {>= "3.0.0"}
"mirage-clock" {>= "3.0.0"}
"mirage-flow" {>= "4.0.0"}
"mirage-flow-combinators" {>= "2.0.0"}
"mirage-crypto-rng-mirage" {>= "1.0.0"}
"mirage-time" {>= "2.0.0"}
"dns-client-mirage" {>= "8.0.0"}
"conduit-lwt" {=version}
"vchan" {>= "5.0.0"}
"xenstore"
"tls" {>= "1.0.0"}
"tls-mirage" {>= "1.0.0"}
"ca-certs-nss"
"ipaddr" {>= "3.0.0"}
"ipaddr-sexp"
"tcpip" {>= "7.0.0"}
"fmt" {>= "0.8.7"}
]
conflicts: [
"mirage-conduit"
]
build: [
["dune" "subst"] {dev}
["dune" "build" "-p" name "-j" jobs]
["dune" "runtest" "-p" name] {with-test}
]
dev-repo: "git+https://github.com/mirage/ocaml-conduit.git"
synopsis: "A network connection establishment library for MirageOS"