mirror of
https://github.com/c-cube/ezcurl.git
synced 2025-12-05 19:00:34 -05:00
26 lines
749 B
Text
26 lines
749 B
Text
opam-version: "2.0"
|
|
name: "ezcurl-lwt"
|
|
version: "0.2.4"
|
|
authors: ["Simon Cruanes"]
|
|
maintainer: "simon.cruanes.2007@m4x.org"
|
|
license: "MIT"
|
|
synopsis: "Friendly wrapper around OCurl, Lwt version"
|
|
build: [
|
|
["dune" "build" "@install" "-p" name "-j" jobs]
|
|
["dune" "build" "@doc" "-p" name] {with-doc}
|
|
#["dune" "runtest" "-p" name] {with-test}
|
|
]
|
|
depends: [
|
|
"ocurl" {>= "0.8.0"}
|
|
"ezcurl" { = version }
|
|
"lwt"
|
|
"dune" { >= "1.0" }
|
|
"odoc" {with-doc}
|
|
"mdx" {with-test}
|
|
"ocaml" { >= "4.03.0" }
|
|
]
|
|
tags: [ "curl" "web" "http" "client" "lwt" ]
|
|
homepage: "https://github.com/c-cube/ezcurl/"
|
|
doc: "https://c-cube.github.io/ezcurl/doc/1.2"
|
|
bug-reports: "https://github.com/c-cube/ezcurl/issues"
|
|
dev-repo: "git+https://github.com/c-cube/ezcurl.git"
|