this repo has no description
1opam-version: "2.0"
2maintainer: [
3 "Anton Bachin <antonbachin@yahoo.com>"
4]
5authors: [
6 "Jérémie Dimino"
7]
8homepage: "https://github.com/ocsigen/lwt"
9doc: "https://ocsigen.org/lwt/api/Pa_lwt"
10dev-repo: "git+https://github.com/aantron/lwt_camlp4.git"
11bug-reports: "https://github.com/ocsigen/lwt/issues"
12license: "LGPL with OpenSSL linking exception"
13
14depends: [
15 "ocaml"
16 "camlp4"
17 "jbuilder" {>= "1.0+beta14"}
18 "lwt"
19]
20build: [
21 ["jbuilder" "build" "-p" name "-j" jobs]
22]
23synopsis: "Camlp4 syntax extension for Lwt (deprecated)"
24url {
25 src: "https://github.com/ocsigen/lwt/archive/3.2.0.tar.gz"
26 checksum: [
27 "sha256=24ce70284eb229df2588ea1cd4eb27f774475402f9d3c5a5a5781485c6140b23"
28 "md5=cf4256845e18c4d0f39afa7b32b3d6fe"
29 ]
30}