mirror of
https://github.com/c-cube/tiny_httpd.git
synced 2026-03-13 08:56:18 -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
|
#- macos-latest
|
||||||
#- windows-latest
|
#- windows-latest
|
||||||
ocaml-compiler:
|
ocaml-compiler:
|
||||||
- 4.08.x
|
- 4.13.x
|
||||||
- 4.14.x
|
- 4.14.x
|
||||||
- 5.03.x
|
- 5.03.x
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -23,7 +23,7 @@
|
||||||
result
|
result
|
||||||
hmap
|
hmap
|
||||||
(iostream (>= 0.2))
|
(iostream (>= 0.2))
|
||||||
(ocaml (>= 4.08))
|
(ocaml (>= 4.13))
|
||||||
(odoc :with-doc)
|
(odoc :with-doc)
|
||||||
(logs :with-test)
|
(logs :with-test)
|
||||||
(conf-libcurl :with-test)
|
(conf-libcurl :with-test)
|
||||||
|
|
|
||||||
|
|
@ -17,7 +17,7 @@ depends: [
|
||||||
"result"
|
"result"
|
||||||
"hmap"
|
"hmap"
|
||||||
"iostream" {>= "0.2"}
|
"iostream" {>= "0.2"}
|
||||||
"ocaml" {>= "4.08"}
|
"ocaml" {>= "4.13"}
|
||||||
"odoc" {with-doc}
|
"odoc" {with-doc}
|
||||||
"logs" {with-test}
|
"logs" {with-test}
|
||||||
"conf-libcurl" {with-test}
|
"conf-libcurl" {with-test}
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue