Skip to content

Commit 768feed

Browse files
committed
Release 4.5.0
1 parent 1a019a9 commit 768feed

File tree

3 files changed

+1
-3
lines changed

3 files changed

+1
-3
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.5.0"
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/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)