mirror of
https://github.com/c-cube/ezcurl.git
synced 2025-12-05 19:00:34 -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}
|
||||
]
|
||||
depends: [
|
||||
"ocurl"
|
||||
"ocurl" {>= "0.8.0"}
|
||||
"ezcurl" { = version }
|
||||
"lwt"
|
||||
"dune" { >= "1.0" }
|
||||
|
|
|
|||
|
|
@ -11,7 +11,7 @@ build: [
|
|||
#["dune" "runtest" "-p" name] {with-test}
|
||||
]
|
||||
depends: [
|
||||
"ocurl"
|
||||
"ocurl" {>= "0.8.0"}
|
||||
"dune" { >= "1.0" }
|
||||
"odoc" {with-doc}
|
||||
"ocaml" { >= "4.03.0" }
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue