File tree 6 files changed +3
-6
lines changed
6 files changed +3
-6
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: "4.4.0 "
6
6
license: "MIT"
7
7
homepage: "https://github.com/ocsigen/lwt"
8
8
doc: "https://ocsigen.org/lwt/manual/"
Original file line number Diff line number Diff line change @@ -2,7 +2,7 @@ opam-version: "2.0"
2
2
3
3
synopsis: "PPX syntax for Lwt, providing something similar to async/await from JavaScript"
4
4
5
- version: "dev "
5
+ version: "1.2.4 "
6
6
license: "MIT"
7
7
homepage: "https://github.com/ocsigen/lwt"
8
8
doc: "https://ocsigen.org/lwt/api/Ppx_lwt"
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)))
Original file line number Diff line number Diff line change 6
6
(libraries compiler-libs.common ocaml-migrate-parsetree ppx_tools_versioned)
7
7
(ppx_runtime_libraries lwt)
8
8
(kind ppx_rewriter)
9
- (preprocess (pps ppx_tools_versioned.metaquot_409 bisect_ppx --conditional ))
9
+ (preprocess (pps ppx_tools_versioned.metaquot_409))
10
10
(flags (:standard -w +A-4)))
Original file line number Diff line number Diff line change 10
10
(synopsis "Reactive programming helpers for Lwt")
11
11
(wrapped false)
12
12
(libraries lwt react)
13
- (preprocess (pps bisect_ppx --conditional))
14
13
(flags (:standard -w +A)))
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