File tree Expand file tree Collapse file tree 7 files changed +20
-13
lines changed
Expand file tree Collapse file tree 7 files changed +20
-13
lines changed Original file line number Diff line number Diff line change 1414
1515( package
1616 (name lwt_retry)
17- ( version 5 .9.0+dev )
17+ ( version 5 .9.0)
1818 (synopsis " Utilities for retrying Lwt computations" )
1919 ( authors " Shon Feder" )
2020 ( maintainers
2727
2828( package
2929 (name lwt_ppx)
30- ( version 6 .0.0-beta02 )
30+ ( version 6 .0.0)
3131 (synopsis " PPX syntax for Lwt, providing something similar to async/await from JavaScript" )
3232 ( maintenance_intent " (latest)" )
3333 ( depends
3434 ( ocaml ( >= 4 .08) )
3535 ( ppxlib ( >= 0 .36) )
36- ( lwt ( >= 6 ) ) ) )
36+ ( lwt ( >= 6 ) ) )
37+ ( conflicts
38+ ( lwt ( = 6 .0.0~alpha00) )
39+ ( lwt ( = 6 .0.0-beta01) ) ) )
3740
3841( package
3942 (name lwt_ppx__ppx_let_tests)
4750
4851( package
4952 (name lwt_react)
50- ( version 1 .2.0+dev )
53+ ( version 1 .2.0)
5154 (synopsis " Helpers for using React with Lwt" )
5255 ( maintenance_intent " (latest)" )
5356 ( depends
5861
5962( package
6063 (name lwt_direct)
61- ( version 6 .0.0-beta02 )
64+ ( version 6 .0.0)
6265 (synopsis " Direct-style control-flow and `await` for Lwt" )
6366 ( authors " Simon Cruanes" )
6467 ( depends
6871
6972( package
7073 (name lwt_runtime_events)
71- ( version 6 .0.0-beta02 )
74+ ( version 6 .0.0)
7275 (synopsis " Emit runtime events to trace the execution of Lwt programs" )
7376 ( authors " Raphaël Proust" )
7477 ( depends
7780
7881( package
7982 (name lwt)
80- ( version 6 .0.0-beta02 )
83+ ( version 6 .0.0)
8184 (synopsis " Promises and event-driven I/O" )
8285 ( description " A promise is a value that may become determined in the future.
8386
Original file line number Diff line number Diff line change 11# This file is generated by dune, edit dune-project instead
22opam-version: "2.0"
3- version: "6.0.0-beta02 "
3+ version: "6.0.0"
44synopsis: "Promises and event-driven I/O"
55description: """
66A promise is a value that may become determined in the future.
Original file line number Diff line number Diff line change 11# This file is generated by dune, edit dune-project instead
22opam-version: "2.0"
3- version: "6.0.0-beta02 "
3+ version: "6.0.0"
44synopsis: "Direct-style control-flow and `await` for Lwt"
55maintainer: [
66 "Raphaël Proust <code@bnwr.net>" "Anton Bachin <antonbachin@yahoo.com>"
Original file line number Diff line number Diff line change 11# This file is generated by dune, edit dune-project instead
22opam-version: "2.0"
3- version: "6.0.0-beta02 "
3+ version: "6.0.0"
44synopsis:
55 "PPX syntax for Lwt, providing something similar to async/await from JavaScript"
66maintainer: [
@@ -18,6 +18,10 @@ depends: [
1818 "lwt" {>= "6"}
1919 "odoc" {with-doc}
2020]
21+ conflicts: [
22+ "lwt" {= "6.0.0~alpha00"}
23+ "lwt" {= "6.0.0-beta01"}
24+ ]
2125build: [
2226 ["dune" "subst"] {dev}
2327 [
Original file line number Diff line number Diff line change 11# This file is generated by dune, edit dune-project instead
22opam-version: "2.0"
3- version: "1.2.0+dev "
3+ version: "1.2.0"
44synopsis: "Helpers for using React with Lwt"
55maintainer: [
66 "Raphaël Proust <code@bnwr.net>" "Anton Bachin <antonbachin@yahoo.com>"
Original file line number Diff line number Diff line change 11# This file is generated by dune, edit dune-project instead
22opam-version: "2.0"
3- version: "5.9.0+dev "
3+ version: "5.9.0"
44synopsis: "Utilities for retrying Lwt computations"
55maintainer: [
66 "Raphaël Proust <code@bnwr.net>" "Shon Feder <shon.feder@gmail.com>"
Original file line number Diff line number Diff line change 11# This file is generated by dune, edit dune-project instead
22opam-version: "2.0"
3- version: "6.0.0-beta02 "
3+ version: "6.0.0"
44synopsis: "Emit runtime events to trace the execution of Lwt programs"
55maintainer: [
66 "Raphaël Proust <code@bnwr.net>" "Anton Bachin <antonbachin@yahoo.com>"
You can’t perform that action at this time.
0 commit comments