mirror of
https://github.com/c-cube/tiny_httpd.git
synced 2026-03-07 21:37:57 -05:00
Bump minimum OCaml version to 4.13 for Unix.realpath support
This commit is contained in:
parent
a25e24ed8c
commit
12f762eb6e
2 changed files with 2 additions and 2 deletions
|
|
@ -23,7 +23,7 @@
|
|||
result
|
||||
hmap
|
||||
(iostream (>= 0.2))
|
||||
(ocaml (>= 4.08))
|
||||
(ocaml (>= 4.13))
|
||||
(odoc :with-doc)
|
||||
(logs :with-test)
|
||||
(conf-libcurl :with-test)
|
||||
|
|
|
|||
|
|
@ -17,7 +17,7 @@ depends: [
|
|||
"result"
|
||||
"hmap"
|
||||
"iostream" {>= "0.2"}
|
||||
"ocaml" {>= "4.08"}
|
||||
"ocaml" {>= "4.13"}
|
||||
"odoc" {with-doc}
|
||||
"logs" {with-test}
|
||||
"conf-libcurl" {with-test}
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue