this repo has no description
1opam-version: "2.0"
2authors: ["Simon Cruanes"]
3maintainer: "simon.cruanes.2007@m4x.org"
4license: "MIT"
5synopsis: "Friendly wrapper around OCurl, Lwt version"
6build: [
7 ["dune" "build" "@install" "-p" name "-j" jobs]
8 ["dune" "build" "@doc" "-p" name] {with-doc}
9 #["dune" "runtest" "-p" name] {with-test}
10]
11depends: [
12 "ocurl" {>= "0.8.0"}
13 "ezcurl" { = version }
14 "lwt"
15 "dune" { >= "1.0" }
16 "odoc" {with-doc}
17 "mdx" {with-test}
18 "ocaml" { >= "4.03.0" }
19]
20tags: [ "curl" "web" "http" "client" "lwt" ]
21homepage: "https://github.com/c-cube/ezcurl/"
22doc: "https://c-cube.github.io/ezcurl/doc/1.2"
23bug-reports: "https://github.com/c-cube/ezcurl/issues"
24dev-repo: "git+https://github.com/c-cube/ezcurl.git"
25url {
26 src: "https://github.com/c-cube/ezcurl/archive/v0.2.2.tar.gz"
27 checksum: [
28 "md5=75eafead85b6fe5ba2652a4eb580a9a9"
29 "sha512=dde8178f2c06adb047b8fcecc8c14bc2c5f9f51748c725c2917f7f5d3faeff385303123eb0213c55d7f2e29dad9e8c88da1b0460fa643cfba958fbe531c097fd"
30 ]
31}