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" {>= "1.12"} 15 "ocaml" {>= "4.08"} 16 "ppxlib" {>= "0.16.0" & < "0.36.0"} 17 "lwt" {>= "5.7.0"} 18] 19build: [ 20 ["dune" "subst"] {dev} 21 [ 22 "dune" 23 "build" 24 "-p" 25 name 26 "-j" 27 jobs 28 "@install" 29 "@runtest" {with-test} 30 "@doc" {with-doc} 31 ] 32] 33dev-repo: "git+https://github.com/ocsigen/lwt.git" 34url { 35 src: "https://github.com/ocsigen/lwt/archive/refs/tags/5.8.0.tar.gz" 36 checksum: [ 37 "md5=2682558f405ab7c8638eeb16d0f9f46f" 38 "sha512=7f6548a1b1dbfdbc98d9352151ca7be97fa2ab63dbcc429208ce8d08308eee13f7fce31e0cca53f8880233959a60212d622270dd51bf164c3ee272f179769bd9" 39 ] 40}