mirror of
https://github.com/c-cube/tiny_httpd.git
synced 2026-03-13 00:46:16 -04:00
Compare commits
No commits in common. "f16858c8f5f8f84b0540c2659d724e420b2eddc1" and "a25e24ed8c386a4a779dcf6bf91d21d2058ed062" have entirely different histories.
f16858c8f5
...
a25e24ed8c
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.13.x
|
- 4.08.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.13))
|
(ocaml (>= 4.08))
|
||||||
(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.13"}
|
"ocaml" {>= "4.08"}
|
||||||
"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