this repo has no description
1opam-version: "2.0"
2
3synopsis: "Helpers for using React with Lwt"
4
5license: "MIT"
6homepage: "https://github.com/ocsigen/lwt"
7doc: "https://ocsigen.org/lwt/api/Lwt_react"
8bug-reports: "https://github.com/ocsigen/lwt/issues"
9
10authors: [
11 "Jérémie Dimino"
12]
13maintainer: [
14 "Anton Bachin <antonbachin@yahoo.com>"
15 "Mauricio Fernandez <mfp@acm.org>"
16 "Simon Cruanes <simon.cruanes.2007@m4x.org>"
17]
18dev-repo: "git+https://github.com/ocsigen/lwt.git"
19
20depends: [
21 "dune"
22 "lwt" {>= "3.0.0"}
23 "ocaml"
24 "react" {>= "1.0.0"}
25]
26
27build: [
28 ["dune" "build" "-p" name "-j" jobs]
29]
30
31url {
32 src: "https://github.com/ocsigen/lwt/archive/4.2.0.tar.gz"
33 checksum: [
34 "sha256=6d679ec2f33897675066d4c58c1d57d84045727263c16279b23c3a9ce13fb3f0"
35 "md5=2ce7827948adc611319f9449e4519070"
36 ]
37}