File tree Expand file tree Collapse file tree 3 files changed +4
-4
lines changed Expand file tree Collapse file tree 3 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 25
25
26
26
( package
27
27
(name lwt_ppx)
28
- ( version 5 .8 .1)
28
+ ( version 5 .9 .1)
29
29
(synopsis " PPX syntax for Lwt, providing something similar to async/await from JavaScript" )
30
30
( depends
31
31
( ocaml ( >= 4 .08) )
44
44
45
45
( package
46
46
(name lwt)
47
- ( version 5 .8 .1)
47
+ ( version 5 .9 .1)
48
48
(synopsis " Promises and event-driven I/O" )
49
49
( description " A promise is a value that may become determined in the future.
50
50
Original file line number Diff line number Diff line change 1
1
# This file is generated by dune, edit dune-project instead
2
2
opam-version: "2.0"
3
- version: "5.8 .1"
3
+ version: "5.9 .1"
4
4
synopsis: "Promises and event-driven I/O"
5
5
description: """
6
6
A promise is a value that may become determined in the future.
Original file line number Diff line number Diff line change 1
1
# This file is generated by dune, edit dune-project instead
2
2
opam-version: "2.0"
3
- version: "5.8 .1"
3
+ version: "5.9 .1"
4
4
synopsis:
5
5
"PPX syntax for Lwt, providing something similar to async/await from JavaScript"
6
6
maintainer: [
You can’t perform that action at this time.
0 commit comments