Compare commits

..

No commits in common. "f16858c8f5f8f84b0540c2659d724e420b2eddc1" and "a25e24ed8c386a4a779dcf6bf91d21d2058ed062" have entirely different histories.

3 changed files with 3 additions and 3 deletions

View file

@ -16,7 +16,7 @@ jobs:
#- macos-latest
#- windows-latest
ocaml-compiler:
- 4.13.x
- 4.08.x
- 4.14.x
- 5.03.x

View file

@ -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)

View file

@ -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}