mirror of
https://github.com/c-cube/ezcurl.git
synced 2025-12-06 03:05:31 -05:00
chore: add missing bound from opam-repo (thx @kit-ty-kate)
This commit is contained in:
parent
a1e2d7f600
commit
78aff9928d
2 changed files with 2 additions and 2 deletions
|
|
@ -11,7 +11,7 @@ build: [
|
||||||
#["dune" "runtest" "-p" name] {with-test}
|
#["dune" "runtest" "-p" name] {with-test}
|
||||||
]
|
]
|
||||||
depends: [
|
depends: [
|
||||||
"ocurl"
|
"ocurl" {>= "0.8.0"}
|
||||||
"ezcurl" { = version }
|
"ezcurl" { = version }
|
||||||
"lwt"
|
"lwt"
|
||||||
"dune" { >= "1.0" }
|
"dune" { >= "1.0" }
|
||||||
|
|
|
||||||
|
|
@ -11,7 +11,7 @@ build: [
|
||||||
#["dune" "runtest" "-p" name] {with-test}
|
#["dune" "runtest" "-p" name] {with-test}
|
||||||
]
|
]
|
||||||
depends: [
|
depends: [
|
||||||
"ocurl"
|
"ocurl" {>= "0.8.0"}
|
||||||
"dune" { >= "1.0" }
|
"dune" { >= "1.0" }
|
||||||
"odoc" {with-doc}
|
"odoc" {with-doc}
|
||||||
"ocaml" { >= "4.03.0" }
|
"ocaml" { >= "4.03.0" }
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue