Skip to content

Commit 2947b44

Browse files
remove some leftover domain-related stuff
1 parent 2cda79e commit 2947b44

File tree

3 files changed

+1
-3
lines changed

3 files changed

+1
-3
lines changed

dune-project

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff 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)))

lwt.opam

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,6 @@ bug-reports: "https://github.com/ocsigen/lwt/issues"
2323
depends: [
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"}

src/core/dune

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
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))

0 commit comments

Comments
 (0)