mirror of
https://github.com/c-cube/ezcurl.git
synced 2026-05-05 08:54:25 -04:00
Compare commits
2 commits
674eac996b
...
7ba50ae45b
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
7ba50ae45b | ||
|
|
176fc89035 |
4 changed files with 6 additions and 9 deletions
2
.github/workflows/main.yml
vendored
2
.github/workflows/main.yml
vendored
|
|
@ -16,7 +16,7 @@ jobs:
|
|||
# - macos-latest # build issues with `ar` (!!!)
|
||||
#- windows-latest # certificate problem
|
||||
ocaml-compiler:
|
||||
- '4.08'
|
||||
- '4.11'
|
||||
- '4.14'
|
||||
- '5.3'
|
||||
runs-on: ${{ matrix.os }}
|
||||
|
|
|
|||
|
|
@ -20,12 +20,12 @@
|
|||
(tags
|
||||
("curl" "web" "http" "client"))
|
||||
(depends
|
||||
(ocurl
|
||||
(curl
|
||||
(>= 0.8))
|
||||
(odoc :with-doc)
|
||||
(tiny_httpd (and (>= 0.19) :with-test))
|
||||
(ocaml
|
||||
(>= 4.03))))
|
||||
(>= 4.11))))
|
||||
|
||||
(package
|
||||
(name ezcurl-lwt)
|
||||
|
|
@ -37,6 +37,4 @@
|
|||
(= :version))
|
||||
lwt
|
||||
(mdx :with-test)
|
||||
(odoc :with-doc)
|
||||
(ocaml
|
||||
(>= 4.03))))
|
||||
(odoc :with-doc)))
|
||||
|
|
|
|||
|
|
@ -15,7 +15,6 @@ depends: [
|
|||
"lwt"
|
||||
"mdx" {with-test}
|
||||
"odoc" {with-doc}
|
||||
"ocaml" {>= "4.03"}
|
||||
]
|
||||
build: [
|
||||
["dune" "subst"] {dev}
|
||||
|
|
|
|||
|
|
@ -11,10 +11,10 @@ doc: "https://c-cube.github.io/ezcurl/"
|
|||
bug-reports: "https://github.com/c-cube/ezcurl/issues"
|
||||
depends: [
|
||||
"dune" {>= "3.0"}
|
||||
"ocurl" {>= "0.8"}
|
||||
"curl" {>= "0.8"}
|
||||
"odoc" {with-doc}
|
||||
"tiny_httpd" {>= "0.19" & with-test}
|
||||
"ocaml" {>= "4.03"}
|
||||
"ocaml" {>= "4.11"}
|
||||
]
|
||||
build: [
|
||||
["dune" "subst"] {dev}
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue