You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
34 lines
912 B
34 lines
912 B
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" {build} |
|
"base-unix" |
|
"ppx_sexp_conv" {< "v0.12"} |
|
"conduit-lwt" {>="1.4.0"} |
|
"lwt" {>= "3.0.0"} |
|
"uri" {>= "1.9.4"} |
|
"ipaddr" {>= "3.0.0"} |
|
] |
|
depopts: ["tls" "lwt_ssl" "launchd"] |
|
conflicts: [ |
|
"tls" {< "0.8.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 Lwt_unix" |
|
url { |
|
src: |
|
"https://github.com/mirage/ocaml-conduit/releases/download/v1.4.0/conduit-v1.4.0.tbz" |
|
checksum: "md5=204222b8a61692083b79c67c8967fb28" |
|
}
|
|
|