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"
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 "dune" { >= "1.0" }
14 "odoc" {with-doc}
15 "ocaml" { >= "4.03.0" }
16]
17tags: [ "curl" "web" "http" "client" ]
18homepage: "https://github.com/c-cube/ezcurl/"
19doc: "https://c-cube.github.io/ezcurl/doc/1.2"
20bug-reports: "https://github.com/c-cube/ezcurl/issues"
21dev-repo: "git+https://github.com/c-cube/ezcurl.git"
22url {
23 src: "https://github.com/c-cube/ezcurl/archive/v0.2.tar.gz"
24 checksum: [
25 "md5=4b098ad0856d9047a536021b196c0fb8"
26 "sha512=f6d14bd3e2447206be18990f4d478c9c354ea88bd754357b609a7ed0ff67b57c9707a44cf6f01e0843c6521f4fc3e0c4a76beada692987777a7dbef1f928c259"
27 ]
28}