Compare commits

..

No commits in common. "7ba50ae45b7350f830cac55dc4c9efd85061cac3" and "674eac996b9ec7a798560e724bbb65245eda9823" have entirely different histories.

4 changed files with 9 additions and 6 deletions

View file

@ -16,7 +16,7 @@ jobs:
# - macos-latest # build issues with `ar` (!!!)
#- windows-latest # certificate problem
ocaml-compiler:
- '4.11'
- '4.08'
- '4.14'
- '5.3'
runs-on: ${{ matrix.os }}

View file

@ -20,12 +20,12 @@
(tags
("curl" "web" "http" "client"))
(depends
(curl
(ocurl
(>= 0.8))
(odoc :with-doc)
(tiny_httpd (and (>= 0.19) :with-test))
(ocaml
(>= 4.11))))
(>= 4.03))))
(package
(name ezcurl-lwt)
@ -37,4 +37,6 @@
(= :version))
lwt
(mdx :with-test)
(odoc :with-doc)))
(odoc :with-doc)
(ocaml
(>= 4.03))))

View file

@ -15,6 +15,7 @@ depends: [
"lwt"
"mdx" {with-test}
"odoc" {with-doc}
"ocaml" {>= "4.03"}
]
build: [
["dune" "subst"] {dev}

View file

@ -11,10 +11,10 @@ doc: "https://c-cube.github.io/ezcurl/"
bug-reports: "https://github.com/c-cube/ezcurl/issues"
depends: [
"dune" {>= "3.0"}
"curl" {>= "0.8"}
"ocurl" {>= "0.8"}
"odoc" {with-doc}
"tiny_httpd" {>= "0.19" & with-test}
"ocaml" {>= "4.11"}
"ocaml" {>= "4.03"}
]
build: [
["dune" "subst"] {dev}