this repo has no description
1# This file is generated by dune, edit dune-project instead
2opam-version: "2.0"
3synopsis:
4 "PPX syntax for Lwt, providing something similar to async/await from JavaScript"
5maintainer: [
6 "Raphaël Proust <code@bnwr.net>" "Anton Bachin <antonbachin@yahoo.com>"
7]
8authors: ["Jérôme Vouillon" "Jérémie Dimino"]
9license: "MIT"
10homepage: "https://github.com/ocsigen/lwt"
11doc: "https://ocsigen.org/lwt"
12bug-reports: "https://github.com/ocsigen/lwt/issues"
13depends: [
14 "dune" {>= "2.7"}
15 "ocaml" {>= "4.08"}
16 "ppxlib" {>= "0.16.0" & < "0.36"}
17 "lwt" {>= "5.7.0"}
18 "odoc" {with-doc}
19]
20build: [
21 ["dune" "subst"] {dev}
22 [
23 "dune"
24 "build"
25 "-p"
26 name
27 "-j"
28 jobs
29 "@install"
30 "@runtest" {with-test}
31 "@doc" {with-doc}
32 ]
33]
34dev-repo: "git+https://github.com/ocsigen/lwt.git"
35url {
36 src: "https://github.com/ocsigen/lwt/archive/refs/tags/5.8.1.tar.gz"
37 checksum: [
38 "md5=d0f824f75ce5297975aec75366fed36c"
39 "sha512=c43fff2e9e808dc49ddf09caf7040e512ba36aebe2c600d524095ced11c196c3ac619953a11cb3e3a9f7c6c99e798d43bf179d5f790ab258fb9f746fae4c1125"
40 ]
41}