mirror of
https://github.com/c-cube/tiny_httpd.git
synced 2026-03-10 23:48:34 -04:00
Compare commits
2 commits
a25e24ed8c
...
f16858c8f5
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
f16858c8f5 | ||
|
|
12f762eb6e |
3 changed files with 3 additions and 3 deletions
2
.github/workflows/main.yml
vendored
2
.github/workflows/main.yml
vendored
|
|
@ -16,7 +16,7 @@ jobs:
|
|||
#- macos-latest
|
||||
#- windows-latest
|
||||
ocaml-compiler:
|
||||
- 4.08.x
|
||||
- 4.13.x
|
||||
- 4.14.x
|
||||
- 5.03.x
|
||||
|
||||
|
|
|
|||
|
|
@ -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