mirror of
https://github.com/c-cube/ezcurl.git
synced 2026-05-05 08:54:25 -04:00
mve to ocaml >= 4.11 bc curl bindings did
This commit is contained in:
parent
176fc89035
commit
7ba50ae45b
4 changed files with 4 additions and 7 deletions
2
.github/workflows/main.yml
vendored
2
.github/workflows/main.yml
vendored
|
|
@ -16,7 +16,7 @@ jobs:
|
||||||
# - macos-latest # build issues with `ar` (!!!)
|
# - macos-latest # build issues with `ar` (!!!)
|
||||||
#- windows-latest # certificate problem
|
#- windows-latest # certificate problem
|
||||||
ocaml-compiler:
|
ocaml-compiler:
|
||||||
- '4.08'
|
- '4.11'
|
||||||
- '4.14'
|
- '4.14'
|
||||||
- '5.3'
|
- '5.3'
|
||||||
runs-on: ${{ matrix.os }}
|
runs-on: ${{ matrix.os }}
|
||||||
|
|
|
||||||
|
|
@ -25,7 +25,7 @@
|
||||||
(odoc :with-doc)
|
(odoc :with-doc)
|
||||||
(tiny_httpd (and (>= 0.19) :with-test))
|
(tiny_httpd (and (>= 0.19) :with-test))
|
||||||
(ocaml
|
(ocaml
|
||||||
(>= 4.03))))
|
(>= 4.11))))
|
||||||
|
|
||||||
(package
|
(package
|
||||||
(name ezcurl-lwt)
|
(name ezcurl-lwt)
|
||||||
|
|
@ -37,6 +37,4 @@
|
||||||
(= :version))
|
(= :version))
|
||||||
lwt
|
lwt
|
||||||
(mdx :with-test)
|
(mdx :with-test)
|
||||||
(odoc :with-doc)
|
(odoc :with-doc)))
|
||||||
(ocaml
|
|
||||||
(>= 4.03))))
|
|
||||||
|
|
|
||||||
|
|
@ -15,7 +15,6 @@ depends: [
|
||||||
"lwt"
|
"lwt"
|
||||||
"mdx" {with-test}
|
"mdx" {with-test}
|
||||||
"odoc" {with-doc}
|
"odoc" {with-doc}
|
||||||
"ocaml" {>= "4.03"}
|
|
||||||
]
|
]
|
||||||
build: [
|
build: [
|
||||||
["dune" "subst"] {dev}
|
["dune" "subst"] {dev}
|
||||||
|
|
|
||||||
|
|
@ -14,7 +14,7 @@ depends: [
|
||||||
"curl" {>= "0.8"}
|
"curl" {>= "0.8"}
|
||||||
"odoc" {with-doc}
|
"odoc" {with-doc}
|
||||||
"tiny_httpd" {>= "0.19" & with-test}
|
"tiny_httpd" {>= "0.19" & with-test}
|
||||||
"ocaml" {>= "4.03"}
|
"ocaml" {>= "4.11"}
|
||||||
]
|
]
|
||||||
build: [
|
build: [
|
||||||
["dune" "subst"] {dev}
|
["dune" "subst"] {dev}
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue