File tree 3 files changed +1
-7
lines changed
3 files changed +1
-7
lines changed Original file line number Diff line number Diff line change @@ -2,7 +2,7 @@ opam-version: "2.0"
2
2
3
3
synopsis: "Promises and event-driven I/O"
4
4
5
- version: "dev "
5
+ version: "5.1.1 "
6
6
license: "MIT"
7
7
homepage: "https://github.com/ocsigen/lwt"
8
8
doc: "https://ocsigen.org/lwt"
@@ -37,10 +37,6 @@ depopts: [
37
37
"conf-libev"
38
38
]
39
39
40
- pin-depends: [
41
- ["bisect_ppx.git" "git+https://github.com/aantron/bisect_ppx.git"]
42
- ]
43
-
44
40
conflicts: [
45
41
"ocaml-variants" {= "4.02.1+BER"}
46
42
]
Original file line number Diff line number Diff line change 2
2
(public_name lwt)
3
3
(synopsis "Monadic promises and concurrent I/O")
4
4
(wrapped false)
5
- (preprocess (pps bisect_ppx --conditional))
6
5
(libraries bytes result seq)
7
6
(flags (:standard -w +A-29)))
8
7
Original file line number Diff line number Diff line change 33
33
(optional)
34
34
(wrapped false)
35
35
(libraries bigarray lwt mmap ocplib-endian.bigstring threads unix)
36
- (preprocess (pps bisect_ppx --conditional))
37
36
(c_names
38
37
lwt_unix_stubs
39
38
lwt_libev_stubs
You can’t perform that action at this time.
0 commit comments