Skip to content

Commit 0784245

Browse files
committed
Release 4.3.1
1 parent e399974 commit 0784245

File tree

4 files changed

+1
-4
lines changed

4 files changed

+1
-4
lines changed

lwt.opam

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ opam-version: "2.0"
22

33
synopsis: "Promises and event-driven I/O"
44

5-
version: "dev"
5+
version: "4.3.1"
66
license: "MIT"
77
homepage: "https://github.com/ocsigen/lwt"
88
doc: "https://ocsigen.org/lwt/manual/"

src/core/dune

-1
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,5 @@
22
(public_name lwt)
33
(synopsis "Monadic promises and concurrent I/O")
44
(wrapped false)
5-
(preprocess (pps bisect_ppx --conditional))
65
(libraries bytes result seq)
76
(flags (:standard -w +A-29)))

src/react/dune

-1
Original file line numberDiff line numberDiff line change
@@ -10,5 +10,4 @@
1010
(synopsis "Reactive programming helpers for Lwt")
1111
(wrapped false)
1212
(libraries lwt react)
13-
(preprocess (pps bisect_ppx --conditional))
1413
(flags (:standard -w +A)))

src/unix/dune

-1
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,6 @@
3333
(optional)
3434
(wrapped false)
3535
(libraries bigarray lwt mmap ocplib-endian.bigstring threads unix)
36-
(preprocess (pps bisect_ppx --conditional))
3736
(flags (:standard -w +A-29))
3837
(c_names
3938
lwt_unix_stubs

0 commit comments

Comments
 (0)