File tree Expand file tree Collapse file tree 3 files changed +1
-3
lines changed Expand file tree Collapse file tree 3 files changed +1
-3
lines changed Original file line number Diff line number Diff line change @@ -77,7 +77,6 @@ synchronization primitives. Code can be run in parallel on an opt-in basis.
7777" )
7878 ( depends
7979 ( ocaml ( >= 5 .1) )
80- domain_shims
8180 ( cppo ( and :build ( >= 1 .1) ) )
8281 ( ocamlfind ( and :dev ( >= 1 .7.3-1) ) )
8382 ( odoc ( and :with -doc ( >= 2 .3) ) )
Original file line number Diff line number Diff line change @@ -23,7 +23,6 @@ bug-reports: "https://github.com/ocsigen/lwt/issues"
2323depends: [
2424 "dune" {>= "3.15"}
2525 "ocaml" {>= "5.1"}
26- "domain_shims"
2726 "cppo" {build & >= "1.1"}
2827 "ocamlfind" {dev & >= "1.7.3-1"}
2928 "odoc" {with-doc & >= "2.3"}
Original file line number Diff line number Diff line change 22 (public_name lwt)
33 (synopsis "Monadic promises and concurrent I/O")
44 (wrapped false)
5- (libraries domain_shims runtime_events))
5+ (libraries runtime_events))
66
77(documentation
88 (package lwt))
You can’t perform that action at this time.
0 commit comments