Skip to content

Commit c3af865

Browse files
committed
Release 4.3.0
1 parent c28b2ca commit c3af865

File tree

6 files changed

+3
-6
lines changed

6 files changed

+3
-6
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.0"
66
license: "MIT"
77
homepage: "https://github.com/ocsigen/lwt"
88
doc: "https://ocsigen.org/lwt/manual/"

lwt_ppx.opam

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

33
synopsis: "PPX syntax for Lwt, providing something similar to async/await from JavaScript"
44

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

lwt_react.opam

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

33
synopsis: "Helpers for using React with Lwt"
44

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

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)