this repo has no description
1opam-version: "2.0" 2maintainer: "anil@recoil.org" 3authors: ["Anil Madhavapeddy" "Thomas Leonard" "Thomas Gazagnaire"] 4license: "ISC" 5tags: "org:mirage" 6homepage: "https://github.com/mirage/ocaml-conduit" 7bug-reports: "https://github.com/mirage/ocaml-conduit/issues" 8synopsis: "A network connection establishment library for MirageOS" 9 10depends: [ 11 "ocaml" {>= "4.03.0"} 12 "dune" 13 "ppx_sexp_conv" 14 "sexplib" 15 "ipaddr" {>= "3.0.0" & < "4.0.0"} 16 "cstruct" {>= "3.0.0"} 17 "mirage-stack-lwt" {>= "1.3.0"} 18 "mirage-time-lwt" {>= "1.1.0"} 19 "mirage-flow-lwt" {>= "1.2.0"} 20 "mirage-dns" {>= "3.0.0" & < "4.0.0"} 21 "conduit-lwt" {>= "1.4.0"} 22 "vchan" {>= "3.0.0"} 23 "xenstore" 24 "tls" {>= "0.8.0" & < "0.11.0"} 25] 26build: [ 27 ["dune" "subst"] {dev} 28 ["dune" "build" "-p" name "-j" jobs] 29 ["dune" "runtest" "-p" name] {with-test} 30] 31dev-repo: "git+https://github.com/mirage/ocaml-conduit.git" 32url { 33 src: 34 "https://github.com/mirage/ocaml-conduit/releases/download/v1.4.0/conduit-v1.4.0.tbz" 35 checksum: [ 36 "sha256=8de1e44effbc252fbf5862ba874a5608b8b99552e978762008be2625faf51206" 37 "md5=204222b8a61692083b79c67c8967fb28" 38 ] 39} 40flags: deprecated