mirror of
https://github.com/c-cube/nanoev.git
synced 2025-12-05 19:00:35 -05:00
require OCaml 4.14
This commit is contained in:
parent
2cf34abb50
commit
5b0ec9ce6e
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:
|
|||
os:
|
||||
- ubuntu-latest
|
||||
ocaml-compiler:
|
||||
- '4.12'
|
||||
- '4.14'
|
||||
- '5.0'
|
||||
- '5.3'
|
||||
|
||||
|
|
|
|||
|
|
@ -36,7 +36,7 @@
|
|||
(synopsis "Use nanoev from picos")
|
||||
(depends
|
||||
(ocaml
|
||||
(>= 4.12))
|
||||
(>= 4.14))
|
||||
dune
|
||||
base-unix
|
||||
(nanoev
|
||||
|
|
|
|||
|
|
@ -8,7 +8,7 @@ tags: ["unix" "select" "async"]
|
|||
homepage: "https://github.com/c-cube/nanoev"
|
||||
bug-reports: "https://github.com/c-cube/nanoev/issues"
|
||||
depends: [
|
||||
"ocaml" {>= "4.12"}
|
||||
"ocaml" {>= "4.14"}
|
||||
"dune" {>= "2.7"}
|
||||
"base-unix"
|
||||
"nanoev" {= version}
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue