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