We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d48adde commit 36960d2Copy full SHA for 36960d2
2 files changed
domainpc.opam
@@ -11,7 +11,7 @@ homepage: "https://github.com/ocamlpro/domainpc"
11
bug-reports: "https://github.com/ocamlpro/domainpc/issues"
12
depends: [
13
"dune" {>= "3.20"}
14
- "ocaml"
+ "ocaml" {>= "5.2"}
15
"processor"
16
"odoc" {with-doc}
17
]
dune-project
@@ -17,6 +17,6 @@
(name domainpc)
18
(synopsis "Domainpc")
19
(description "Domain Per Core, spawn domains ensuring that they run on separate cores.")
20
- (depends ocaml processor))
+ (depends (ocaml (>= 5.2)) processor))
21
22
; See the complete stanza docs at https://dune.readthedocs.io/en/stable/reference/dune-project/index.html
0 commit comments