File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change 1010 (synopsis " Software transactional memory based on lock-free multi-word compare-and-set" )
1111 ( depends
1212 ( ocaml ( >= 5 .0) )
13- ( domain-local-await ( >= 0 .1 .0) )
13+ ( domain-local-await ( >= 0 .2 .0) )
1414 ( mdx ( and ( >= 1 .10.0) :with -test) ) ) )
1515( package (name kcas_data)
1616 (synopsis " Compositional lock-free data structures and primitives for communication and synchronization" )
Original file line number Diff line number Diff line change @@ -10,7 +10,7 @@ bug-reports: "https://github.com/ocaml-multicore/kcas/issues"
1010depends: [
1111 "dune" {>= "3.3"}
1212 "ocaml" {>= "5.0"}
13- "domain-local-await" {>= "0.1 .0"}
13+ "domain-local-await" {>= "0.2 .0"}
1414 "mdx" {>= "1.10.0" & with-test}
1515 "odoc" {with-doc}
1616]
You can’t perform that action at this time.
0 commit comments