mirror of
https://github.com/c-cube/tiny_httpd.git
synced 2025-12-06 03:05:29 -05:00
require OCaml 4.05
This commit is contained in:
parent
595abca0aa
commit
eb3ec103e3
3 changed files with 3 additions and 3 deletions
2
.github/workflows/main.yml
vendored
2
.github/workflows/main.yml
vendored
|
|
@ -17,7 +17,7 @@ jobs:
|
|||
#- macos-latest
|
||||
#- windows-latest
|
||||
ocaml-compiler:
|
||||
- 4.04
|
||||
- 4.05
|
||||
- 4.14
|
||||
|
||||
runs-on: ${{ matrix.os }}
|
||||
|
|
|
|||
|
|
@ -14,7 +14,7 @@ depends: [
|
|||
"base-threads"
|
||||
"result"
|
||||
"seq"
|
||||
"ocaml" { >= "4.04.0" }
|
||||
"ocaml" { >= "4.05.0" }
|
||||
"odoc" {with-doc}
|
||||
"conf-libcurl" {with-test}
|
||||
"qcheck-core" {with-test & >= "0.9" }
|
||||
|
|
|
|||
|
|
@ -13,7 +13,7 @@ depends: [
|
|||
"dune" { >= "2.0" }
|
||||
"camlzip" {>= "1.06"}
|
||||
"tiny_httpd" { = version }
|
||||
"ocaml" { >= "4.04.0" }
|
||||
"ocaml" { >= "4.05.0" }
|
||||
"odoc" {with-doc}
|
||||
]
|
||||
tags: [ "http" "thread" "server" "gzip" "camlzip" ]
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue