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.3.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.3 "
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,7 +2,7 @@ opam-version: "2.0"
2
2
3
3
synopsis: "Helpers for using React with Lwt"
4
4
5
- version: "dev "
5
+ version: "1.1.3 "
6
6
license: "MIT"
7
7
homepage: "https://github.com/ocsigen/lwt"
8
8
doc: "https://ocsigen.org/lwt/api/Lwt_react"
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 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
(flags (:standard -w +A-29))
38
37
(c_names
39
38
lwt_unix_stubs
You can’t perform that action at this time.
0 commit comments