this repo has no description

2 packages from c-cube/ezcurl at 0.2

Changed files
+59
packages
ezcurl
ezcurl.0.2
ezcurl-lwt
ezcurl-lwt.0.2
+31
packages/ezcurl-lwt/ezcurl-lwt.0.2/opam
···
···
+
opam-version: "2.0"
+
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"
+
url {
+
src: "https://github.com/c-cube/ezcurl/archive/v0.2.tar.gz"
+
checksum: [
+
"md5=4b098ad0856d9047a536021b196c0fb8"
+
"sha512=f6d14bd3e2447206be18990f4d478c9c354ea88bd754357b609a7ed0ff67b57c9707a44cf6f01e0843c6521f4fc3e0c4a76beada692987777a7dbef1f928c259"
+
]
+
}
+28
packages/ezcurl/ezcurl.0.2/opam
···
···
+
opam-version: "2.0"
+
authors: ["Simon Cruanes"]
+
maintainer: "simon.cruanes.2007@m4x.org"
+
license: "MIT"
+
synopsis: "Friendly wrapper around OCurl"
+
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"}
+
"dune" { >= "1.0" }
+
"odoc" {with-doc}
+
"ocaml" { >= "4.03.0" }
+
]
+
tags: [ "curl" "web" "http" "client" ]
+
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"
+
url {
+
src: "https://github.com/c-cube/ezcurl/archive/v0.2.tar.gz"
+
checksum: [
+
"md5=4b098ad0856d9047a536021b196c0fb8"
+
"sha512=f6d14bd3e2447206be18990f4d478c9c354ea88bd754357b609a7ed0ff67b57c9707a44cf6f01e0843c6521f4fc3e0c4a76beada692987777a7dbef1f928c259"
+
]
+
}