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.
29 lines
820 B
29 lines
820 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.13"} |
|
"sexplib" {< "v0.13"} |
|
"conduit" {="1.4.0"} |
|
"lwt" {>= "3.0.0"} |
|
] |
|
build: [ |
|
["dune" "subst"] {pinned} |
|
["dune" "build" "-p" name "-j" jobs] |
|
] |
|
dev-repo: "git+https://github.com/mirage/ocaml-conduit.git" |
|
synopsis: "A portable network connection establishment library using Lwt" |
|
url { |
|
src: |
|
"https://github.com/mirage/ocaml-conduit/releases/download/v1.4.0/conduit-v1.4.0.tbz" |
|
checksum: "md5=204222b8a61692083b79c67c8967fb28" |
|
}
|
|
|