Skip to content

Commit 604993c

Browse files
committed
Release 5.0.1
1 parent 8459fea commit 604993c

File tree

3 files changed

+1
-7
lines changed

3 files changed

+1
-7
lines changed

lwt.opam

+1-5
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: "5.0.1"
66
license: "MIT"
77
homepage: "https://github.com/ocsigen/lwt"
88
doc: "https://ocsigen.org/lwt/manual/"
@@ -37,10 +37,6 @@ depopts: [
3737
"conf-libev"
3838
]
3939

40-
pin-depends: [
41-
["bisect_ppx.git" "git+https://github.com/aantron/bisect_ppx.git"]
42-
]
43-
4440
conflicts: [
4541
"ocaml-variants" {= "4.02.1+BER"}
4642
]

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)