mirror of
https://github.com/c-cube/tiny_httpd.git
synced 2025-12-06 11:15:35 -05:00
opam fix from @kit_ty_kate
This commit is contained in:
parent
19cbda8571
commit
a3edf75a05
1 changed files with 1 additions and 1 deletions
|
|
@ -11,7 +11,7 @@ build: [
|
||||||
]
|
]
|
||||||
depends: [
|
depends: [
|
||||||
"dune" { >= "2.0" }
|
"dune" { >= "2.0" }
|
||||||
"camlzip"
|
"camlzip" {>= "1.06"}
|
||||||
"tiny_httpd" { = version }
|
"tiny_httpd" { = version }
|
||||||
"ocaml" { >= "4.04.0" }
|
"ocaml" { >= "4.04.0" }
|
||||||
"odoc" {with-doc}
|
"odoc" {with-doc}
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue