Skip to content

Commit 36960d2

Browse files
committed
Add lower bound to OCaml version
1 parent d48adde commit 36960d2

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

domainpc.opam

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ homepage: "https://github.com/ocamlpro/domainpc"
1111
bug-reports: "https://github.com/ocamlpro/domainpc/issues"
1212
depends: [
1313
"dune" {>= "3.20"}
14-
"ocaml"
14+
"ocaml" {>= "5.2"}
1515
"processor"
1616
"odoc" {with-doc}
1717
]

dune-project

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,6 @@
1717
(name domainpc)
1818
(synopsis "Domainpc")
1919
(description "Domain Per Core, spawn domains ensuring that they run on separate cores.")
20-
(depends ocaml processor))
20+
(depends (ocaml (>= 5.2)) processor))
2121

2222
; See the complete stanza docs at https://dune.readthedocs.io/en/stable/reference/dune-project/index.html

0 commit comments

Comments
 (0)