Skip to content

Commit 6f03cad

Browse files
authored
Merge pull request ocaml#23623 from c-cube/opam-publish-ezcurl-ezcurl-lwt.0.2.3
2 packages from c-cube/ezcurl at 0.2.3
2 parents b748e6d + 8f8a8f3 commit 6f03cad

File tree

2 files changed

+59
-0
lines changed
  • packages
    • ezcurl-lwt/ezcurl-lwt.0.2.3
    • ezcurl/ezcurl.0.2.3

2 files changed

+59
-0
lines changed
Lines changed: 31 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,31 @@
1+
opam-version: "2.0"
2+
authors: ["Simon Cruanes"]
3+
maintainer: "[email protected]"
4+
license: "MIT"
5+
synopsis: "Friendly wrapper around OCurl, Lwt version"
6+
build: [
7+
["dune" "build" "@install" "-p" name "-j" jobs]
8+
["dune" "build" "@doc" "-p" name] {with-doc}
9+
#["dune" "runtest" "-p" name] {with-test}
10+
]
11+
depends: [
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+
]
20+
tags: [ "curl" "web" "http" "client" "lwt" ]
21+
homepage: "https://github.com/c-cube/ezcurl/"
22+
doc: "https://c-cube.github.io/ezcurl/doc/1.2"
23+
bug-reports: "https://github.com/c-cube/ezcurl/issues"
24+
dev-repo: "git+https://github.com/c-cube/ezcurl.git"
25+
url {
26+
src: "https://github.com/c-cube/ezcurl/archive/v0.2.3.tar.gz"
27+
checksum: [
28+
"md5=f4ca6b30671c23e96fcb33f412a6835c"
29+
"sha512=417e8854b1457c50cd969502fd1879edfd03a442a7068573a2014826b495711b6c49a1267f022a9d8619404b2a771353453701073a659376a739bb58075cd66d"
30+
]
31+
}

packages/ezcurl/ezcurl.0.2.3/opam

Lines changed: 28 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,28 @@
1+
opam-version: "2.0"
2+
authors: ["Simon Cruanes"]
3+
maintainer: "[email protected]"
4+
license: "MIT"
5+
synopsis: "Friendly wrapper around OCurl"
6+
build: [
7+
["dune" "build" "@install" "-p" name "-j" jobs]
8+
["dune" "build" "@doc" "-p" name] {with-doc}
9+
#["dune" "runtest" "-p" name] {with-test}
10+
]
11+
depends: [
12+
"ocurl" {>= "0.8.0"}
13+
"dune" { >= "1.0" }
14+
"odoc" {with-doc}
15+
"ocaml" { >= "4.03.0" }
16+
]
17+
tags: [ "curl" "web" "http" "client" ]
18+
homepage: "https://github.com/c-cube/ezcurl/"
19+
doc: "https://c-cube.github.io/ezcurl/doc/1.2"
20+
bug-reports: "https://github.com/c-cube/ezcurl/issues"
21+
dev-repo: "git+https://github.com/c-cube/ezcurl.git"
22+
url {
23+
src: "https://github.com/c-cube/ezcurl/archive/v0.2.3.tar.gz"
24+
checksum: [
25+
"md5=f4ca6b30671c23e96fcb33f412a6835c"
26+
"sha512=417e8854b1457c50cd969502fd1879edfd03a442a7068573a2014826b495711b6c49a1267f022a9d8619404b2a771353453701073a659376a739bb58075cd66d"
27+
]
28+
}

0 commit comments

Comments
 (0)