File tree 5 files changed +2
-12
lines changed
5 files changed +2
-12
lines changed Original file line number Diff line number Diff line change 1
1
opam-version: "1.2"
2
- version: "dev "
2
+ version: "4.1.0 "
3
3
maintainer: [
4
4
"Anton Bachin <
[email protected] >"
5
5
"Mauricio Fernandez <
[email protected] >"
@@ -21,9 +21,6 @@ build: [
21
21
]
22
22
23
23
depends: [
24
- # Bisect_ppx is used only during development. This dependency should be
25
- # removed when preparing a release.
26
- "bisect_ppx" {>= "1.3.0"}
27
24
"cppo" {build & >= "1.1.0"}
28
25
"jbuilder" {build & >= "1.0+beta14"}
29
26
# We are only using ocamlfind during configuration of the Unix binding.
@@ -55,7 +52,3 @@ messages: [
55
52
"For Lwt_log and Lwt_daemon, please install package lwt_log"
56
53
{!lwt_log:installed}
57
54
]
58
- post-messages: [
59
- "Lwt 4.0.0 has made some breaking changes. See
60
- https://github.com/ocsigen/lwt/issues/453"
61
- ]
Original file line number Diff line number Diff line change 1
1
opam-version: "1.2"
2
- version: "dev "
2
+ version: "1.2.1 "
3
3
maintainer: [
4
4
"Anton Bachin <
[email protected] >"
5
5
]
Original file line number Diff line number Diff line change 5
5
(public_name lwt)
6
6
(synopsis "Monadic promises and concurrent I/O")
7
7
(wrapped false)
8
- (preprocess (pps (bisect_ppx -conditional)))
9
8
(ocamlopt_flags (:standard (:include flambda.flag)))
10
9
(libraries (bytes result))
11
10
(flags (:standard -w +A-29))))
Original file line number Diff line number Diff line change 6
6
(synopsis "Reactive programming helpers for Lwt")
7
7
(wrapped false)
8
8
(libraries (lwt react))
9
- (preprocess (pps (bisect_ppx -conditional)))
10
9
(flags (:standard -w +A))))
Original file line number Diff line number Diff line change 58
58
(optional)
59
59
(wrapped false)
60
60
(libraries (bigarray lwt unix threads))
61
- (preprocess (pps (bisect_ppx -conditional)))
62
61
(flags (:standard -w +A-29))
63
62
(c_names (
64
63
lwt_unix_stubs
You can’t perform that action at this time.
0 commit comments