We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1a019a9 commit 768feedCopy full SHA for 768feed
lwt.opam
@@ -2,7 +2,7 @@ opam-version: "2.0"
2
3
synopsis: "Promises and event-driven I/O"
4
5
-version: "dev"
+version: "4.5.0"
6
license: "MIT"
7
homepage: "https://github.com/ocsigen/lwt"
8
doc: "https://ocsigen.org/lwt/manual/"
src/core/dune
@@ -2,6 +2,5 @@
(public_name lwt)
(synopsis "Monadic promises and concurrent I/O")
(wrapped false)
- (preprocess (pps bisect_ppx --conditional))
(libraries bytes result seq)
(flags (:standard -w +A-29)))
src/unix/dune
@@ -33,7 +33,6 @@
33
(optional)
34
35
(libraries bigarray lwt mmap ocplib-endian.bigstring threads unix)
36
37
(c_names
38
lwt_unix_stubs
39
lwt_libev_stubs
0 commit comments