mirror of
https://github.com/c-cube/tiny_httpd.git
synced 2025-12-06 11:15:35 -05:00
require OCaml 4.05
This commit is contained in:
parent
0adebc304b
commit
38789de89c
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
|
#- macos-latest
|
||||||
#- windows-latest
|
#- windows-latest
|
||||||
ocaml-compiler:
|
ocaml-compiler:
|
||||||
- 4.04
|
- 4.05
|
||||||
- 4.14
|
- 4.14
|
||||||
|
|
||||||
runs-on: ${{ matrix.os }}
|
runs-on: ${{ matrix.os }}
|
||||||
|
|
|
||||||
|
|
@ -14,7 +14,7 @@ depends: [
|
||||||
"base-threads"
|
"base-threads"
|
||||||
"result"
|
"result"
|
||||||
"seq"
|
"seq"
|
||||||
"ocaml" { >= "4.04.0" }
|
"ocaml" { >= "4.05.0" }
|
||||||
"odoc" {with-doc}
|
"odoc" {with-doc}
|
||||||
"conf-libcurl" {with-test}
|
"conf-libcurl" {with-test}
|
||||||
"qcheck-core" {with-test & >= "0.9" }
|
"qcheck-core" {with-test & >= "0.9" }
|
||||||
|
|
|
||||||
|
|
@ -13,7 +13,7 @@ depends: [
|
||||||
"dune" { >= "2.0" }
|
"dune" { >= "2.0" }
|
||||||
"camlzip" {>= "1.06"}
|
"camlzip" {>= "1.06"}
|
||||||
"tiny_httpd" { = version }
|
"tiny_httpd" { = version }
|
||||||
"ocaml" { >= "4.04.0" }
|
"ocaml" { >= "4.05.0" }
|
||||||
"odoc" {with-doc}
|
"odoc" {with-doc}
|
||||||
]
|
]
|
||||||
tags: [ "http" "thread" "server" "gzip" "camlzip" ]
|
tags: [ "http" "thread" "server" "gzip" "camlzip" ]
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue