We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ca1646c commit a0edd1fCopy full SHA for a0edd1f
dune-project
@@ -26,6 +26,7 @@
26
(package
27
(name lwt_ppx)
28
(version 5.9.2)
29
+ (authors "Gabriel Radanne")
30
(synopsis "PPX syntax for Lwt, providing something similar to async/await from JavaScript")
31
(depends
32
(ocaml (>= 4.08))
lwt_ppx.opam
@@ -6,7 +6,7 @@ synopsis:
6
maintainer: [
7
"Raphaël Proust <code@bnwr.net>" "Anton Bachin <antonbachin@yahoo.com>"
8
]
9
-authors: ["Jérôme Vouillon" "Jérémie Dimino"]
+authors: ["Gabriel Radanne"]
10
license: "MIT"
11
homepage: "https://github.com/ocsigen/lwt"
12
doc: "https://ocsigen.org/lwt"
0 commit comments