Skip to content

Commit 07a233f

Browse files
committed
Release 4.4.0
1 parent 51a7deb commit 07a233f

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.4.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.4"
66
license: "MIT"
77
homepage: "https://github.com/ocsigen/lwt"
88
doc: "https://ocsigen.org/lwt/api/Ppx_lwt"

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/ppx/dune

+1-1
Original file line numberDiff line numberDiff line change
@@ -6,5 +6,5 @@
66
(libraries compiler-libs.common ocaml-migrate-parsetree ppx_tools_versioned)
77
(ppx_runtime_libraries lwt)
88
(kind ppx_rewriter)
9-
(preprocess (pps ppx_tools_versioned.metaquot_409 bisect_ppx --conditional))
9+
(preprocess (pps ppx_tools_versioned.metaquot_409))
1010
(flags (:standard -w +A-4)))

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
(c_names
3837
lwt_unix_stubs
3938
lwt_libev_stubs

0 commit comments

Comments
 (0)