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 46
46
47
47
( package
48
48
(name lwt_direct)
49
- ( version 6 .0.0~alpha00 )
49
+ ( version 6 .0.0~alpha01 )
50
50
(synopsis " Direct-style control-flow and `await` for Lwt" )
51
51
( authors " Simon Cruanes" )
52
52
( depends
57
57
58
58
( package
59
59
(name lwt)
60
- ( version 6 .0.0~alpha00 )
60
+ ( version 6 .0.0~alpha01 )
61
61
(synopsis " Promises and event-driven I/O" )
62
62
( description " A promise is a value that may become determined in the future.
63
63
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: "6.0.0~alpha00 "
3
+ version: "6.0.0~alpha01 "
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: "6.0.0~alpha00 "
3
+ version: "6.0.0~alpha01 "
4
4
synopsis: "Direct-style control-flow and `await` for Lwt"
5
5
maintainer: [
6
6
"Raphaël Proust <code@bnwr.net>" "Anton Bachin <antonbachin@yahoo.com>"
You can’t perform that action at this time.
0 commit comments