Codebase list ocaml-conduit / debian/4.0.2-3 conduit-async.opam
debian/4.0.2-3

Tree @debian/4.0.2-3 (Download .tar.gz)

conduit-async.opam @debian/4.0.2-3raw · history · blame

version: "4.0.2"
opam-version: "2.0"
maintainer: "anil@recoil.org"
authors: [
  "Anil Madhavapeddy" "Thomas Leonard" "Thomas Gazagnaire" "Rudi Grinberg"
]
license: "ISC"
tags: "org:mirage"
homepage: "https://github.com/mirage/ocaml-conduit"
bug-reports: "https://github.com/mirage/ocaml-conduit/issues"
depends: [
  "ocaml" {>= "4.03.0"}
  "dune"
  "core"
  "uri" {>= "4.0.0"}
  "ppx_here" {>= "v0.9.0"}
  "ppx_sexp_conv" {>="v0.13.0"}
  "sexplib"
  "conduit" {=version}
  "async" {>= "v0.10.0"}
  "ipaddr" {>= "3.0.0"}
  "ipaddr-sexp" {>= "4.0.0"}
]
depopts: ["async_ssl"]
conflicts: [
  "async_ssl" {< "v0.9.0"}
]
build: [
  ["dune" "subst"] {pinned}
  ["dune" "build" "-p" name "-j" jobs]
]
dev-repo: "git+https://github.com/mirage/ocaml-conduit.git"
synopsis: "A network connection establishment library for Async"